ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

166,204 results

Related queries

gradient descent python

adam optimizer

perceptron

batch gradient descent

gradient descent linear regression

gradient descent with momentum

backpropagation

steepest ascent method

gradient descent شرح

stochastic gradient descent

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,156 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,461 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,236 views

3 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,190 views

6 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,516,831 views

8 years 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,572 views

2 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,822 views

1 year 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,853 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,053 views

3 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,859 views

3 years ago

Physics Videos by Eugene Khutoryansky
Gradients and Partial Derivatives

3D visualization of partial derivatives and gradient vectors. My Patreon account is at https://www.patreon.com/EugeneK.

5:24
Gradients and Partial Derivatives

672,380 views

9 years ago

MIT OpenCourseWare
23. Accelerating Gradient Descent (Use Momentum)

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

49:02
23. Accelerating Gradient Descent (Use Momentum)

59,016 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,295 views

5 years ago

Welch Labs
The Misconception that Almost Stopped AI [How Models Learn Part 1]

7:32 - Tuning one parameter 9:11 - Tuning two parameters together 11:01 - Gradient descent 13:18 - Visualizing high dimensional ...

22:57
The Misconception that Almost Stopped AI [How Models Learn Part 1]

593,904 views

7 months ago

Priya Deo
Conjugate Gradient Method

Video lecture on the Conjugate Gradient Method.

9:35
Conjugate Gradient Method

132,559 views

12 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,885 views

Streamed 9 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,735 views

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,966 views

7 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,957 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

170,017 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,546 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,387 views

6 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,546 views

4 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,425 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,188 views

7 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,258 views

6 years 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,406 views

5 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,840 views

1 year 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,756 views

5 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,259 views

8 years ago