Tagged Questions
7
votes
5answers
374 views
Can a neural network be used to find a functions minimum(a)?
I had been interested in neural networks for a bit and thought about using one in python for a light project that compares various minimization techniques in a time domain (which is fastest).
Then I ...