Smol - A Deep Learning Library
A pure python deep learning library built entirely on numpy package and code as smol (small :P) as possible.
- FC - Fully Connected Layer
- Convolution Layer
- ReLU
- Sigmoid
- Softmax
- SGD - Stochastic Gradient Descent
- Adam
- BCELoss - Binary CrossEntropy Loss
- MSELoss - Mean Squared Error
- NLLLoss - Negative Log Likelihood
- Sequential