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
Learning about neural networks by exploring Keras, TensorFlow, and Pandas libraries.
Goal: To make the number of hidden layers dynamic with respect to the loss after each epoch. Minimizing underfitting and overfitting. Proof of concept**
About
To make the number of hidden layers dynamic with respect to the loss after each epoch. Minimizing underfitting and overfitting.