Skip to content

My weekly of machine learning. Collection of implemented algorithms.

License

Notifications You must be signed in to change notification settings

royaalto/ML-Weekly

 
 

Repository files navigation

ML-Weekly

My weekly of machine learning. It is actually a collection of my implementations of machine learning algorithms. We will also cover distributed-tensorflow and multi-GPU computing.

Environments

It is based on python3 and jupyter notebook. To initialize the environment, you need pyenv and pyenv-virtualenv firstly.

pyenv install 3.6.0
pyenv virtualenv 3.6.0 tf-lab
pyenv local tf-lab

# basic
pip install numpy tensorflow jupyter
# if spacemacs
pip install anaconda-mode

Some code may need tensorflow-gpu or other environments.

Topics

Reference

About

My weekly of machine learning. Collection of implemented algorithms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 76.4%
  • Python 23.6%