AI programming and Neural Networks, "good literature&qu
-
- Member
- Posts: 33
- Joined: Wed Apr 26, 2006 11:00 pm
AI programming and Neural Networks, "good literature&qu
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
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
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
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...
-
- Member
- Posts: 33
- Joined: Wed Apr 26, 2006 11:00 pm
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..
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..
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.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.
Every good solution is obvious once you've found it.
-
- Member
- Posts: 33
- Joined: Wed Apr 26, 2006 11:00 pm
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.Solar wrote: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.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.
Regards
PyroMathic
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.
I suggest you go for search trees and related algorithms, algo agents first.
-
- Member
- Posts: 33
- Joined: Wed Apr 26, 2006 11:00 pm
lo,Zacariaz wrote:So, hows is it going? I certainly would like to know, cause i dont understad any of it and its so damn interesting
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