Skip to content

A collection of some easy Neural Network based Python projects

Notifications You must be signed in to change notification settings

MainakRepositor/Simple-Neural-Networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Neural-Networks

A collection of some easy Neural Network based Python projects

Star-gazers : GitHub stars

forthebadge made-with-python


A Convolutional Neural Network (ConvNet/CNN) is a Deep Learning algorithm which can take in an input image, assign importance (learnable weights and biases) to various aspects/objects in the image and be able to differentiate one from the other. The pre-processing required in a ConvNet is much lower as compared to other classification algorithms. While in primitive methods filters are hand-engineered, with enough training, ConvNets have the ability to learn these filters/characteristics.

s1

Releases

No releases published

Packages

 
 
 

Languages