crizzy9 / practical_machine_learning

Machine learning codes in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Machine Learning codes

Set up your Python 3.6 virtual environment.

python3 -m venv venv
source venv/bin/activate
pip3 install -r src/requirements.txt

Install gym version "0.9.5"

Install gym environments with pip3 install 'gym[all]'

Other dependancies

brew install golang
brew install libjpeg-turbo

About

Machine learning codes in python


Languages

Language:Jupyter Notebook 97.9%Language:Python 2.1%