ChengduoZhao / ML-Weekly

My weekly of machine learning. Collection of implemented algorithms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 76.4%Language:Python 23.6%