Hacker News new | ask | show | jobs
by whatshisface 1224 days ago
Multi-layer perception, synonym of neural network but perhaps with the additional implication that it is fully connected.
1 comments

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.