An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Simple-Neural-Networks
A collection of some easy Neural Network based Python projects

### Star-gazers : [![GitHub stars](https://img.shields.io/github/stars/MainakRepositor/Simple-Neural-Networks.svg?style=social&label=Star&maxAge=2592000)](https://GitHub.com/MainakRepositor/Simple-Neural-Networks/stargazers/)

[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](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.

![s1](https://user-images.githubusercontent.com/64016811/119929723-aa201f00-bf9b-11eb-96be-808a4a46339a.jpeg)