Convolutional Neural Network

A Convolutional Neural Network (ConvNet/CNN) is a specialized type of neural network model designed for working with two-dimensional image data. They can be used with one-dimensional and three-dimensional data also. Some of the areas where CNNs have widely used are image recognition, image classifications. Objects detections recognize faces, etc. CNN image classifications…

Continue reading

Recurrent Neural Network

Recurrent Neural Network(RNN) s are specially designed to work with sequential data, i.e. data where there is a natural notion of a ‘sequence’ such as text, videos (sequences of images), speech, etc. RNN is a type of Neural Network where the output from the previous step is fed as input to the current step. In…

Continue reading