Implementation of Basic Neural Networks, Deep Learning algorithms and architechtures from scratch.
I implement neural networks and basic deep learning algorithms literally from scratch(Only using numpy package).
- To learn them deeply.
- Have coding experience.
- Implement code from research paper.
- Single Neuron
- Single Layer
- DeepLayers
- Regularization
- Optimization problems
- SGD and Mini batch GD
- GD with momentum, RMSProp and Adam
- Batch normalization
- Convolution operation
- Pooling
- RNN
- GRU
- Deep Learning Specialization
- Research Papers(Just Google them).