Giter VIP home page Giter VIP logo

richardstelzer / handson-ml2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ageron/handson-ml2

0.0 1.0 0.0 123.61 MB

A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.

License: Apache License 2.0

Jupyter Notebook 99.96% Dockerfile 0.01% Makefile 0.01% Shell 0.01% Python 0.02%

handson-ml2's Introduction

Machine Learning Notebooks

This project aims at teaching you the fundamentals of Machine Learning in python. It contains the example code and solutions to the exercises in the second edition of my O'Reilly book Hands-on Machine Learning with Scikit-Learn, Keras and TensorFlow:

Note: If you are looking for the first edition notebooks, check out ageron/handson-ml.

Quick Start

Want to play with these notebooks online without having to install anything?

Use any of the following services.

WARNING: Please be aware that these services provide temporary environments: anything you do will be deleted after a while, so make sure you download any data you care about.

  • Recommended: open this repository in Colaboratory:

  • Or open it in Binder:

    • Note: Most of the time, Binder starts up quickly and works great, but when handson-ml2 is updated, Binder creates a new environment from scratch, and this can take quite some time.
  • Or open it in Deepnote:

Just want to quickly look at some notebooks, without executing any code?

Browse this repository using jupyter.org's notebook viewer:

Note: github.com's notebook viewer also works but it is slower and the math equations are not always displayed correctly.

Want to run this project using a Docker image?

Read the Docker instructions.

Want to install this project on your own machine?

Start by installing Anaconda (or Miniconda), git, and if you have a TensorFlow-compatible GPU, install the GPU driver.

Next, clone this project by opening a terminal and typing the following commands (do not type the first $ signs on each line, they just indicate that these are terminal commands):

$ git clone https://github.com/ageron/handson-ml2.git
$ cd handson-ml2

If you want to use a GPU, then edit environment.yml (or environment-windows.yml on Windows) and replace tensorflow=2.0.0 with tensorflow-gpu=2.0.0. Also replace tensorflow-serving-api==2.0.0 with tensorflow-serving-api-gpu==2.0.0.

Next, run the following commands:

$ conda env create -f environment.yml # or environment-windows.yml on Windows
$ conda activate tf2
$ python -m ipykernel install --user --name=python3

Then if you're on Windows, run the following command:

$ pip install --no-index -f https://github.com/Kojoley/atari-py/releases atari_py

Finally, start Jupyter:

$ jupyter notebook

If you need further instructions, read the detailed installation instructions.

Contributors

I would like to thank everyone who contributed to this project, either by providing useful feedback, filing issues or submitting Pull Requests. Special thanks go to Haesun Park who helped on some of the exercise solutions, and to Steven Bunkley and Ziembla who created the docker directory. Thanks as well to github user SuperYorio for helping out on the coding exercise solutions.

handson-ml2's People

Contributors

ageron avatar ziembla avatar rickiepark avatar chrisqlasty avatar nbgraham avatar pkourdis avatar daniel-s-ingram avatar ada-nai avatar vasili111 avatar dgwozdz avatar francotheengineer avatar stevenbunkley avatar psnilesh avatar lvnilesh avatar vivek-v-rao avatar soma11soma11 avatar mc-robinson avatar patsancu avatar jmribeiro avatar dependabot[bot] avatar davidcotton avatar cp612sh avatar arodiss avatar akellyirl avatar vladimir-tikhonov avatar stefan-it avatar richaldoelias avatar quoding avatar brokenairplane avatar lujunweng avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.