Skip to content

foobacca/google-ml-crash-course

Repository files navigation

Google ML Crash Course Code

This is code I'm copying from the Google ML Crash Course. I am:

  • getting it running locally
  • refactoring to make the code fit my head better

Running it yourself

You will need to install Python 3, install pipenv and then, in a terminal in the root of the repo, run:

pipenv install
pipenv shell

That should install all required packages (including tensorflow) and then you can do things like:

python tensorflow-first-steps/first_steps_2.py

About

Playing with code from the google crash course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages