๐Ÿ“ฆ 1c3t3a / Simple-multilayered-Neural-Network-Feed-Forward-

A very simple multilayered feed forward network

โ˜… 1 stars โ‘‚ 0 forks ๐Ÿ‘ 1 watching โš–๏ธ MIT License
๐Ÿ“ฅ Clone https://github.com/1c3t3a/Simple-multilayered-Neural-Network-Feed-Forward-.git
HTTPS git clone https://github.com/1c3t3a/Simple-multilayered-Neural-Network-Feed-Forward-.git
SSH git clone git@github.com:1c3t3a/Simple-multilayered-Neural-Network-Feed-Forward-.git
CLI gh repo clone 1c3t3a/Simple-multilayered-Neural-Network-Feed-Forward-
Bastian Bastian Removed pycache c7cf570 5 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“„ .gitignore
๐Ÿ“„ LICENSE
๐Ÿ“„ MNIST.py
๐Ÿ“„ NeuralNetwork.py
๐Ÿ“„ README.md
๐Ÿ“„ README.md

Simple multilayered feed forward network

A very simple multilayered feed forward network. Did this for a seminar paper during summer term '19. Great for simple learning tasks like MNIST or IRIS Database. An application of the net in context with Multi layered vs single layered comparison of learning the MNIST dataset of handwritten numbers can be found in the file MNIST.py.