<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Deep Learning with TensorFlow on DATATWEETS</title><link>/courses/machine-learning/deep-learning-tensorflow/</link><description>Recent content in Deep Learning with TensorFlow on DATATWEETS</description><generator>Hugo</generator><language>en</language><copyright>Copyright (c) 2025 Datatweets</copyright><lastBuildDate>Fri, 14 Nov 2025 09:00:00 +0200</lastBuildDate><atom:link href="/courses/machine-learning/deep-learning-tensorflow/index.xml" rel="self" type="application/rss+xml"/><item><title>Lesson 1 - Deep Learning Fundamentals</title><link>/courses/machine-learning/deep-learning-tensorflow/lesson-1-deep-learning-fundamentals/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/deep-learning-tensorflow/lesson-1-deep-learning-fundamentals/</guid><description>Discover what deep learning is, why you reach for a framework like TensorFlow and Keras, and how the training loop turns data into a model. You will meet the real Indian IPO dataset you will use across this whole module and frame the prediction problem you will solve.</description></item><item><title>Lesson 2 - Introduction to TensorFlow Operations</title><link>/courses/machine-learning/deep-learning-tensorflow/lesson-2-introduction-to-tensorflow-operations/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/deep-learning-tensorflow/lesson-2-introduction-to-tensorflow-operations/</guid><description>Discover the building block of every deep learning model: the tensor. You will create constants and variables, inspect ranks, shapes, and dtypes, run elementwise math, matrix multiplication, and broadcasting, convert between NumPy and TensorFlow, and meet eager execution and automatic differentiation with tf.GradientTape, all grounded in the real Indian IPO dataset.</description></item><item><title>Lesson 3 - Building a Shallow Neural Network with the Sequential API</title><link>/courses/machine-learning/deep-learning-tensorflow/lesson-3-building-a-shallow-neural-network-with-the-sequential-api/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/deep-learning-tensorflow/lesson-3-building-a-shallow-neural-network-with-the-sequential-api/</guid><description>Learn the Keras Sequential API by building a shallow neural network classifier on the real Indian IPO dataset. You will stack Dense layers, choose activations, set the input shape, read model.summary(), compile the model, and run a brief fit to see it learn.</description></item><item><title>Lesson 4 - Multi-Layer Deep Learning Models</title><link>/courses/machine-learning/deep-learning-tensorflow/lesson-4-multi-layer-deep-learning-models/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/deep-learning-tensorflow/lesson-4-multi-layer-deep-learning-models/</guid><description>Move beyond a single hidden layer. Stack multiple Dense layers, train with validation_data, read the History object to spot overfitting, and fight it with Dropout and L2 regularization on a real Indian IPO listing-gains dataset.</description></item><item><title>Lesson 5 - Deep Learning with the Keras Functional API</title><link>/courses/machine-learning/deep-learning-tensorflow/lesson-5-deep-learning-with-the-keras-functional-api/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/deep-learning-tensorflow/lesson-5-deep-learning-with-the-keras-functional-api/</guid><description>Discover why the Keras functional API exists, how it differs from the Sequential API, and when to reach for each. You will rebuild an IPO listing-gains classifier with the functional API and construct a branching model with two parallel Dense paths that merge before the output.</description></item><item><title>Lesson 6 - Guided Project: Predicting IPO Listing Gains with TensorFlow</title><link>/courses/machine-learning/deep-learning-tensorflow/lesson-6-guided-project-predicting-ipo-listing-gains-with-tensorflow/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/deep-learning-tensorflow/lesson-6-guided-project-predicting-ipo-listing-gains-with-tensorflow/</guid><description>Work through a complete deep learning project in TensorFlow: load the real Indian IPO dataset, explore and prepare it, build and train a Keras Sequential model, and evaluate it honestly. You will see why a neural network struggles to beat a coin flip on this data, and what that teaches you about real-world modeling.</description></item></channel></rss>