Skip to content

Simple machine learning models implemented in tensorflow just for fun)

License

Notifications You must be signed in to change notification settings

dsysoev/fun-with-machine-learning

Repository files navigation

fun-with-machine-learning

Classic machine learning algorithms implemented in python, just for fun)

Autoencoder

Example of a autoencoder on MNIST dataset. Original image on the left, predicted after autoencoder on the right.

Pytorch

Compare performance Pytorch vs Numpy

Neural Network

Neural Network ready to solve different problem.

Solve XOR problem

cd neural_network
python xor_problem.py

Solve a classic problem (MNIST dataset) using own Neural Network

Load mnist dataset

cd neural_network
bash load_mnist.sh

Run training network

cd neural_network
python mnist_problem.py

About

Simple machine learning models implemented in tensorflow just for fun)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •