Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 594 Bytes

File metadata and controls

19 lines (14 loc) · 594 Bytes

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