Do you want to write popular machine learning and deep learning models from scratch? 😉 This repository is perfect for you 👌
Creating machine learning and deep learning models is not all about 💔
import tensorflow as tf
from tensroflow import kerasI do not deny that tensorflow is useless 😮 (it's actually powerful) but have you ever wondered how it looks from the mathematical side ❓
- Python 3.7+ 🐍
- Numpy 💻
- Matplotlib 📊
pip3 install numpy matplotlibCheck if everything works properly ✅
import numpy as np
import matplotlib.pyplot as pltModels and concepts complete list 🌈
-
- Validation
- Batch sampling
- Normalization
- Stochastic gradient descent
- Cost functions
- Regression
- Performance analysis
-
- Activation functions
- Regularization
- Fully connected
- Convolutional neaural network
- Recurrent neural network
Feel free to open new Issue or pull request 😇