+ 1
Neural network
Can anyone umplement a neural Network in java which can be Trained to learn a function like ax^2 +bx +c?
3 Answers
+ 1
You don't need neural networks. That's called approximation and there are a bunch of simple algorithms out there that calculate your function based on a given set of points (x, y).
+ 1
Yeah of course, i know. But i wanted a simple and easy understandale example of a neural Network. But Not as easy as one consisting only of a Single neuron. Can you help?
0
node