Skip to content
This repository was archived by the owner on Aug 9, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 1.4 KB

File metadata and controls

27 lines (18 loc) · 1.4 KB

tensorflow2-aichamp-workshop

The following guide are based on the tutorials from https://www.tensorflow.org/tutorials.

Requirements

  • Python 3 (of course)
  • Tensorflow 2.0 (of course)

Step 1

Get your environment up and running. Should be a piece of cake if you have followed https://github.com/acntech/vagrant-ml-developer...

Run the guides in a Jupyter notebook (in terminal: jupyter notebook).

Step 2

If you are not very experienced in Tensorflow and Keras, I recommend you to start with tf2_in_a_nutshell.ipynb. Run through the notebook and do the suggested assignments at the bottom of the script.

If you have some experience with both Tensorflow and Keras, you might want to skip directly to tf2_advanced.ipynb. Run through the notebook and do the suggested assignments at the bottom of the script.

Step 3

Not enough? Or, tired of MNIST basics? Select one of the great tutorials on https://www.tensorflow.org/tutorials.

Some of my recommendations grouped by problem type (you might want to run some of these in Google Colab because of training time):