什么是“顺序”?感知器的

发布于 2024-09-02 10:52:37 字数 189 浏览 6 评论 0原文

为那些知道答案的人提供一些简单的标记。

我现在正在复习考试,过去的问题之一是:

感知器的是什么意思?

我在讲义中找不到任何关于这方面的信息,甚至google也显得茫然。

我的猜测是顺序是神经网络中的层数,但这似乎不太正确。

A few simple marks for those who know the answer.

I'm doing revision for exams at the moment and one of the past questions is:

What is meant by the order of a perceptron?

I can't find any information about this in my lecture notes, and even google seems at a loss.

My guess is that the order is the number of layers in a neural network, but this doesn't seem quite right.

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

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

发布评论

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

评论(2

櫻之舞 2024-09-09 10:52:37

如果您想评估多层神经网络顺序基数,您应该仅考虑内层的数量因为输入和输出层不被认为属于神经网络拓扑的基数。
例如,具有 2 个内层的 NN 的阶数=2。

最有趣的是,大多数时候,超过一层对于性能和训练都没有用处。

If you want to evaluate the order or cardinality of a multilayered NN you should consider just the number of inner layer as input and output layer are not considered belonging to the cardinality of the NN topology.
For example a NN with 2 inner layer has order=2.

The funniest thing is that more than one layer is, most of the times, unusefull neither for performance neither for training.

晚雾 2024-09-09 10:52:37

学习算法中的近似阶。请参阅优化算法的顺序。

Order of approximation in the learning algorithm. See orders of optimization algorithms.

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