ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

165,081 results

Related queries

gradient descent python

gradient descent linear regression

perceptron

gradient descent شرح

adam optimizer

gradient descent with momentum

stochastic gradient descent

backpropagation

batch gradient descent

steepest ascent method

steepest descent method

Visually Explained
Gradient Descent in 3 minutes

Visual and intuitive overview of the Gradient Descent algorithm. This simple algorithm is the backbone of most machine learning ...

3:07
Gradient Descent in 3 minutes

369,073 views

4 years ago

StatQuest with Josh Starmer
Gradient Descent, Step-by-Step

Gradient Descent is the workhorse behind most of Machine Learning. When you fit a machine learning method to a training ...

23:54
Gradient Descent, Step-by-Step

1,712,287 views

6 years ago

IBM Technology
Gradient Descent Explained

Learn more about WatsonX → https://ibm.biz/BdPu9e What is Gradient Descent? → https://ibm.biz/Gradient_Descent Create Data ...

7:05
Gradient Descent Explained

139,181 views

3 years ago

3Blue1Brown
Gradient descent, how neural networks learn | Deep Learning Chapter 2

Cost functions and training for neural networks. Help fund future projects: https://www.patreon.com/3blue1brown Special thanks to ...

20:33
Gradient descent, how neural networks learn | Deep Learning Chapter 2

8,515,066 views

8 years ago

Google for Developers
Machine Learning Crash Course: Gradient Descent

Gradient descent is an algorithm used to train machine learning models by iteratively optimizing their parameter values. In this ...

2:12
Machine Learning Crash Course: Gradient Descent

131,744 views

1 year ago

Dr. Trefor Bazett
Intro to Gradient Descent || Optimizing High-Dimensional Equations

Keep exploring at ▻ https://brilliant.org/TreforBazett. Get started for free for 30 days — and the first 200 people get 20% off an ...

11:04
Intro to Gradient Descent || Optimizing High-Dimensional Equations

100,555 views

2 years ago

Machine Learnia
GRADIENT DESCENT - ML#4

The Gradient Descent algorithm is probably one of the most important algorithms in all of machine learning and deep learning ...

13:44
GRADIENT DESCENT - ML#4

249,160 views

6 years ago

People also watched

Engineering_life
Régression linéaire, fonction coût, gradient descent, métriques d'avalution

Playlist Machine Learning : https://www.youtube.com/playlist?list=PLOZzVgsgePPgNl-ZRpavBpreo54vXIUTz Etude de ...

18:06
Régression linéaire, fonction coût, gradient descent, métriques d'avalution

15,850 views

3 years ago

MIT OpenCourseWare
25. Stochastic Gradient Descent

MIT 18.065 Matrix Methods in Data Analysis, Signal Processing, and Machine Learning, Spring 2018 Instructor: Suvrit Sra View ...

53:03
25. Stochastic Gradient Descent

96,288 views

6 years ago

RANJI RAJ
Machine Learning | Gradient Descent (with Mathematical Derivations)

Gradient descent is an optimization algorithm used to minimize some functions by iteratively moving in the direction of the ...

29:12
Machine Learning | Gradient Descent (with Mathematical Derivations)

163,272 views

5 years ago

The Coding Train
3.4: Linear Regression with Gradient Descent - Intelligence and Learning

In this video I continue my Machine Learning series and attempt to explain Linear Regression with Gradient Descent. My Video ...

21:33
3.4: Linear Regression with Gradient Descent - Intelligence and Learning

151,732 views

8 years ago

Chieh Wu
Gradient Descent Part 1 Chieh

Part 1 of Gradient Descent tutorial with Chieh from Northeastern University.

10:46
Gradient Descent Part 1 Chieh

66,884 views

Streamed 9 years ago

Udacity
Gradient Descent - Artificial Intelligence for Robotics

This video is part of an online course, Intro to Artificial Intelligence. Check out the course here: ...

5:34
Gradient Descent - Artificial Intelligence for Robotics

116,248 views

13 years ago

Siraj Raval
How to Do Linear Regression using Gradient Descent

The point of this is to demonstrate the concept of gradient descent. Gradient descent is the most popular optimization strategy in ...

53:18
How to Do Linear Regression using Gradient Descent

202,861 views

Streamed 8 years ago

purdueMET
Applied Optimization - Steepest Descent

Steepest descent is a simple, robust minimization algorithm for multi-variable problems. I show you how the method works and ...

29:49
Applied Optimization - Steepest Descent

67,965 views

7 years ago

Dataquest
Gradient Descent From Scratch In Python

We'll learn about gradient descent, a technique for training neural networks. We'll then implement gradient descent from scratch in ...

42:39
Gradient Descent From Scratch In Python

24,265 views

2 years ago

Infinite Codes
All Machine Learning algorithms explained in 17 min

All Machine Learning algorithms intuitively explained in 17 min ######################################### I just started ...

16:30
All Machine Learning algorithms explained in 17 min

1,679,116 views

1 year ago

Emergent Garden
Gradient Descent vs Evolution | How Neural Networks Learn

Explore two learning algorithms for neural networks: stochastic gradient descent and an evolutionary algorithm known as a local ...

23:46
Gradient Descent vs Evolution | How Neural Networks Learn

169,987 views

9 months ago

Visually Explained
STOCHASTIC Gradient Descent (in 3 minutes)

Visual and intuitive Overview of stochastic gradient descent in 3 minutes. ------------------- References: - The third explanation is ...

3:34
STOCHASTIC Gradient Descent (in 3 minutes)

121,508 views

4 years ago

MIT OpenCourseWare
22. Gradient Descent: Downhill to a Minimum

MIT 18.065 Matrix Methods in Data Analysis, Signal Processing, and Machine Learning, Spring 2018 Instructor: Gilbert Strang ...

52:44
22. Gradient Descent: Downhill to a Minimum

95,842 views

6 years ago

Nicholas Renotte
Building the Gradient Descent Algorithm in 15 Minutes | Coding Challenge

What's happening guys, welcome to the second episode of CodeThat! In this ep I try to build a regression machine learning model ...

22:29
Building the Gradient Descent Algorithm in 15 Minutes | Coding Challenge

80,046 views

3 years ago

Python Simplified
Gradient Descent - Simply Explained! ML for beginners with Code Example!

In this video, we will talk about Gradient Descent and how we can use it to update the weights and bias of our AI model. We will ...

12:35
Gradient Descent - Simply Explained! ML for beginners with Code Example!

51,545 views

4 years ago

Data Science Garage
How Gradient Descent Works. Simple Explanation

Video explain what is gradient descent and how gradient descent works with a simple example. Basic intuition and explanation ...

5:01
How Gradient Descent Works. Simple Explanation

122,380 views

6 years ago

Stanford Online
Stanford CS229: Machine Learning - Linear Regression and Gradient Descent |  Lecture 2 (Autumn 2018)

For more information about Stanford's Artificial Intelligence professional and graduate programs, visit: https://stanford.io/ai This ...

1:18:17
Stanford CS229: Machine Learning - Linear Regression and Gradient Descent | Lecture 2 (Autumn 2018)

1,798,033 views

5 years ago

codebasics
Machine Learning Tutorial Python - 4: Gradient Descent and Cost Function

In this tutorial, we are covering few important concepts in machine learning such as cost function, gradient descent, learning rate ...

28:26
Machine Learning Tutorial Python - 4: Gradient Descent and Cost Function

799,126 views

7 years ago

Artem Kirsanov
The Most Important Algorithm in Machine Learning

... 09:43 Derivatives 14:34 Gradient Descent 16:23 Higher dimensions 21:36 Chain Rule Intuition 27:01 Computational Graph and ...

40:08
The Most Important Algorithm in Machine Learning

923,565 views

1 year ago

Unfold Data Science
Gradient descent simple explanation|gradient descent machine learning|gradient descent algorithm

Gradient descent simple explanation | gradient descent machine learning | gradient descent algorithm Welcome! I'm Aman, a ...

15:39
Gradient descent simple explanation|gradient descent machine learning|gradient descent algorithm

386,355 views

5 years ago

StatQuest with Josh Starmer
Stochastic Gradient Descent, Clearly Explained!!!

Even though Stochastic Gradient Descent sounds fancy, it is just a simple addition to "regular" Gradient Descent. This video sets ...

10:53
Stochastic Gradient Descent, Clearly Explained!!!

564,221 views

6 years ago

The Coding Train
3.5: Mathematics of Gradient Descent - Intelligence and Learning

In this video, I explain the mathematics behind Linear Regression with Gradient Descent, which was the topic of my previous ...

22:36
3.5: Mathematics of Gradient Descent - Intelligence and Learning

253,253 views

8 years ago

Priyanshu Vats
Linear Regression, Cost Function and Gradient Descent Algorithm..Clearly Explained !!

Hi Everyone! I apologies for the high music volume. Unfortunately there is no way for me to edit this video currently on YT studio ...

10:02
Linear Regression, Cost Function and Gradient Descent Algorithm..Clearly Explained !!

134,733 views

5 years ago