Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Machine Learning by (55.6k points)

Can anyone tell me what is a convolutional neural network in Machine Learning?

1 Answer

0 votes
by (119k points)

In Machine Learning, Convolutional Neural Network is a deep neural network that takes images as input and understands the characteristics of input data. Every colored image is separated into three layers such as red, green, and blue layers. Each of these layers is a matrix of pixel values. The new layers are formed by mathematical operations such as convolutions and pooling on previous output. Convolutions extract the features whereas pooling helps to reduce the complexity of the network. The output matrix will be flattened to one layer. Then this layer will be connected to a fully connected layer for classification.

I recommend this Machine Learning Online Course by Intellipaat to learn Machine Learning.

Also, watch this video on Machine Learning:

Browse Categories

...