Learn TensorFlow and Deep Learning fundamentals with Python (code-first introduction) Part 1

Ready to learn the fundamentals of TensorFlow and deep learning with Python? Well, you’ve come to the right place. After this two-part code-first introduction, you’ll have written 100s of lines of TensorFlow code and have hands-on experience with two important problems in machine learning: regression (predicting a number) and classification (predicting if something is one thing or another). Open a Google Colab (if you’re not sure what this is, you’ll find out soon) window and get ready to code along. Sign up for the full course - Get all of the code/materials on GitHub - Ask a question - See part 2 - TensorFlow Python documentation - Connect elsewhere: Web - Livestreams on Twitch - Get email updates on my work - ht
Back to Top