You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.