Getting Started with Neural Networks (ANN)?

不羁的心 提交于 2021-02-05 13:30:36

问题


I've been involved with a lot of C-Programming and RT-Linux, now I want to do some Artificial Neural Networking.

BUT: How do I get started?

I'm also very interested in Evolutionary Algorithms(Learning Algorithms) and Artificial Intelligence. Where can I start learning all of this?


回答1:


If you're just trying to get familiar with AI, then I would recommend that you take the Stanford's free online courses:

  • https://www.ai-class.com/
  • http://www.ml-class.org/course/auth/welcome

Get a good understanding of the ML/AI concepts and play with the algorithms.

Additional links:

  • Neural Network Example: http://www.ai-junkie.com/ann/evolved/nnt1.html
  • GP: http://www.genetic-programming.org/

There are many more resources online, but I think the above will give you a decent start. Also, there are a LOT of similar questions on SO that provide many useful links so I would recommend that you search for these topics on stackoverflow.com:

  • Neural Networks on SO: https://stackoverflow.com/questions/tagged/neural-network?sort=votes
  • Genetic Algorithms on SO: https://stackoverflow.com/questions/tagged/genetic-algorithm
  • Genetic Programming on SO: https://stackoverflow.com/questions/tagged/genetic-programming
  • Evolutionary Algos on SO: https://stackoverflow.com/questions/tagged/evolutionary-algorithm


来源:https://stackoverflow.com/questions/8792607/getting-started-with-neural-networks-ann

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!