Skip to content

This is raw code to create Neural Network without any packages. This Neural Network is based on example where we take length and width of flower and try to predict its color based on information.

License

Notifications You must be signed in to change notification settings

ishashankkawle/Neural-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural-Network

This is raw code to create Neural Network without any packages. This Neural Network is based on example where we take length and width of flower and try to predict its color based on information.

Training Data

Length Width Color
1 1 0
2 1 0
2 0.5 0
3 1 0
3 1.5 1
3.5 0.5 1
4 1.5 1
5.5 1 1

0 = Blue & 1 = Red

About

This is raw code to create Neural Network without any packages. This Neural Network is based on example where we take length and width of flower and try to predict its color based on information.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages