尝试人工神经网络有哪些有趣的想法?

发布于 2024-08-26 04:03:30 字数 1432 浏览 9 评论 0原文

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

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

发布评论

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

评论(5

ぃ双果 2024-09-02 04:03:30

您可以结合遗传算法和神经网络来演化简单的神经配置,例如执行逻辑运算的神经网络(包括幻象异或!)。

这是我非常喜欢的一个话题,因为 - 如果你仔细想想 - 这是我们大脑如何进化的一个简单的模型(我并不是说我们的大脑中有逻辑门)。

它很简单——而且应该很有趣!

You can combine Genetic Algorithms and Neural Networks to evolve simple neural configurations, such as Neural Networks that perform logic operations (including the phantomatic XOR!).

This is a topic I very much like because - if you think about it - it's a bare bones model of how our brains evolved (I am not saying we have logic gates in our head).

It is simple enough - and should be good fun!

极致的悲 2024-09-02 04:03:30

从更广泛的角度来看,所有涵盖模式识别和信号处理的内容都可以充分利用神经网络。

此外,您还可以使用神经网络来开发游戏(策略、足球游戏)的“伪人工智能”。

无论如何,神经网络不仅仅是一种“解决方案”,更是一种工具,它可以用于经济学、物理学、导航、信号处理等领域。

此外,存在多种类型的神经网络(感知器、hopfield),关键是要使用他们根据问题明智地解决问题。

神经网络不是万能药,只是一个(非常有趣且强大的)工具。

In a wider way, all that cover pattern recognition and signal processing could take great advantage of neural networks.

Also, you could use neural networks to develop "pseudo-AI" for games (strategy, soccer games).

Anyway, as neural network is a tool more than a "solution", it can be used in economics, physics, navigation, signal processing, etc.

Also, many types of neural networks exist (perceptron, hopfield), the thing is to use them wisely according to the problem.

Neural networks are not panacea, just a (very interesting and powerful) tool.

墨离汐 2024-09-02 04:03:30

人脸识别呢?

what about face recognition?

傻比既视感 2024-09-02 04:03:30

以下是我认为前馈神经网络(具有多个隐藏层)可能能够解决的一些问题。

  1. 给定网络接口上发送/接收的数据包数量、环境噪声量以及环境光水平,尝试预测一天中的时间。
  2. 给定纬度和经度,尝试预测海拔或犯罪率。
  3. 给定一些关于文章标题中关键字的简单指标,预测它有多少赞成票。
  4. 给定随机电话号码的数字,预测线路终点站的位置。

Here are some problems that I think feed forward neural nets (with multiple hidden layers) might be able to solve.

  1. Given the number of packets sent/recieved on the network interface, the volume of ambient noise, and the level of ambient light, attempt to predict the time of day.
  2. Given a latitude and longitude, attempt to predict the elevation, or crime rate.
  3. Given some simple metrics about the keywords in the title of an article, predict how many upvotes it has.
  4. Given the digits of a random phone number, predict where the line terminus is located.
悲凉≈ 2024-09-02 04:03:30

这更具挑战性:可视化(即绘制)2 层神经网络的决策边界表面。 (对于 1 层,边界是线性的,所以很容易)。

This is more challenging: visualize (ie, plot) the decision boundary surface of a 2-layer neural network. (With 1 layer the boundary is linear, so it's easy).

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