Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I'm looking for an implementation of FNN (or better yet, a SOFNN as described by Forecasting Time Series by SOFNN with Reinforcement Learning). Any language, though preference is Java, C#, C++ in that order.

share|improve this question
Hey @Jonathan; machine learning is on-topic here (in fact, the machine learning proposal was merged with this one): meta.stats.stackexchange.com/questions/492/… – Shane Oct 19 '10 at 14:32
thanks Shane, wasn't clear on that – Jonathan Shore Oct 19 '10 at 14:38
Did you have any success in finding an implementation? – user4776 May 27 '11 at 5:38

1 Answer

up vote 3 down vote accepted

I'm not an expert on this subject, but I believe that FNN are sometimes referred to as a neuro-fuzzy system (also referenced here).

There are several implementations that I can find for that subject, including in C++ and Java, but I can't confirm whether they would be relevant to your problem.

share|improve this answer
Thanks, you are right that FNN falls into the category of neuro-fuzzy systems. The links you gave are helpful. I think I will contact the author of the paper to see if there are closer implementations. – Jonathan Shore Oct 20 '10 at 18:58

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.