My Implementations of Deep Learning Models
Neural Network Contains the jupyter and python files for simple neural network from scratch using numpy implementation and testing it using MNIST Data.
Sequence Models Contains the files for Sequence models such as RNN, GRU, and LSTM.