A really simple neural network which has been coded from scratch (without using libraries like keras/tensorflow etc.). The code goes through what a one layer neural network does. It takes in a two-dimensional vector input, and outputs a number in [0,1]. Currently, the neural net is trained so that vectors with modulus/norm greater than or equal to 3.5 output 1 and otherwise output 0 - although it is easy enough to change this training data around for another similarly simple task. A graph for the error of training is also generated.
-
Notifications
You must be signed in to change notification settings - Fork 0
KN7811/Basic-Python-Neural-Nets
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published