ycliper

Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
Скачать

Introduction to Neural Networks (Leture 22)

Автор: Gautam Goel

Загружено: 2026-02-15

Просмотров: 28

Описание: ]#AI #PyTorch #DeepLearning #NeuralNetworks #Tensors #Micrograd #MetaAI

Welcome to the twenty-second lecture of my Deep Learning series! 🧠⚡

In the previous lectures, we built our own Autograd engine ("Micrograd") from scratch working with scalar values. It was educational, it was raw, and it helped us build intuition. Today, we graduate. We are taking our logic and porting it to the industry-standard framework used by researchers at Meta, Tesla, and OpenAI: PyTorch.

This lecture bridges the gap between understanding how things work and using the tools that make them work efficiently in production. We discover that PyTorch is essentially just a high-performance, array-based version of the engine we just built!

In this video, we cover:
✅ Scalar vs. Tensor Engines: We discuss the difference between our educational engine (scalar-level, slow, easy to read) and PyTorch (tensor-level, parallelized, production-ready).
✅ PyTorch History & Trivia: A bit of storytelling about the origins of PyTorch, the FAIR (Facebook AI Research) lab, Yann LeCun, and the contributions of Soumith Chintala.
✅ Tensors 101: We install PyTorch (pip install torch) and learn the basics: creating tensors, checking shapes, and understanding Data Types.
✅ The Precision Trap (Float32 vs Float64): We observe a crucial detail—Python floats are 64-bit (double), while PyTorch defaults to 32-bit. To make our comparisons exact, we convert our tensors using .double().
✅ The Magic Switch (requires_grad=True): We learn how to tell PyTorch to track gradients for specific variables (Leaf Nodes), mirroring exactly what we did in our Value class.
✅ The Great Comparison: We rebuild the exact same 2-neuron computational graph from the previous lecture using PyTorch. We perform the forward pass, call .backward(), and inspect the gradients.
✅ Validation: The moment of truth—we compare the gradients calculated by PyTorch against our Micrograd engine. The result? They match perfectly!

By the end of this lecture, you will see that PyTorch isn't magic; it's just efficient engineering built on the same calculus principles we've mastered over the last 20 videos.

Resources:
🔗 GitHub Repository (Code & Notes):
🔗 Follow me on Instagram:   / gautamgoel978  

Subscribe and hit the bell icon! 🔔
Now that we've verified the engine, we are ready to build higher-level abstractions. In the next lecture, we will implement the Neuron, Layer, and MLP classes to create our own Neural Network library. Let's keep building! 📉🚀

#artificialintelligence #DeepLearning,#MachineLearning,#PyTorch,#Python,#NeuralNetworks,#Backpropagation,#Micrograd,#Coding,#DataScience,#MetaAI,#SoumithChintala,#Autograd,#Programmers,#100DaysOfCode,#MathForML,#HindiTutorial,#Technology,#GenerativeAI,#SoftwareEngineering

#deeplearning #Python #Micrograd #DataScience #MachineLearning #Hindi #AI #Backpropagation #Coding #MetaAI #SoumithChintala #autograd

#ArtificialIntelligence,#DeepLearning,#MachineLearning,#PyTorch,#Python,#NeuralNetworks,#Backpropagation,#Micrograd,#Coding,#DataScience,#MetaAI,#SoumithChintala,#Autograd,#Programmers,#100DaysOfCode,#MathForML,#HindiTutorial,#Technology,#GenerativeAI,#SoftwareEngineering
#ArtificialIntelligence,#DeepLearning,#MachineLearning,#PyTorch,#Python,#NeuralNetworks,#Backpropagation,#Micrograd,#Coding,#DataScience,#MetaAI,#SoumithChintala,#Autograd,#Programmers,#100DaysOfCode,#MathForML,#HindiTutorial,#Technology,#GenerativeAI,#SoftwareEngineering

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
Introduction to Neural Networks (Leture 22)

Поделиться в:

Доступные форматы для скачивания:

Скачать видео

  • Информация по загрузке:

Скачать аудио

Похожие видео

Introduction to Neural Networks (Lecture 23)

Introduction to Neural Networks (Lecture 23)

Лучший документальный фильм про создание ИИ

Лучший документальный фильм про создание ИИ

СМОТРИТЕ: Полная запись беседы о трудоустройстве и искусственном интеллекте с главным экономическ...

СМОТРИТЕ: Полная запись беседы о трудоустройстве и искусственном интеллекте с главным экономическ...

К чему готовится Путин? | Новая война, мобилизация или протесты (English subtitles)

К чему готовится Путин? | Новая война, мобилизация или протесты (English subtitles)

CHAT GPT зависает? Я отменил подписку и нашел инструменты лучше

CHAT GPT зависает? Я отменил подписку и нашел инструменты лучше

Deep House Mix 2024 | Deep House, Vocal House, Nu Disco, Chillout Mix by Diamond #3

Deep House Mix 2024 | Deep House, Vocal House, Nu Disco, Chillout Mix by Diamond #3

Фильм Алексея Семихатова «ГРАВИТАЦИЯ»

Фильм Алексея Семихатова «ГРАВИТАЦИЯ»

Твоя цифровая уязвимость: мошенничество, VPN и чаты. Разбор от Кати Тьюринг

Твоя цифровая уязвимость: мошенничество, VPN и чаты. Разбор от Кати Тьюринг

Места на Земле, которые кажутся нереальными! Чудеса планеты!

Места на Земле, которые кажутся нереальными! Чудеса планеты!

Как работает ChatGPT: объясняем нейросети просто

Как работает ChatGPT: объясняем нейросети просто

Introduction to Neural Networks (Lecture 15)

Introduction to Neural Networks (Lecture 15)

Сможет ли новый ИИ от Google решить все проблемы? | Титаны и новаторы

Сможет ли новый ИИ от Google решить все проблемы? | Титаны и новаторы

Визуализация внимания, сердце трансформера | Глава 6, Глубокое обучение

Визуализация внимания, сердце трансформера | Глава 6, Глубокое обучение

Музыка для работы за компьютером | Фоновая музыка для концентрации и продуктивности

Музыка для работы за компьютером | Фоновая музыка для концентрации и продуктивности

Claude Code создал мне команду AI-агентов (Claude Code + Skills + MCP)

Claude Code создал мне команду AI-агентов (Claude Code + Skills + MCP)

Миллиарды для Алины. Царский подарок Владимира Путина

Миллиарды для Алины. Царский подарок Владимира Путина

$1 vs $1,000,000,000 Футуристических Технологий!

$1 vs $1,000,000,000 Футуристических Технологий!

The Internet Was Weeks Away From Disaster and No One Knew

The Internet Was Weeks Away From Disaster and No One Knew

ЭТИ СТАТУИ БЫЛИ ЛЮДЬМИ — ИСТОРИЮ СКРЫЛИ

ЭТИ СТАТУИ БЫЛИ ЛЮДЬМИ — ИСТОРИЮ СКРЫЛИ

Готовы ли индийские IT-компании к революционным изменениям в сфере искусственного интеллекта? | Д...

Готовы ли индийские IT-компании к революционным изменениям в сфере искусственного интеллекта? | Д...

© 2025 ycliper. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]