Y
Hacker News
new
|
ask
|
show
|
jobs
by
moomoo11
1221 days ago
What is MLP?
3 comments
pedrosorio
1221 days ago
https://en.m.wikipedia.org/wiki/Multilayer_perceptron
A “Classic” neural network, where every node from layer i is connected to every node on layer i+1
link
whatshisface
1221 days ago
Multi-layer perception, synonym of neural network but perhaps with the additional implication that it is fully connected.
link
Hendrikto
1221 days ago
It‘s not a synonym for NNs. It‘s one specific NN architecture, consisting of an input layer, an output layer, and a number of hidden layers in between. It‘s feed-forward and fully-connected, as you said.
link
marzullo
1221 days ago
Multilayer Perceptron
link
A “Classic” neural network, where every node from layer i is connected to every node on layer i+1