Python 中的神经网络,无需使用任何现成的库......即,从第一原理开始......帮助!

发布于 2024-08-09 22:57:58 字数 242 浏览 2 评论 0原文

我正在尝试学习Python编程,并且也在争取建立一个神经网络的最后期限,该网络看起来将具有多向关联记忆和循环连接等功能。虽然所有这些东西的数学都可以从各种文本和来源中获取(可以这么说,并且是可以获取的),但作为 python 的新手(以及编程作为一种职业),我有点漂浮在太空中,在尝试时寻找天空去‘实施’事情! 有关从头构建神经网络的任何优秀在线教程的信息将不胜感激:)

与此同时,我正在兼职作为 MatLab 用户来护理 Python 造成的伤口:)

I am trying to learn programming in python and am also working against a deadline for setting up a neural network which looks like it's going to feature multidirectional associative memory and recurrent connections among other things. While the mathematics for all these things can be accessed from various texts and sources (and is accessible, so to speak), as a newbie to python (and programming as a profession) I am kinda floating in space looking for the firmament as I try to 'implement' things!!
Information on any good online tutorials on constructing neural networks ab initio will be greatly appreciated :)

In the meantime I am moonlighting as a MatLab user to nurse the wounds caused by Python :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

江城子 2024-08-16 22:57:58

如果您熟悉 Matlab,请查看优秀的 Python 库 numpyscipyma​​tplotlib。它们共同提供了最常用的 Matlab 函数子集。

If you're familiar with Matlab, check out the excellent Python libraries numpy, scipy, and matplotlib. Together, they provide the most commonly used subset of Matlab functions.

浮光之海 2024-08-16 22:57:58

您可能对 Neurolab 感兴趣 - Python 中的神经网络,具有 MATLAB 中的 Neural Networks Toolbox 等 API

You might be interested in Neurolab - neural networks in Python with an API like the Neural Networks Toolbox from MATLAB

别理我 2024-08-16 22:57:58

我对神经网络一无所知,但 PyNeurGen 似乎是一个很好的资源。

I don't know anything about neural networks, but PyNeurGen seems like a good resource.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文