Tagged Questions
1
vote
3answers
76 views
Algorithm for online approximation of a slowly-changing, real valued function
I'm tackling an interesting machine learning problem and would love to hear if anyone knows a good algorithm to deal with the following:
The algorithm must learn to approximate a function of N ...
0
votes
4answers
1k views
Approximating function with Neural Network
I am trying to approximate the sine() function using a neural network I wrote myself. I have tested my neural network on a simple OCR problem already and it worked, but I am having trouble applying it ...