Thread: Need examples on Neural Networks

  1. #1
    Registered User khpuce's Avatar
    Join Date
    May 2003
    Posts
    165

    Need examples on Neural Networks

    Hi,

    I am a complete newbie in AI. The last few days I've been trying to understand the basics of neural networks. Although I think I understand how a simple NN works I couldn't find any simple examples to learn about NN implementation. On the net, I found that pattern recognition programs are pretty basic and easy to understand for starters. I looked at different links given in this board to find a simple pattern recognition program in c (I mainly program in c) but couldn't find any. I don't know even how to start NN coding.

    All the books, articles I've come across so far ONLY talks about theroy and NO example codes !!!

    Can anyone help me with some pattern recognition codes (preferably in c) please ?



    Thanks

  2. #2
    Registered User MathFan's Avatar
    Join Date
    Apr 2002
    Posts
    190
    You can for example read the book "AI Techniques For Game Programming" by Mat Buckland. It's in C++, so I don't really know if it will help you. But, anyway, it is a very nice book for a newbie. Includes a cd with a buch of example programs. Really nice. I don't think there are any pattern recognition programs though, except one or two mouse gesture recognition examples.
    The OS requirements were Windows Vista Ultimate or better, so we used Linux.

  3. #3

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Neural networks - am i doing this properly?
    By Bobcat in forum General AI Programming
    Replies: 6
    Last Post: 04-01-2009, 08:48 PM
  2. Neural Networks - Calculating Error Gradients
    By IdioticCreation in forum General AI Programming
    Replies: 14
    Last Post: 02-10-2009, 12:53 AM
  3. Tic Tac Toe Neural Network
    By glo in forum General AI Programming
    Replies: 4
    Last Post: 06-15-2008, 03:39 PM
  4. Details about artificial neural networks
    By ChadJohnson in forum General AI Programming
    Replies: 1
    Last Post: 07-23-2005, 10:29 AM
  5. Neural Networks VS. Spike Neural Networks
    By magis in forum General AI Programming
    Replies: 1
    Last Post: 04-12-2005, 06:37 AM