Tensorflow Training options

The reason of this post is the following. In order to keep practicing and better understand how a deep neural network works, I have been repeating in my own Jupyter notebooks the exercises from course one where numpy is used.

In contrast, at the end of the second course, Tensorflow is introduced. And as Andrew states in the videos, is a much more scalable solution than performing everything in numpy. For that reason, I would like to know if there is any Tensorflow training available somewhere (free or paid) so I can practice and replicate the lessons learned in Tensorflow.

Thank you very much in advance.

Kind regards,

Jose.

1 Like

Hi Jose, great question and I’ll be following your lead. No idea if these are any good but will be looking into them:

tensorflow.org

udacity.com

classcentral.com

Ought to keep us occupied for a few hours eh.

best – ft

2 Likes

Hi, @Josemst.

As @filtertron suggested, the official TensorFlow website has a nice tutorial section.

If you’re enjoying the Deep Learning Specialization, I would also recommend DeepLearning.AI’s TensorFlow programs:

They’re very hands-on and I had a lot of fun with some of the projects.

Happy learning :slight_smile:

1 Like

Thanks a lot for your quick answer!

Many thanks for your recommendations. I will take them into account!

1 Like