Classic machine learning algorithms implemented in python, just for fun)
Example of a autoencoder on MNIST dataset. Original image on the left, predicted after autoencoder on the right.
Compare performance Pytorch vs Numpy
Neural Network ready to solve different problem.
cd neural_network
python xor_problem.py
cd neural_network
bash load_mnist.sh
cd neural_network
python mnist_problem.py