<?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 PyTorch on DATATWEETS</title><link>/courses/machine-learning/deep-learning-pytorch/</link><description>Recent content in Deep Learning with PyTorch 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-pytorch/index.xml" rel="self" type="application/rss+xml"/><item><title>Lesson 1 - Deep Learning Fundamentals</title><link>/courses/machine-learning/deep-learning-pytorch/lesson-1-deep-learning-fundamentals/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/deep-learning-pytorch/lesson-1-deep-learning-fundamentals/</guid><description>Learn what deep learning is and where it shines compared to classical machine learning, why a framework like PyTorch matters, and how the high-level training loop works. You will meet the real Indian IPO dataset you will use throughout this module and frame the goal: predicting whether an IPO lists with a gain.</description></item><item><title>Lesson 2 - Tensors and Autograd in PyTorch</title><link>/courses/machine-learning/deep-learning-pytorch/lesson-2-tensors-and-autograd-in-pytorch/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/deep-learning-pytorch/lesson-2-tensors-and-autograd-in-pytorch/</guid><description>Meet the tensor, PyTorch&amp;rsquo;s core data structure, and autograd, the engine that computes gradients automatically. You will create tensors, control their dtype and shape, move data between NumPy and PyTorch, run the essential tensor operations, and watch autograd differentiate a small expression you can check by hand, all using the real Indian IPO dataset.</description></item><item><title>Lesson 3 - Building Neural Networks with nn.Sequential</title><link>/courses/machine-learning/deep-learning-pytorch/lesson-3-building-neural-networks-with-nn.sequential/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/deep-learning-pytorch/lesson-3-building-neural-networks-with-nn.sequential/</guid><description>Learn how PyTorch organizes neural network components and build a complete binary classifier with nn.Sequential. You will stack nn.Linear and activation layers into the exact 6 to 32 to 16 to 1 IPO architecture, inspect its parameters, and run a forward pass on a real batch from the Indian IPO dataset.</description></item><item><title>Lesson 4 - Training Neural Networks</title><link>/courses/machine-learning/deep-learning-pytorch/lesson-4-training-neural-networks/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/deep-learning-pytorch/lesson-4-training-neural-networks/</guid><description>Learn how a neural network actually learns in PyTorch: the loss function, the optimizer, and the zero_grad / forward / loss / backward / step cycle. You will train a real classifier on the Indian IPO dataset, evaluate it honestly with accuracy and AUC, and read its training curve.</description></item><item><title>Lesson 5 - Deep Networks and Regularization</title><link>/courses/machine-learning/deep-learning-pytorch/lesson-5-deep-networks-and-regularization/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/deep-learning-pytorch/lesson-5-deep-networks-and-regularization/</guid><description>Build a deeper PyTorch classifier on the real Indian IPO dataset, watch it overfit a small dataset, then close the train/test gap with nn.Dropout and L2 weight decay. You will compare an unregularized model against a regularized one and read the difference straight off the training curves.</description></item><item><title>Lesson 6 - Guided Project: Predicting IPO Listing Gains with PyTorch</title><link>/courses/machine-learning/deep-learning-pytorch/lesson-6-guided-project-predicting-ipo-listing-gains-with-pytorch/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/deep-learning-pytorch/lesson-6-guided-project-predicting-ipo-listing-gains-with-pytorch/</guid><description>Bring the whole PyTorch module together in a guided project. You will load the real Indian IPO dataset, engineer a binary target, build and train an MLP, evaluate it honestly with a confusion matrix and AUC, and learn why deep learning does not always beat a simple baseline.</description></item></channel></rss>