Skip to content

This Repository contains my implementation on Constitutional Neural Networks on Cats and Dogs dataset

License

Notifications You must be signed in to change notification settings

subhadeep-123/Cats-and-Dogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cats & Dogs with Convolutional Neural Networks

What is Convolutional Neural Networks?

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 refer to fully connected networks, that is, each neuron in one layer is connected to all neurons in the next layer. The "fully-connectedness" of these networks makes them prone to overfitting data. Typical ways of regularization include adding some form of magnitude measurement of weights to the loss function. However, CNNs take a different approach towards regularization: they take advantage of the hierarchical pattern in data and assemble more complex patterns using smaller and simpler patterns. Therefore, on the scale of connectedness and complexity, CNNs are on the lower extreme.

About

This Repository contains my implementation on Constitutional Neural Networks on Cats and Dogs dataset

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published