I was disappointed when i realized this isn’t Sentdex’s NNFS. He makes really good content.
Neural network from scratch
31–40 of 43 posts
Re: Neural network from scratch
#32I was disappointed when i realized this isn’t Sentdex’s NNFS. He makes really good content.
Link to one video: https://www.youtube.com/watch?v=Wo5dMEP_BbI
Re: Neural network from scratch
#33import torch as scratch from scratch import nn
Re: Neural network from scratch
#34I think NNs are going to be a challenge as complexity grows. I'm trying to make mobs behave autonomously in my 3D action MMO. The memory (depth) I would need for that to succeed and the processing power to do it in real-time is making my head spin. Let's hope Raspberry 5 has some hardware to help with this. At this point I'm probably going to have some state machine AI (think mobs in Minecraft; basically check range…
Re: Neural network from scratch
#35import torch as scratch from scratch import nn
You can't do this in Python.
import antigravity
https://xkcd.com/353/Re: Neural network from scratch
#36Re: Neural network from scratch
#37Re: Neural network from scratch
#38Re: Neural network from scratch
#39I was disappointed when i realized this isn’t Sentdex’s NNFS. He makes really good content.
Re: Neural network from scratch
#40Interesting read, but there's a few things I haven't understood. In the training [function]( https://colab.research.google.com/drive/1YRp9k_ORH4wZMqXLNkc... ): 1- In the instruction `hidden_layer.data[index] -= learning_rate * hidden_layer.grad.data[index]`where was the `hidden_layer.grad` value updated? 2- from what I've understood, we'll update the hidden_layer according to the inclination of the error function (be…
[0] like this