Build a Micro Neural Network Framework (like Pytorch or Tensorflow) using only Numpy
- Fully Connected
- Convolutional
- RNN
- Pooling
- Flatten
- Dropout
- Batch normalization
- ReLU
- Soft max
- Sigmoid
- Stochastic Gradient Descent
- SGD With Momentum
- Adam
- Cross Entropy Loss
- L1
- L2