A thread for collecting outstanding (unofficial) tutorials from around the web

This is a thread to collect and recognize outstanding (unofficial) TensorFlow tutorials (or blog posts that are mainly about specific usage of TensorFlow) from around the web.

I’ll start with a seed. I found Effective TensorFlow 2 to be a solid and concise tutorial. It has a nice flow and covers interesting gotchas and pitfalls.

5 Likes

I’d like to add this Tutorial from keras.io: Natural language image search with a Dual Encoder

it implements a model inspired by CLIP using TensorFlow and TFHub. I

6 Likes

Waiting for the links to be enabled :smiley:

2 Likes

I have a 14-hour introduction to TensorFlow & deep learning series on YouTube I’d love to share but I can’t share links here yet haha

3 Likes

Awesome idea @deeb !

Deep reinforcement learning tutorials, such as this one: https://www.youtube.com/watch?v=mA9rxgOQyE4 - check out the Machine Learning with Phil channel on YouTube.

The instructor also covers various other policy-gradient-based methods, Soft Actor Critic (SAC) methods, and deep Q-learning algorithms with TensorFlow.

2 Likes