Building your first Neural Network

  Рет қаралды 6,430

CodeEmporium

CodeEmporium

Күн бұрын

Пікірлер: 22
@CodeEmporium
@CodeEmporium 11 ай бұрын
What other playlists should I make? Also, If you think I deserve it, please consider giving this video a like. Subscribe for more content like this.
@mehedihassan7824
@mehedihassan7824 10 ай бұрын
can you make some videos on implementing the transformer models in code?
@joachimguth6226
@joachimguth6226 10 ай бұрын
Impressive the clarity of layout and speech.
@CodeEmporium
@CodeEmporium 10 ай бұрын
Thanks for the kind words.
@aligharaeini5971
@aligharaeini5971 8 ай бұрын
one of the best videos ever about NN , congrats
@prashlovessamosa
@prashlovessamosa 8 ай бұрын
your 101 series are super informative.
@user-bp2ol4wi1c
@user-bp2ol4wi1c 10 ай бұрын
Would be cool if you ran though process of building a Neuron class step by step, to better understand how all parts integrate in code as we go before using more advanced libraries. So more step by step bottom up element by element building. I think it would be good way to practice learners intuition about all this. I found many of your videos highly educational. Great content!
@katariya608
@katariya608 8 ай бұрын
its the algorithm to recommend me your video
@apollokre1d
@apollokre1d 11 ай бұрын
Love the videos, liked and subscribed, looking forward to the series.
@CodeEmporium
@CodeEmporium 11 ай бұрын
Thanks so much! Definitely more to come every week
@rashedulhasanrijul5506
@rashedulhasanrijul5506 9 ай бұрын
Thanks for such a nice explanation
@testuser2709
@testuser2709 10 ай бұрын
I think I use a PID type AI most
@pradnyakarve6094
@pradnyakarve6094 9 ай бұрын
Hello, could you please let me know why the following error ? RuntimeError: mat1 and mat2 shapes cannot be multiplied (1x5 and 4x6) code: with torch.no_grad(): model.eval() correct = 0 total = 0 for batch_x, batch_y in test_loader: outputs = model(batch_x) predicted = torch.max(outputs, 1) total += batch_y.size(0) correct += (predicted == batch_y).sum().item() accuracy = correct / total print(f'Test accuracy:{accuracy:.2f}') class NeuralNetwork(nn.Module): def __init__(self, input_size, hidden_size, num_classes): super(NeuralNetwork, self).__init__() self.fc1 = nn.Linear(input_size, hidden_size) self.relu = nn.ReLU() self.fc2 = nn.Linear(hidden_size, num_classes) def forward(self, x): out = self.fc1(x) out = self.relu(out) out = self.fc2(out) return out
@MattSimmonsSysAdmin
@MattSimmonsSysAdmin 11 ай бұрын
Antilock breaks.
@CodeEmporium
@CodeEmporium 11 ай бұрын
Yep! This is a good one for cars
@rishavbhattacharjee7182
@rishavbhattacharjee7182 11 ай бұрын
Quiz 1 option d Quiz 2 option b Quiz 3 option c
@CodeEmporium
@CodeEmporium 11 ай бұрын
Ding ding ding! Correct ✅
@MewingBear
@MewingBear 9 ай бұрын
ChatGpt 3.5
@MewingBear
@MewingBear 9 ай бұрын
aslo know as gpt 3.5
@adrielomalley
@adrielomalley 7 ай бұрын
My meta Raybans
@MonicaSurtani
@MonicaSurtani 4 ай бұрын
d
@codinghighlightswithsadra7343
@codinghighlightswithsadra7343 10 ай бұрын
Quiz 1 option d Quiz 2 option b Quiz 3 option c
Backpropagation in Neural Networks - EXPLAINED!
10:18
CodeEmporium
Рет қаралды 4,5 М.
Transformer Positional Embeddings With A Numerical Example.
6:21
Machine Learning with Pytorch
Рет қаралды 20 М.
Why no RONALDO?! 🤔⚽️
00:28
Celine Dept
Рет қаралды 95 МЛН
How to Fight a Gross Man 😡
00:19
Alan Chikin Chow
Рет қаралды 19 МЛН
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 9 МЛН
Proximal Policy Optimization | ChatGPT uses this
13:26
CodeEmporium
Рет қаралды 19 М.
Hyper parameters - EXPLAINED!
16:32
CodeEmporium
Рет қаралды 1,9 М.
Genius Machine Learning Advice for 10 Minutes Straight
9:46
Data Sensei
Рет қаралды 95 М.
MIT Introduction to Deep Learning | 6.S191
1:09:58
Alexander Amini
Рет қаралды 750 М.
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 29 МЛН
The moment we stopped understanding AI [AlexNet]
17:38
Welch Labs
Рет қаралды 1,3 МЛН
Large Language Models explained briefly
8:48
3Blue1Brown
Рет қаралды 648 М.
Embeddings - EXPLAINED!
12:58
CodeEmporium
Рет қаралды 9 М.
Building a Neural Network with PyTorch in 15 Minutes | Coding Challenge
20:34
Why no RONALDO?! 🤔⚽️
00:28
Celine Dept
Рет қаралды 95 МЛН