Skip to content

crizzy9/practical_machine_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published