neural-network tag

4 questions


1 answers
117 views
0
What does "parameter" refer to in a neural network?

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...


1 answers
75 views
0
How do I synthesize data in the middle of a network in a Chainer?

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...


1 answers
91 views
0
Neural Network Weight Update

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...


2 answers
59 views
0
Why use np.random.randn as the initial value of the weight?

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.