Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 275 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 275 Bytes

Building-L-layer-Neural-Network

Here I have implemented L layer neural network. The size of L can vary according to the complexity of training more layers will result into good traning. for L-1 layers Relu is used and for the last layer sigmoid is used for better results.