Convolutional Neural Networks
-
Convolutional Neural Networks(CNN)MLAI/DeepLearning 2019. 9. 30. 17:28
1. Overview In deep learning, a convolutional neural network (CNN, or ConvNet) is a class of deep neural networks, most commonly applied to analyzing visual imagery. CNNs are regularized versions of multilayer perceptrons. Multilayer perceptrons usually mean fully connected networks, that is, each neuron in one layer is connected to all neurons in the next layer. The "fully-connectedness" of the..