Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Notebooks for my "Deep Learning with TensorFlow 2 and Keras" course
| Date | Stars |
|---|---|
| 2026-07-31 | 1909 |
| 2026-08-05 | 1909 |
| 2026-08-06 | 1909 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
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](http://jupyter.org/) notebooks.
If you are looking for the code accompanying my O'Reilly book, [Hands-on Machine Learning with Scikit-Learn and TensorFlow](https://www.oreilly.com/library/view/hands-on-machine-learning/9781492032632/), visit this GitHub project: [ageron/handson-ml2](https://github.com/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](https://colab.research.google.com/github/ageron/tf2_course/blob/master/):
<a href="https://colab.research.google.com/github/ageron/tf2_course/blob/master/"><img src="https://colab.research.google.com/img/colab_favicon.ico" width="90" /></a>
* Or open it in [Binder](https://mybinder.org/v2/gh/ageron/tf2_course/master):
<a href="https://mybinder.org/v2/gh/ageron/tf2_course/master"><img src="https://matthiasbussonnier.com/posts/img/binder_logo_128x128.png" width="90" /></a>
* _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](https://beta.deepnote.com/launch?template=data-science&url=https%3A//github.com/ageron/tf2_course/blob/master/01_neural_nets_with_keras.ipynb):
<a href="https://beta.deepnote.com/launch?template=data-science&url=https%3A//github.com/ageron/tf2_course/blob/master/01_neural_nets_with_keras.ipynb"><img src="https://www.deepnote.com/static/illustration.png" width="150" /></a>
### Just want to quickly look at some notebooks, without executing any code?
Browse this repository using [jupyter.org's notebook viewer](https://nbviewer.jupyter.org/github/ageron/tf2_course/blob/master/01_neural_nets_with_keras.ipynb):
<a href="https://nbviewer.jupyter.org/github/ageron/tf2_course/blob/master/01_neural_nets_with_keras.ipynb"><img src="https://jupyter.org/assets/nav_logo.svg" width="150" /></a>
_Note_: [github.com's notebook viewer](01_neural_nets_with_keras.ipynb) 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](https://www.anaconda.com/distribution/) (or [Miniconda](https://docs.conda.io/en/latest/miniconda.html)), [git](https://git-scm.com/downloads), and if you have a TensorFlow-compatible GPU, install the [GPU driver](https://www.nvidia.com/Download/index.aspx), 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](INSTALL.md).
# 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 cerExcerpt of 4,696 characters
Read on GitHubAurélien Geron · New Zealand
66
11
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:09bacb7b9f6c50a7, name:course, desc:course