ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

139,747 results

Related queries

projected gradient descent

adam optimizer

gradient descent with momentum

batch gradient descent

steepest ascent method

gradient descent linear regression

conjugate gradient method

gradient descent machine learning

backpropagation

stochastic gradient descent

gradient descent شرح

steepest descent method

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

3 years ago

NeuralNine
Gradient Descent From Scratch in Python - Visual Explanation

In this video we implement gradient descent from scratch in Python. Also I try to give you an intuitive and mathematical ...

28:44
Gradient Descent From Scratch in Python - Visual Explanation

51,470 views

2 years ago

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

4 years ago

AI with Alex
Implementing Gradient Descent From Scratch in 4 mins with Python

Using the equations from the previous video, we implement them in Python to train a Linear Regression model. Previous Video on ...

4:09
Implementing Gradient Descent From Scratch in 4 mins with Python

1,653 views

4 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,264 views

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

4 years 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,502 views

4 years ago

Adarsh Menon
Linear Regression using Gradient Descent in Python - Machine Learning Basics

In this video I give a step by step guide for beginners in machine learning on how to do Linear Regression using Gradient Descent ...

12:19
Linear Regression using Gradient Descent in Python - Machine Learning Basics

87,911 views

7 years ago

Visually Explained
MOMENTUM Gradient Descent (in 3 minutes)

Learn how to use the idea of Momentum to accelerate Gradient Descent. ---------------- References: - Lectures on Convex ...

3:18
MOMENTUM Gradient Descent (in 3 minutes)

56,524 views

4 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,070 views

7 years ago

People also watched

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

6 years ago

Alexandre TL
The basics of gradient descent | Neural networks 7

In this video, we'll discuss a very important method in machine learning: gradient descent. This algorithm allows us to find ...

12:09
The basics of gradient descent | Neural networks 7

10,445 views

2 years ago

ByteQuest
Gradient Descent With Momentum | Visual Explanation | Deep Learning #11

In this video, you'll learn how Momentum makes gradient descent faster and more stable by smoothing out the updates instead of ...

4:55
Gradient Descent With Momentum | Visual Explanation | Deep Learning #11

158 views

3 weeks ago

PAUL ACADEMY
Multivariable Linear Regression using Gradient Descent Algorithm in Python,Step by Step from scratch

Step by Step implementation of Multivariable Linear Regression using the Gradient Descent algorithm in python. The python code ...

28:35
Multivariable Linear Regression using Gradient Descent Algorithm in Python,Step by Step from scratch

14,986 views

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

6 years ago

Bumstriker112
Multivariable gradient descent for linear Regression implemented in Python |Generic Gradient Descent

In this video, I show you how to implement multi-variable gradient descent in python.

13:44
Multivariable gradient descent for linear Regression implemented in Python |Generic Gradient Descent

17,253 views

4 years ago

AIHighschool
Why the Gradient Changes Everywhere

In this lecture, we build an intuitive understanding of gradients through the lens of polynomial regression and multi variable ...

13:14
Why the Gradient Changes Everywhere

693 views

3 months 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,249 views

8 years ago

EZlearn AI
[Deep Learning 101] Stochastic Gradient Descent

Hello everyone! Today's video is all about 'Stochastic Gradient Descent.' In this video, we'll take a look at Gradient Descent, ...

8:16
[Deep Learning 101] Stochastic Gradient Descent

3,836 views

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

8 years ago

Deep Learning with Yacine
Gradient Descent from Scratch in Python

to get started with AI engineering, check out this Scrimba course: ...

10:09
Gradient Descent from Scratch in Python

21,247 views

5 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,170 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,514,193 views

8 years ago

Aladdin Persson
Linear Regression Gradient Descent From Scratch in Python

Linear Regression implementation in Python using numpy library. ❤️ Support the channel ...

14:20
Linear Regression Gradient Descent From Scratch in Python

10,509 views

5 years ago

Raunak Joshi
Gradient Descent Python Implementation from Scratch | Getting Started with Machine Learning

This is 10th video in "Getting started with ML" playlist. Source code for this tutorial ...

10:25
Gradient Descent Python Implementation from Scratch | Getting Started with Machine Learning

7,843 views

5 years ago

Code Heroku
Gradient Descent Tutorial Python With Code | Machine Learning Career Track

Gradient Descent for Machine Learning class is part of Machine Learning Career Track at Code Heroku. Get started in our ML ...

2:17:49
Gradient Descent Tutorial Python With Code | Machine Learning Career Track

6,751 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,159 views

3 years ago

MLWorks
Coding Gradient Descent with Numpy | Step-by-Step Python Guide

In this tutorial, we'll walk through how to implement the Gradient Descent algorithm from scratch using Python and Numpy.

12:49
Coding Gradient Descent with Numpy | Step-by-Step Python Guide

346 views

11 months ago

Ben Awad
Gradient Descent Implemented in Python

I show you how to implement the Gradient Descent machine learning algorithm in Python. You can check out the notebook here: ...

9:55
Gradient Descent Implemented in Python

32,090 views

9 years ago

Let's Analyze!
Gradient descent algorithm from scratch in python

Implementation of Gradient Descent algorithm from scratch in python. Explanation of the calculus behind it and how it works under ...

17:51
Gradient descent algorithm from scratch in python

1,036 views

5 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,797,833 views

5 years ago