开始使用神经网络 (ANN)?
我已经参与了很多 C 编程和 RT-Linux,现在我想做一些人工神经网络。
但是:我该如何开始?
我对进化算法(学习算法)和人工智能也很感兴趣。我可以从哪里开始学习所有这些?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果你只是想熟悉人工智能,那么我建议你参加斯坦福大学的免费在线课程:
深入了解 ML/AI 概念并使用算法。
其他链接:
网上还有更多资源,但我认为以上内容将为您提供一个不错的开始。另外,SO 上有很多类似的问题,提供了许多有用的链接,因此我建议您在 stackoverflow.com 上搜索这些主题:
If you're just trying to get familiar with AI, then I would recommend that you take the Stanford's free online courses:
Get a good understanding of the ML/AI concepts and play with the algorithms.
Additional links:
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:
以下是开始使用 python 神经网络的全面解决方案:
epynn.net
Below is an all inclusive solution to get started with neural nets in python:
epynn.net