ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

10,703 results

Related queries

gradient clipping

resnet

3blue1brown

vanishing gradient problem

cnn explained

dropout deep learning

stochastic gradient descent

rnn

regularization

deeplizard
Batch Normalization (“batch norm”) explained

Let's discuss batch normalization, otherwise known as batch norm, and show how it applies to training artificial neural networks.

7:32
Batch Normalization (“batch norm”) explained

263,809 views

7 years ago

Jeff Heaton
PyTorch Batch Normalization (4.4)

Welcome to our tutorial on batch normalization in PyTorch, a transformative technique that has become a standard in training ...

4:27
PyTorch Batch Normalization (4.4)

3,169 views

2 years ago

AssemblyAI
Batch normalization | What it is and how to implement it

In this video, we will learn about Batch Normalization. Batch Normalization is a secret weapon that has the power to solve many ...

13:51
Batch normalization | What it is and how to implement it

86,420 views

4 years ago

Sebastian Raschka
L11.3 BatchNorm in PyTorch -- Code Example

Sebastian's books: https://sebastianraschka.com/books/ Slides: ...

8:45
L11.3 BatchNorm in PyTorch -- Code Example

4,265 views

4 years ago

CodeEmporium
Batch Normalization - EXPLAINED!

What is Batch Normalization? Why is it important in Neural networks? We get into math details too. Code in references. Follow me ...

8:49
Batch Normalization - EXPLAINED!

128,616 views

5 years ago

deeplizard
Batch Norm in PyTorch - Add Normalization to Conv Net Layers

In this episode, we're going to see how we can add batch normalization to a convolutional neural network. VIDEO ...

20:19
Batch Norm in PyTorch - Add Normalization to Conv Net Layers

13,211 views

5 years ago

Machine Learning with PyTorch
torch.nn.BatchNorm1d Explained

This video explains how the Batch Norm works and also how Pytorch takes care of the dimension. Having a good understanding ...

3:36
torch.nn.BatchNorm1d Explained

7,131 views

4 years ago

little five flower starfish
Pytorch Tutorial: BatchNorm vs LayerNorm

BatchNorm vs LayerNorm: A Comprehensive PyTorch Tutorial In this tutorial, we dive deep into two fundamental normalization ...

13:04
Pytorch Tutorial: BatchNorm vs LayerNorm

469 views

4 months ago

DeepLearningAI
Why Does Batch Norm Work? (C2W3L06)

Take the Deep Learning Specialization: http://bit.ly/2x614g3 Check out all our courses: https://www.deeplearning.ai Subscribe to ...

11:40
Why Does Batch Norm Work? (C2W3L06)

211,872 views

8 years ago

People also watched

DataMListic
Cracking ML Interviews: Batch Normalization (Question 10)

In this video, we explain Batch Normalization, one of the most important concepts in deep learning and a frequent topic in ...

5:30
Cracking ML Interviews: Batch Normalization (Question 10)

1,156 views

2 months ago

Machine Learning with PyTorch
torch.nn.Conv2d Module Explained

This video explains how the 2d Convolutional layer works in Pytorch and also how Pytorch takes care of the dimension. Having a ...

6:49
torch.nn.Conv2d Module Explained

23,522 views

4 years ago

ChiDotPhi
PyTorch - Creating Custom Layers

How to create a Custom Layer in PyTorch This is the follow-up to nn.Module API: https://youtu.be/UDphSBLtp1w Code: ...

15:05
PyTorch - Creating Custom Layers

4,782 views

4 years ago

Neural Breakdown with AVB
Let me explain PyTorch in 7 Concepts

PyTorch is THE essential deep learning library for both research and industrial projects. This comprehensive PyTorch tutorial ...

42:47
Let me explain PyTorch in 7 Concepts

13,178 views

4 months ago

Underfitted
The Wrong Batch Size Will Ruin Your Model

How do different batch sizes influence the training process of neural networks using gradient descent? Colab notebook: ...

7:04
The Wrong Batch Size Will Ruin Your Model

24,550 views

3 years ago

Machine Learning with PyTorch
torch.nn.ConvTranspose2d Explained

A numerical Example of ConvTranspose2d that is usually used in Generative adversarial Nueral Networks. This video goes step ...

14:32
torch.nn.ConvTranspose2d Explained

10,303 views

3 years ago

Umar Jamil
Quantization explained with PyTorch - Post-Training Quantization, Quantization-Aware Training

In this video I will introduce and explain quantization: we will first start with a little introduction on numerical representation of ...

50:55
Quantization explained with PyTorch - Post-Training Quantization, Quantization-Aware Training

47,804 views

2 years ago

Mr. P Solver
PyTorch Course (2022), Part 4: Image Classification (MNIST)

In this video we use the network constructed in the previous video to train a neural network on the MNIST data set. The goal of this ...

30:21
PyTorch Course (2022), Part 4: Image Classification (MNIST)

28,456 views

3 years ago

Aladdin Persson
PYTORCH COMMON MISTAKES - How To Save Time 🕒

In this video I show you 10 common Pytorch mistakes and by avoiding these you will save a lot time on debugging models.

19:12
PYTORCH COMMON MISTAKES - How To Save Time 🕒

60,345 views

5 years ago

Zachary Huang
PyTorch in 1 Hour

Don't like the Sound Effect?:* https://youtu.be/GaLL7ZeXsWk *LLM Training Playlist:* ...

1:02:49
PyTorch in 1 Hour

49,818 views

3 months ago

Lightning AI
Unit 6.6 | Improving Convergence with Batch Normalization | Part 2 | Using BatchNorm in PyTorch

Follow along with Unit 6 in a Lightning AI Studio, an online reproducible environment created by Sebastian Raschka, that ...

3:38
Unit 6.6 | Improving Convergence with Batch Normalization | Part 2 | Using BatchNorm in PyTorch

443 views

2 years ago

Lazy Programmer
Add Batch Normalization to a Neural Network in PyTorch

Part of "Modern Deep Learning in Python" Get the full course for 80% OFF here at: ...

2:58
Add Batch Normalization to a Neural Network in PyTorch

7,394 views

7 years ago

ChiDotPhi
All About Normalizations! - Batch, Layer, Instance and Group Norm

In this video, I review the different kinds of normalizations used in Deep Learning. Note, I accidentally interchange std and ...

41:56
All About Normalizations! - Batch, Layer, Instance and Group Norm

19,084 views

3 years ago

AssemblyAI
What is Layer Normalization? | Deep Learning Fundamentals

You might have heard about Batch Normalization before. It is a great way to make your networks faster and better but there are ...

5:18
What is Layer Normalization? | Deep Learning Fundamentals

46,661 views

3 years ago

datahacker. rs
12 PyTorch tutorial– How to apply Batch Normalization in PyTorch

Hi and welcome back. Today, we'll discuss another popular method called batch normalization which you can use to improve the ...

19:19
12 PyTorch tutorial– How to apply Batch Normalization in PyTorch

1,569 views

4 years ago

Machine Learning with PyTorch
torch.nn.LayerNorm Explained

This video explains how the LayerNorm works and also how PyTorch takes care of the dimension. Unlike BatchNorm that relies ...

9:38
torch.nn.LayerNorm Explained

1,754 views

1 year ago

deeplizard
PyTorch Dataset Normalization - torchvision.transforms.Normalize()

In this episode, we're going to learn how to normalize a dataset. We'll see how dataset normalization is carried out in code, and ...

26:12
PyTorch Dataset Normalization - torchvision.transforms.Normalize()

18,343 views

5 years ago

Machine Learning with PyTorch
torch.nn.BatchNorm2d Explained

This video explains how the Batch Norm 2d works and also how Pytorch takes care of the dimension. Having a good ...

12:33
torch.nn.BatchNorm2d Explained

1,614 views

1 year ago

ExplainingAI
Batch Normalization Explained | Why It Works in Deep Learning

In this video, we dive into Batch Normalization in deep learning, unpacking not just how batch normalization works but also why it ...

38:19
Batch Normalization Explained | Why It Works in Deep Learning

3,202 views

6 months ago

selfedu
#25. Алгоритм Batch Normalization | Нейросети на PyTorch

Практический курс по НС: https://stepik.org/a/227582 Телеграм-канал: https://t.me/machine_learning_selfedu Инфо-сайт: ...

8:06
#25. Алгоритм Batch Normalization | Нейросети на PyTorch

2,734 views

1 year ago

Data Science Weekly
BatchNorm2d: How to use the BatchNorm2d Module in PyTorch

BatchNorm2d - Use the PyTorch BatchNorm2d Module to accelerate Deep Network training by reducing internal covariate shift.

2:03
BatchNorm2d: How to use the BatchNorm2d Module in PyTorch

1,754 views

3 years ago