Neural Networks&Genetic Algorithms for an CS-Bot?

Started by
12 comments, last by damnbot 21 years, 12 months ago
If you are searching a good start for learning the stuff about NNs including the mathematical side, implementation, problems, different types of nets etc etc etc I would recommend "A. Zell, simulation neuronaler Netze" since i know you are german :D that was my starting point

... and you probably already found the documentation of the use of NNs in joebot didn''t you ?

@$3.1415rin
Advertisement
...yeah.
But I just keep searching...
GreeZ,Mr. Suicide!-->Try out the DAMN-Bot for CS: http://www.cs-bot.tk !
damnbot,

No one can give you the answers you seek... they can certainly point you toward them, or perhaps even explain them for you, but in the end, it will take work on your part - in the form of implementing what you have read - for all of it to sink in.

You''ve indicated that you''ve read widely on neural nets... that''s great... and certainly more than a lot of people do before asking for help in this forum.

My advice to you is to implement a simple feed-forward network. Nothing fancy... just a couple of input nodes and an output node or two. Play around with it and see what you can produce. From that basis, you can extend your code to a larger network... try different threshold functions, add hidden layers and implement different network concepts (like a Hopfield network, or a recurrent network).

There is only one place to start and that is at the beginning!

Cheers,

Timkin
Ok then.
Thanks.

I'll try some things out when I've got free time.

GreeZ to everyone...

GreeZ,
Mr. Suicide!

-->Try out the DAMN-Bot for CS: http://www.cs-bot.tk !

[edited by - damnbot on April 20, 2002 9:39:41 PM]
GreeZ,Mr. Suicide!-->Try out the DAMN-Bot for CS: http://www.cs-bot.tk !

This topic is closed to new replies.

Advertisement