• Stars
    star
    1,906
  • Rank 23,478 (Top 0.5 %)
  • Language
    Jupyter Notebook
  • License
    Apache License 2.0
  • Created over 5 years ago
  • Updated 12 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Notebooks for my "Deep Learning with TensorFlow 2 and Keras" course

Deep Learning with TensorFlow 2 and Keras – Notebooks

This project accompanies my Deep Learning with TensorFlow 2 and Keras trainings. It contains the exercises and their solutions, in the form of Jupyter notebooks.

If you are looking for the code accompanying my O'Reilly book, Hands-on Machine Learning with Scikit-Learn and TensorFlow, visit this GitHub project: ageron/handson-ml2.

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 tf2_course 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 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, as well as the appropriate version of CUDA and cuDNN (see TensorFlow's documentation for more details).

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/tf2_course.git
$ cd tf2_course

Next, run the following commands:

$ conda env create -f environment.yml
$ conda activate tf2c
$ python -m ipykernel install --user --name=python3

Finally, start Jupyter:

$ jupyter notebook

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

FAQ

Which Python version should I use?

I recommend Python 3.7. If you follow the installation instructions above, that's the version you will get. Most code will work with other versions of Python 3, but some libraries do not support Python 3.8 or 3.9 yet, which is why I recommend Python 3.7.

I'm getting an SSL error on MacOSX

You probably need to install the SSL certificates (see this StackOverflow question). If you downloaded Python from the official website, then run /Applications/Python\ 3.7/Install\ Certificates.command in a terminal (change 3.7 to whatever version you installed). If you installed Python using MacPorts, run sudo port install curl-ca-bundle in a terminal.

I've installed this project locally. How do I update it to the latest version?

See INSTALL.md

How do I update my Python libraries to the latest versions, when using Anaconda?

See INSTALL.md

That's it! Now, have fun learning TensorFlow 2!

More Repositories

1

handson-ml2

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.
Jupyter Notebook
26,590
star
2

handson-ml

⛔️ DEPRECATED – See https://github.com/ageron/handson-ml3 instead.
Jupyter Notebook
25,101
star
3

handson-ml3

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.
Jupyter Notebook
5,607
star
4

tensorflow-safari-course

⛔️ DEPRECATED β€” Exercises and solutions to accompany my Safari course introducing TensorFlow.
Jupyter Notebook
172
star
5

julia_notebooks

Julia Jupyter/Colab Notebooks
Jupyter Notebook
127
star
6

tiny-dqn

A tiny implementation of Deep Q Learning, using TensorFlow and OpenAI gym
Python
94
star
7

data

Datasets used in the book Hands-On Machine Learning with Scikit-Learn, Keras & TensorFlow
51
star
8

visual_crypto

Visual cryptography tool
Python
44
star
9

open-datasets

A collection of open datasets
Jupyter Notebook
23
star
10

aoc2022-rust

Rust
13
star
11

NoPyPrompt

A VS Code extension to remove Python prompts from code samples, or add them back.
JavaScript
11
star
12

aoc2023-rust

Solutions of Advent-of-Code 2023 in Rust
Rust
10
star
13

ageron.github.io

from ageron import random
Ruby
6
star
14

mandelbrot-java-applet

This is a small mandelbrot java applet I did back in 1997
Java
5
star
15

aoc2019-rust

Solution to all AoC 2019 puzzles using Rust
Rust
4
star
16

labelinput

A bit of javascript to add a label inside <input> fields.
JavaScript
1
star