convolutional neural network
A neural network in which at least one layer is a convolutional layer.
Plain English Explanation
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.
How is it used?
Practitioners refer to convolutional neural network when building, training, or evaluating machine learning systems. It appears in research papers, product documentation, and technical discussions about AI capabilities and limitations.