Basics Deep Learning Program
In this Repository I will add Basics program for Deep Learning which are built from scratch using basic Python Libary
- Vector Operation
- McCulloch-Pitts Neuron Model
- Single Layer Perceptron
- Sigmoid Neuron
- Feed Forward Neural Network for Multiclass classification
- BackPropagation In Neral Network
- Implementing Vectorization over Neural Network for better performance
- Learning Algorithm Optimization
- Differnt Optimization Algorithm Comparison
- Different Activation function and Initialization Methods
- Different Regularization technique to solve overfitting
- Basic Python
- Numpy
- Pandas
- Matplotlib
- Scikit-Learn
- Vector Algebra
- Linear Algebra
- Calculas
If any notebooks does not opens, then please go to nbviewer.jupyter.org/ and paste the link of the notebook.