|
|
|
|
|
by magicalhippo
623 days ago
|
|
A neural network is essentially just a curve fitter, so yeah. You might find this[1] video illuminating. The main strength of a neural network comes into play when there's a lot of different inputs, not just a handful. For the simpler cases like sin(x) we have other tools like the one posted here. [1]: https://www.youtube.com/watch?v=FBpPjjhJGhk But what is a neural network REALLY? |
|