
This gap depends on the network architecture and reflects that CNN takes more advantage the training data vs. MLP.CNN과 MLP의 개념과 차이와 성능을 정리CNN(Convolutional Neural Network)과 MLP(Multi-Layer Perceptron)는 모두 신경망의 한 종류이나 구조와 처리 방식에서 다음과 같은 차이가 있고, 성능 면에서도 차별점이 있습니다.### MLP (Multi-Layer Perceptron)- MLP는 여러 층의 퍼셉트론 뉴런이 완전 연결(fully connected)로 연결된 다층 신경망 구조이다.- 입력 데이터를 1차원 벡터로 평탄화(flatten)하여 처리한다.- 모든..