Neural Networks&Genetic Algorithms for an CS-Bot?

Started by
12 comments, last by damnbot 22 years ago
Where can I find a nice Neural Networks and/or Genetic Algorithms SDK wich works with VC++ for Windows. I''ve already tried out the GALib,so don''t post this. Thanks for everything! GreeZ, Mr. Suicide! -->Try out hte DAMN-Bot for CS: http://www.cs-bot.tk !
GreeZ,Mr. Suicide!-->Try out the DAMN-Bot for CS: http://www.cs-bot.tk !
Advertisement
MatLab has a neural network toolbox... but then it''s not free!

If you''re interested, check out www.mathworks.com

Cheers,

Timkin

I have a Neural Network DLL, but if you know the concepts behind NN or GA''s it certainly isn''t difficult at all to implement one. (I would expect 1.5 day of coding)...

Edo
Edo
"I have a Neural Network DLL"

It looks intresting, but my bot is also a dll...do you have a lib?

GreeZ,
Mr. Suicide!

-->Try out the DAMN-Bot for CS: http://www.cs-bot.tk !
GreeZ,Mr. Suicide!-->Try out the DAMN-Bot for CS: http://www.cs-bot.tk !
why don''t you write a simulator on your own ? If you suceed, you can be sure you understood the theory - if not, you made some mistake

I think that writing a simulator for NNs can be quite a challenge, esp. because they can be computational expensive and so you get good experiences in optimizing code.

@$3.1415rin
I know.

But I'm searching for NN-sourec to learn writing my own.
So I can ajust it very well for my bot.

GreeZ,
Mr. Suicide!

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

[edited by - damnbot on April 19, 2002 10:49:50 AM]
GreeZ,Mr. Suicide!-->Try out the DAMN-Bot for CS: http://www.cs-bot.tk !
Try my website



Stimulate
Already tried before...
GreeZ,Mr. Suicide!-->Try out the DAMN-Bot for CS: http://www.cs-bot.tk !

What is the question here?
1 - What is a NN and what are the concepts behind it ?
2 - I know about NN but how can I implement one?

I suspect its question no.2. In my opinion, if you fully know NN and the concepts behind them, it isn''t very hard to implement one. You need to work on your programming if you don''t know how to implement this in C++ (just a couple of for..next statements).

However if its question no.1, you''re not better of with just source code, you need to read some articles....fup''s, gamedev,ai-depot,game-ai,gen5 etc etc...

Edo
Edo
I seek to understand.

PS: I''ve tried all pages! Really.
So I''m looking for some secret tips!
GreeZ,Mr. Suicide!-->Try out the DAMN-Bot for CS: http://www.cs-bot.tk !

This topic is closed to new replies.

Advertisement