AI programming and Neural Networks, "good literature&qu

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
PyroMathic
Member
Member
Posts: 33
Joined: Wed Apr 26, 2006 11:00 pm

AI programming and Neural Networks, "good literature&qu

Post by PyroMathic »

Hi,

I am currently bizy whit concepts like Neural Networks and AI-Programming.

Do any of u might know a good book on toppic's like "Neural Networks" and "AI programming". I would prefer a book which looks at these subjects from a programmers side, so also the theory but also things which directly have to do whit programming these things, so the more practicle side of the subject.

Any replies, comments are welcome.


Regards
PyroMathic
User avatar
JamesM
Member
Member
Posts: 2935
Joined: Tue Jul 10, 2007 5:27 am
Location: York, United Kingdom
Contact:

Post by JamesM »

Google for 'Prolog'. Although it's not useful for neural nets, it's fantastic for inference-rule systems and for recursive searching (depth-first, breadth-first etc etc).
User avatar
Zacariaz
Member
Member
Posts: 1069
Joined: Tue May 22, 2007 2:36 pm
Contact:

Post by Zacariaz »

Do you by any chance know the name: "Jeff Hawkins" ?

If you havent allready, you should read his book "On Intelligense".
I actually have it in pdf, and even though, technically it is illigal, he has, himelf, said that he does not care whether people buy his book or not, he is only interested in them reading it.
In other words, we might be able to work something out.Other than that there is a few links you shold investigate:
Video (20 minutes talt about the conceopt, don't miss it!)
Software & Developer forums

I know i havent writen much information, but thats due to the fact that i have trouble explaining my self in english, and this is a simewhat complex subject.

Just PM me or email me (zacariaz at gmail dot com) if there is anything. I dont know much about the subject, but it is a great interest of mine so ill probably be able to help if there is something you cant find or dont understand.

Regards
This was supposed to be a cool signature...
PyroMathic
Member
Member
Posts: 33
Joined: Wed Apr 26, 2006 11:00 pm

Post by PyroMathic »

lo,

thx for the replies.

Still gotta watch the vid but it sounds interesting and will sertenly try to get his book.

Am currently still a total beginner so think ill first start reading a couple of books on the subject, dont even know how to implement a thing like an AI for simple things. So ill start at that,

Prolog does seem to be interesting but think ill first need some info on general things like self-learning algorithme's.


Regards.
PyroMathic.


BTW: does any one else maybe know a good book on "Nearal Networks"? Since i think that eventually when building an AI u will need to build something like a neural network anyway..
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Post by Solar »

PyroMathic wrote:Am currently still a total beginner so think ill first start reading a couple of books on the subject, dont even know how to implement a thing like an AI for simple things.
You have me confused. Do you have an actual purpose in mind for your AI that results in Neural Network being an actual requirement, or are you generally into the subject of "making a computer smart"? In the latter case, you might want to look into related subjects too, like Artificial Opponents or Agents.
Every good solution is obvious once you've found it.
PyroMathic
Member
Member
Posts: 33
Joined: Wed Apr 26, 2006 11:00 pm

Post by PyroMathic »

Solar wrote:
PyroMathic wrote:Am currently still a total beginner so think ill first start reading a couple of books on the subject, dont even know how to implement a thing like an AI for simple things.
You have me confused. Do you have an actual purpose in mind for your AI that results in Neural Network being an actual requirement, or are you generally into the subject of "making a computer smart"? In the latter case, you might want to look into related subjects too, like Artificial Opponents or Agents.
I am mostly into making a pc which is smart. But currently i wish to look at it, from the side of Neural networks, so how could i achief an AI when i would use a "Neural Network" and how would i be capable to learn it something. Also will i try to look at other approache's to the problem, so other ways to learn a PC something, whitout the use of neural networks.


Regards
PyroMathic
User avatar
Zacariaz
Member
Member
Posts: 1069
Joined: Tue May 22, 2007 2:36 pm
Contact:

Post by Zacariaz »

start by whathing that video, i promise you wont regret it.
This was supposed to be a cool signature...
User avatar
JamesM
Member
Member
Posts: 2935
Joined: Tue Jul 10, 2007 5:27 am
Location: York, United Kingdom
Contact:

Post by JamesM »

I heartily suggest you steer clear of Neural Networks until you have a more in-depth AI knowledge. They use EXTREMELY advanced maths in the training algorithms (good ones anyway) and proofs of homogenous neural networks (homogenous ones are ones with feedback between layers, so they can recognise inputs and pass an output when they see it again, like our memory).

I suggest you go for search trees and related algorithms, algo agents first.
User avatar
Zacariaz
Member
Member
Posts: 1069
Joined: Tue May 22, 2007 2:36 pm
Contact:

Post by Zacariaz »

So, hows is it going? I certainly would like to know, cause i dont understad any of it :oops: and its so damn interesting ;)
This was supposed to be a cool signature...
PyroMathic
Member
Member
Posts: 33
Joined: Wed Apr 26, 2006 11:00 pm

Post by PyroMathic »

Zacariaz wrote:So, hows is it going? I certainly would like to know, cause i dont understad any of it :oops: and its so damn interesting ;)
lo,

Still need to start reading, hoping i have a copy of the book later today, so i can finnally start reading. Did look a bit in the pdf (just dont like to read from the pc-screen).


Regards
PyroMathic
Post Reply