Neural network | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Neural network

Can anyone umplement a neural Network in java which can be Trained to learn a function like ax^2 +bx +c?

9th May 2019, 10:52 AM
Daniel
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).
9th May 2019, 11:52 AM
Daniel Adam
Daniel Adam - avatar
+ 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?
9th May 2019, 2:23 PM
Daniel
0
node
26th Dec 2021, 11:28 AM
Nabila Muftia Ma'ruf Kartono
Nabila Muftia Ma'ruf Kartono - avatar