← Back to Submind

Topic

neural networks

Using AI to Increase Your Intelligence & Enrich Humanity | Dr. Fei-Fei Li

Andrew Huberman

Dr. Fei-Fei Li approaches humanity's future with optimism despite historical challenges, emphasizing that society currently fails young people by not adequately preparing them for AI integration. She traces a parallel evolution between biological vision science, which sparked the Cambrian explosion, …

Foundations of Deep Learning (Hugo Larochelle, Twitter)

Lex Fridman

Hugo Larochelle presents an overview of the foundations of deep learning, focusing on multi-layer feedforward neural networks used for classification tasks. He begins by establishing notation where a network takes an input vector $x$ and produces output probabilities via hidden layers that introduce …

TensorFlow Tutorial (Sherry Moore, Google Brain)

Lex Fridman

In this tutorial, Sherry Moore from Google Brain introduces TensorFlow, a flexible machine learning library developed at Google and open-sourced in November with over 32,000 stars on GitHub. Designed to bridge research, prototyping, and production seamlessly, TensorFlow allows users to write code on …

Theano Tutorial (Pascal Lamblin, MILA)

Lex Fridman

Pascal Lamblin from MILA introduces Theano, a mathematical symbolic expression compiler designed to define and manipulate expressions using NumPy syntax for building neural networks. Unlike traditional frameworks that rely on imperative programming or static graphs where operations are defined befor …

MIT 6.S094: Introduction to Deep Learning and Self-Driving Cars

Lex Fridman

In this introductory lecture for MIT 6.S094, Lex Friedman outlines a course dedicated to deep learning and self-driving cars, utilizing two primary projects: Deep Traffic and Deep Tesla. The curriculum aims to teach students how to design neural networks that control autonomous vehicles, specificall …

MIT 6.S094: Deep Reinforcement Learning

Lex Fridman

The lecture introduces Deep Reinforcement Learning (DRL) within the broader context of an artificial intelligence stack, ranging from raw sensor input to high-level reasoning and planning. The core question explored is how much of this processing pipeline can be learned end-to-end directly from data …

MIT 6.S094: Computer Vision

Lex Fridman

The MIT 6.S094 lecture on Computer Vision establishes deep learning, specifically neural networks trained with supervised data, as the dominant force in interpreting visual information from raw sensory inputs like RGB images. The speaker emphasizes that while human vision effortlessly handles challe …

Yoshua Bengio: Deep Learning | Lex Fridman Podcast #4

Lex Fridman

In this episode of Lex Fridman Podcast #4, Yoshua Bengio explores the profound differences between biological and artificial neural networks, highlighting a critical mismatch in how they handle credit assignment over long time spans. While current recurrent neural networks can manage sequences with …

Deep Learning Basics: Introduction and Overview

Lex Fridman

Welcome to an introduction and overview of deep learning, a field dedicated to extracting useful patterns from data with minimal human effort through automated methods. The course highlights that while machine learning news often focuses on methodology published in prestigious conferences or blogs, …

Tomaso Poggio: Brains, Minds, and Machines | Lex Fridman Podcast #13

Lex Fridman

In this conversation with Tomaso Poggio, a professor at MIT and director of the Center for Brains, Minds & Machines, the discussion centers on the profound challenge of understanding intelligence as both a biological phenomenon and an engineering goal. Poggio reflects on his childhood fascination wi …

Yann LeCun: Can Neural Networks Reason? | AI Podcast Clips

Lex Fridman

In this discussion, Yann LeCun addresses whether neural networks can be made to reason, asserting without doubt that they can if sufficient prior structure is integrated into their architecture. He challenges the traditional view held by many computer scientists who believe reasoning must rely on di …

Elon Musk: Understanding the Human Brain at Neuralink

Lex Fridman

Elon Musk emphasizes that our current understanding of the human brain remains extremely limited, noting that existing data provides a very narrow view of how the mind and brain function together. He argues that while we have made progress in observing general activity, true comprehension requires m …

Ilya Sutskever: Deep Learning | Lex Fridman Podcast #94

Lex Fridman

In this conversation with Lex Fridman, Ilya Sutskever reflects on his pivotal role in launching the deep learning revolution through the seminal AlexNet paper alongside Jeff Dean and Andrew Ng. He explains that his intuition regarding neural networks evolved around 2010-2011 when he connected two fa …

Neural networks learning spirals

Lex Fridman

The video utilizes TensorFlow Playground to demonstrate how neural networks learn to partition space for binary classification problems, distinguishing between blue and orange dots in a two-dimensional plane. The input consists of point positions while the output determines whether a dot is classifi …

Jitendra Malik: Computer Vision | Lex Fridman Podcast #110

Lex Fridman

In this episode of the Lex Fridman Podcast, Professor Jitendra Malik from UC Berkeley reflects on his career and the fundamental challenges within computer vision, arguing that the field is often underestimated because human visual processing occurs subconsciously. Malik explains that while early AI …