Hi !
Help me to write source code in VB for neural networks

Recommended Answers

All 3 Replies

What exactly you want the VB code to do ?

please say the problem, more details.

See...

http://www.wisegeek.com/what-is-a-neural-network.htm

for a definition of a neural network. As for Visual Basic 6.0 or even .Net to attempt such a thing is a momentous task that just might be out of reach of MS technologies but if you really want to give it a try... well then you are first going to need to communicate between programs on different machines. Which means, you will have to at least look at DCom, or MSMQ. You will also need to figure out how to make each individual "node" learn. Then you will need a few thousand machines to run your network on but you might be able to get away with a few hundred with each of them running several "nodes" in the hierarchy one after another.

No small task to say the least...

Good Luck

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.