Hacker News new | ask | show | jobs
by PartiallyTyped 1140 days ago
Hinton didn’t invent back prop.

> Explicit, efficient error backpropagation (BP) in arbitrary, discrete, possibly sparsely connected, NN-like networks apparently was first described in a 1970 master's thesis (Linnainmaa, 1970, 1976), albeit without reference to NNs. BP is also known as the reverse mode of automatic differentiation (e.g., Griewank, 2012), where the costs of forward activation spreading essentially equal the costs of backward derivative calculation. See early BP FORTRAN code (Linnainmaa, 1970) and closely related work (Ostrovskii et al., 1971).

> BP was soon explicitly used to minimize cost functions by adapting control parameters (weights) (Dreyfus, 1973). This was followed by some preliminary, NN-specific discussion (Werbos, 1974, section 5.5.1), and a computer program for automatically deriving and implementing BP for any given differentiable system (Speelpenning, 1980).

> To my knowledge, the first NN-specific application of efficient BP as above was described by Werbos (1982). Related work was published several years later (Parker, 1985; LeCun, 1985). When computers had become 10,000 times faster per Dollar and much more accessible than those of 1960-1970, a paper of 1986 significantly contributed to the popularisation of BP for NNs (Rumelhart et al., 1986), experimentally demonstrating the emergence of useful internal representations in hidden layers.

https://people.idsia.ch/~juergen/who-invented-backpropagatio...

Hinton wasn’t the first to use NNs for language models either. That was Bengio.

1 comments

I mean he was one of the first to use backprop for training multilayer perceptron. Their experiments showed that such networks can learn useful internal representations of data[1]. 1987. Nevertheless he is one of the founding fathers of deep learning

[1]Learning representations by back-propagating errors

It's really sad how poor attribution is in ML. Hinton certainly made important contributions to backpropagation, but he neither invented backpropagation nor was he even close to the first person to use it for multilayer perceptrons.

You've now gone from one false claim "he literally invented backpropagation", to another false claim "he is one of the first people to use it for multilayer perceptrons", and will need to revise your claim even further.

I don't particularly blame you specifically, as I said the field of ML is so bad when it comes to properly recognizing the teams of people who made significant contributions to it.

This is a marketing problem fundamentally, I'd argue. That the article or any serious piece would use a term such as "Godfather of AI" is incredibly worrying and makes me think it's pushing an agenda or is some sort of paid advertisement with extra steps to disguise it.
I have grown an aversion, and possibly a knee-jerk reaction to such pieces. I have a lot of trouble taking them seriously, and I am inclined to give them a lot more scrutiny than otherwise.