1 1 vote How do you determine the weight values that connect to the other data points when solving for our output in neural networks? Machine Learning data-science machine-learning deep-learning + – 0% Accept Rate Accepted 0 answers out of 1 questions mcneils 130 points 1 1 3 answer comment Share 0 reply Please log in or register to add a comment.
0 0 votes The weights are randomly assigned or preloaded from a similar trained network. Afterward, using the backpropagation algorithm, the weights will be updated to get better results. tofighi answered Apr 4, 2019 tofighi 116k points 73 79 101 comment Share 0 reply Please log in or register to add a comment.