FET Forum

Discussions and Chat => Talk It Up! => Topic started by: Liviu Lalescu on November 29, 2015, 08:05:55 PM

Title: Artificial Neural Networks
Post by: Liviu Lalescu on November 29, 2015, 08:05:55 PM
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.
Title: Re: Artificial Neural Networks
Post by: Bobby Wise on December 02, 2015, 12:30:04 PM
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.
Title: Re: Artificial Neural Networks
Post by: Liviu Lalescu on December 02, 2015, 05:15:09 PM
Thank you! :)
Title: Re: Artificial Neural Networks
Post by: Lizio on September 09, 2016, 08:46:38 PM
Thanks!!!! Very interesting!

I'll work on it for some weeks.