I am interested into thinking of something different than FET, so I looked on artificial neural networks. I found something that seems very good: http://leenissen.dk/fann/wp/ (FANN). I tried to simulate the function z=sin(x)+sin(y) and it works well (training on about 2000 pairs (x,y,z), then seeing the output for other values (x,y), the z seems magically close to the desired function).
I am now reading the documentation and I will also try to read the code.
Hello Liviu,
Fortunately there are people like you who understand things like ANN. I tried to read up a bit on it after I read your post but it is way above my IQ.
Good luck to you anyway and thanks to you, Volker and others like you for FET.
Thank you! :)
Thanks!!!! Very interesting!
I'll work on it for some weeks.