4 questions
It's more about how it works than programming.I don't really understand the ten laws of machine learning, the parameters in the sentence Get 10 times the number of parameters in your network.Do you me...
I am studying Deep Learning using Deep Learning's Chainer.In the process, I want to combine the two data, but I don't know how to do it.Specifically, def forward (x1, x2): h1 = F.relu(model.l1(x1)) h2...
Questions about neural networks When you perform logistic regression in neural networks, you specify the learning rate, the number of updates, etc., right?On the other hand, I do not remember specifyi...
Question 1When I was studying Deep Learning from scratch and reading 182p, I couldn't understand why I had set the initial value of weight W to np.random.randn until now.So please tell me why np.rando...
© 2024 OneMinuteCode. All rights reserved.