This workbook is regarding the python implementaion of 2 layered Neural Networks for 2 major supervised learnings that is Regression and Classification with 5 fold Cross Validation without the scikit-learn library.
- Non-Linear Regression
- Non-Linear Logistic Regression
Both were performed performed and compared on 3 different Activation Functions:
- Hyperbolic Tangent
- Sigmoid Function
- ReLu function
In this workbook, I have explored different Deep Neural Networks using Keras on a classification data. And analyzed their spped on CPU as well as on GPU using Google Colab.