LoginSignup
1
0

More than 3 years have passed since last update.

【DeepLearning】MLPとFully Connected Layerの違いについて

Posted at

MLPとFCNって何が違うん?

Fully ConnectedとMLP(Multi Layer Perceptron)の違いってなんだろ?って思って、とりあえず現状の自分の理解をメモして置こうと思う。

Fully Connected Layer

image.png
言うまでも無いが、入力と出力がすべて繋がっているのがFully Connected Layer

Multi Layer Perceptron

image.png
Fully Connected Layerが1つ以上連なっているのが、MLP

結論

MLPは複数のFully Connected Layerで構成されたネットワークの事を言う。と思っている

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0