📚 node [[convolutional_neural_network]]

convolutional neural network

Go back to the [[AI Glossary]]

#image

A neural network in which at least one layer is a convolutional layer. A typical convolutional neural network consists of some combination of the following layers:

convolutional layers
pooling layers
dense layers

Convolutional neural networks have had great success in certain kinds of problems, such as image recognition.

📖 stoas
⥱ context
⥅ related node [[cnns convolutional neural networks]]
⥅ related node [[depthwise_separable_convolutional_neural_network_(sepcnn)]]