Skip to content
 
 

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Network in Python

(Created from scratch without using TensorFlow)

BackPropagation Technique and Sigmoid normalization Function have been used.

Training Set

Input 1 Input 2 Input 3 Output
0 0 1 0
1 1 1 1
1 0 1 1
0 1 1 0

Test Case

Input 1 Input 2 Input 3 Output
1 0 0 To be predicted

About

A Neural Network using only numpy from scratch in Python3

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages