ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

140,474 results

Related queries

projected gradient descent

gradient descent شرح

adam optimizer

gradient descent with momentum

batch gradient descent

gradient descent linear regression

gradient descent machine learning

steepest ascent method

conjugate gradient method

stochastic gradient descent

backpropagation

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,049 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,480 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,120 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,656 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,266 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,545 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,536 views

4 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,190 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,452 views

2 years ago

AIHighschool
Why Every Point Has a Different Gradient

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

13:14
Why Every Point Has a Different Gradient

695 views

3 months 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

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

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

The PrepStudio
🔴NUMERICAL Gradient Descent || Complete Concept✅️....by_Supriya Srivastava.

Hi friends welcome back to my channel so in my previous video I have covered the basic introduction to gradient descent which is ...

7:16
🔴NUMERICAL Gradient Descent || Complete Concept✅️....by_Supriya Srivastava.

15,914 views

1 year ago

Sourish Kundu
Who's Adam and What's He Optimizing? | Deep Dive into Optimizers for Machine Learning!

From Stochastic Gradient Descent to Adam, we cover the most popular algorithms, how they work, and when to use them. What ...

23:20
Who's Adam and What's He Optimizing? | Deep Dive into Optimizers for Machine Learning!

102,907 views

1 year 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

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

1 year 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,912 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,540 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,188 views

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

6 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

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

8 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,844 views

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

3 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

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

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

347 views

11 months 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