what are the struggles in creating a brain like neural network ?
Answers
Answered by
8
Training deep learning neural networks is very challenging. The best general algorithm known for solving this problem is stochastic gradient descent, where model weights are updated each iteration using the backpropagation of error algorithm. Optimization in general is an extremely difficult task.
Similar questions