Skip to content

👾 Code developed in video series "Machine Learning Recipes", eventually with some personal comments and annotations.

Notifications You must be signed in to change notification settings

cassiobotaro/machine_learning_recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👾 Machine Learning Recipes

Code developed in video series "Machine Learning Recipes", eventually with some personal comments and annotations.

Installation

# Ubuntu < 16.04
sudo apt-get install libatlas-dev libatlas3-base gfortran python-dev\
    libblas3 liblapack3 build-essential libatlas-base-dev graphviz\
    libgraphviz-dev pkg-config build-essential python-tk tk-dev\
    libpng12-dev curl


# Ubuntu 16.04+
sudo apt install libblas3 libc6 liblapack3 gcc gfortran python-dev\
    libgcc1 libgfortran3 libstdc++6 g++ graphviz build-essential\
    python-tk tk-dev libpng12-dev curl

# After:
pip install -r requirements.txt

# Docker
docker pull cassiobotaro/mlr

Usage

python <example_code>.py

via docker

docker run --rm -v $(pwd):/mlr casiobotaro/mlr python3 mlr/video<number>/<example_code>.py

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

Credits

Subscribe to the Google Developers

About

👾 Code developed in video series "Machine Learning Recipes", eventually with some personal comments and annotations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published