Skip to content

Deep-Scratch/Hands-on-ML

Repository files navigation

Hands on Machine Learning

Study "Hands on ML with sklearn and tf" book.

book

  • Reference from authors repository(https://github.com/ageron/handson-ml)

  • Prepare environment

    pip3 install --upgrade -r requirements.txt
    jupyter contrib nbextension install --user
    jupyter nbextension enable toc2/main