Hands-on Deep Learning: TensorFlow Coding Sessions

October 16, 2018

Hello and welcome to the Hands-on Deep Learning with TensorFlow coding sessions. Unlike the Deep Learning Crash Course series that I produced last semester, this series will focus only on coding. I wanted to keep the concepts and the code separate. Because the trends in coding, deep learning frameworks, in particular, change more rapidly than the core concepts. For example, I used to use Caffe three years ago, which was probably the most popular deep learning framework back then. Now I primarily use TensorFlow. Two years from now, maybe we will all be using something else. PyTorch, for example, seems promising, but TensorFlow is more mature and has a larger community at the moment. So, if somebody who wants to build deep learning models asked me where to start, I would still recommend TensorFlow. Alright, let's get started with TensorFlow then!

📌 YouTube Playlist
📌 GitHub Repository for the series