Artificial Neural Networks

Started by Liviu Lalescu, November 29, 2015, 08:05:55 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Liviu Lalescu

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.

Bobby Wise

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.

Liviu Lalescu


Lizio

Thanks!!!! Very interesting!

I'll work on it for some weeks.