Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
1.00/5 (5 votes)
See more:
i need aproject about artificial neural netwrk that use java or c++
Posted
Comments
Sergey Alexandrovich Kryukov 26-Oct-11 12:41pm    
"I need a project" does not look like a valid question; it does not even explain what you need. I cannot even understand the meaning of "a project about". What's your goal?
And, if you need any answers at all, ask a question.
--SA
I.explore.code 27-Oct-11 7:33am    
mate this is not a code shop where you dump your vague questions like this and expect a fully functional code for it. The word "Project" in "The Code Project" doesn't actually mean people do your "coding projects", u know that, right?

Have some fun and play around with this: Neuroph: A Java Neural Network Framework[^]

Regards,

—MRB
 
Share this answer
 
Comments
Smithers-Jones 27-Oct-11 10:36am    
Good answer Manfred, got my 5 and bookmarked for further reading.
I've started it for you:
Java
package neural;

public class NeuralNetworkApp
{
    public static void main(String [] args)
    {
        // TODO Write some code
    }

}
 
Share this answer
 
Hi
you have just to google it ^^
here is a sample http://homepage.mac.com/jhuwaldt/java/Packages/NeuralNets/NeuralNets.html[^]

regards.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900