Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I´ve been searching for it and I found Encog and Neuroph but I don´t know if any about them... I've to do a final project and I need a litle feedback from humans, sometimes google is not enough XD

share|improve this question

2 Answers

I am one of the programmers of Encog (http://www.heatonresearch.com/encog). We have quite a few of using Encog in a number of different uses. Without specifics on what you are trying to implement I can't describe too much more.

Here is a basic getting started tutorial.

http://www.heatonresearch.com/content/encog-neural-network-tutorial

And more advanced ones here and here

http://www.heatonresearch.com/encog/articles

http://www.devx.com/opensource/Article/44014

share|improve this answer

Weka is an open source project focused on machine learning for data mining. It seems that this package has its neural networks API. I haven't used Weka yet, but it looks like a serious project.

share|improve this answer
I've used Weka for Bayes classification machine-learning stuff. It was great for that. – Skrud May 5 '10 at 20:08

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.