Answers for "neural network without training return same output with random weight"

1

neural network without training return same output with random weight

if you haven't trained your neural network and you have random weights
and it always return the same output no mater the input then everything is fine.
you just need to train your network to make it have diferent output
depending on the inputs.
Posted by: Guest on June-15-2021

Code answers related to "neural network without training return same output with random weight"

Browse Popular Code Answers by Language