Building your first Neural Network

  Рет қаралды 7,123

CodeEmporium

CodeEmporium

Күн бұрын

Пікірлер: 22
@CodeEmporium
@CodeEmporium Жыл бұрын
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 Жыл бұрын
can you make some videos on implementing the transformer models in code?
@joachimguth6226
@joachimguth6226 Жыл бұрын
Impressive the clarity of layout and speech.
@CodeEmporium
@CodeEmporium Жыл бұрын
Thanks for the kind words.
@aligharaeini5971
@aligharaeini5971 9 ай бұрын
one of the best videos ever about NN , congrats
@prashlovessamosa
@prashlovessamosa 10 ай бұрын
your 101 series are super informative.
@martin3647martin
@martin3647martin Жыл бұрын
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!
@apollokre1d
@apollokre1d Жыл бұрын
Love the videos, liked and subscribed, looking forward to the series.
@CodeEmporium
@CodeEmporium Жыл бұрын
Thanks so much! Definitely more to come every week
@rashedulhasanrijul5506
@rashedulhasanrijul5506 10 ай бұрын
Thanks for such a nice explanation
@katariya608
@katariya608 10 ай бұрын
its the algorithm to recommend me your video
@pradnyakarve6094
@pradnyakarve6094 10 ай бұрын
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
@testuser2709
@testuser2709 Жыл бұрын
I think I use a PID type AI most
@MattSimmonsSysAdmin
@MattSimmonsSysAdmin Жыл бұрын
Antilock breaks.
@CodeEmporium
@CodeEmporium Жыл бұрын
Yep! This is a good one for cars
@rishavbhattacharjee7182
@rishavbhattacharjee7182 Жыл бұрын
Quiz 1 option d Quiz 2 option b Quiz 3 option c
@CodeEmporium
@CodeEmporium Жыл бұрын
Ding ding ding! Correct ✅
@MewingBear
@MewingBear 11 ай бұрын
ChatGpt 3.5
@MewingBear
@MewingBear 11 ай бұрын
aslo know as gpt 3.5
@adrielomalley
@adrielomalley 9 ай бұрын
My meta Raybans
@MonicaSurtani
@MonicaSurtani 6 ай бұрын
d
@codinghighlightswithsadra7343
@codinghighlightswithsadra7343 Жыл бұрын
Quiz 1 option d Quiz 2 option b Quiz 3 option c
Backpropagation in Neural Networks - EXPLAINED!
10:18
CodeEmporium
Рет қаралды 4,8 М.
Graph Neural Networks - a perspective from the ground up
14:28
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
Embeddings - EXPLAINED!
12:58
CodeEmporium
Рет қаралды 9 М.
Watching Neural Networks Learn
25:28
Emergent Garden
Рет қаралды 1,4 МЛН
How much training data does a neural network need?
15:54
CodeEmporium
Рет қаралды 3,1 М.
What would 10,000 endermans build over time?
12:14
Element X
Рет қаралды 5 МЛН
AI can't cross this line and we don't know why.
24:07
Welch Labs
Рет қаралды 1,5 МЛН
Activation functions in neural networks
12:32
CodeEmporium
Рет қаралды 6 М.
Proximal Policy Optimization | ChatGPT uses this
13:26
CodeEmporium
Рет қаралды 22 М.
Large Language Models explained briefly
7:58
3Blue1Brown
Рет қаралды 1,1 МЛН
Why Neural Networks can learn (almost) anything
10:30
Emergent Garden
Рет қаралды 1,2 МЛН
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН