https://github.com/mainakrepositor/simple-neural-networks
A collection of some easy Neural Network based Python projects
https://github.com/mainakrepositor/simple-neural-networks
cnn-classification convnets filters neural-networks python rnn tensorflow2
Last synced: about 1 year ago
JSON representation
A collection of some easy Neural Network based Python projects
- Host: GitHub
- URL: https://github.com/mainakrepositor/simple-neural-networks
- Owner: MainakRepositor
- Created: 2021-05-21T20:17:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T06:41:13.000Z (about 5 years ago)
- Last Synced: 2025-03-21T07:33:43.479Z (over 1 year ago)
- Topics: cnn-classification, convnets, filters, neural-networks, python, rnn, tensorflow2
- Language: Python
- Homepage:
- Size: 56.6 MB
- Stars: 22
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple-Neural-Networks
A collection of some easy Neural Network based Python projects
### Star-gazers : [](https://GitHub.com/MainakRepositor/Simple-Neural-Networks/stargazers/)
[](https://www.python.org/)
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.
