C and C++

Moderators: None (Apply to moderate this forum)
Number of threads: 28629
Number of posts: 94611

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Elman Neural Network in c++ Posted by pinux on 8 Sept 2010 at 8:09 AM
Hi all,

I have to develop Elman Neural Network in c++. I try to use annie library
but I don't know how make the net.

Can you help me please ?


Thank you.

Report
Re: Elman Neural Network in c++ Posted by bilderbikkel on 16 Sept 2010 at 5:05 AM
Have you read the manual?

I found the following within five seconds:

 #include <annie.h>
 using namespace annie;

 annie::TwoLayerNetwork net(2,3,1); 
Report
Re: Elman Neural Network in c++ Posted by pinux on 16 Sept 2010 at 7:02 AM
annie::TwoLayerNetwork net(2,3,1);

this is a Feed Foward multilayer perceptron.
There aren't context units ...




Report
Re: Elman Neural Network in c++ Posted by bilderbikkel on 22 Sept 2010 at 8:26 AM
: this is a Feed Foward multilayer perceptron.
: There aren't context units ...
Sorry for my misunderstanding.

I took a look at the documentation. I believe the Annie library is not suited for your needs (but I might be wrong again), because I believe it is not possible to use a custom neuron type: a MultiLayerNetwork uses SimpleNeuron, KohonenNetwork uses KohonenNeuron.

Good luck, Bilderbikkel




 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.