如何编写用于神经网络模式识别的 matlab 代码

发布于 2025-01-01 03:12:16 字数 161 浏览 0 评论 0原文

我有一个对象的不同向量集。这些向量是不同的,并且是从特定形状中提取的。我想在 matlab 中训练我的神经网络来识别这个特定的形状。这样,当我输入该特定对象的另一个不同的相似向量时,神经网络就能够区分并输出“1”或“0”,

我对这个神经网络的东西很陌生,我希望有人能给我一些有价值的东西指针。

I have a different sets of vectors for an object. These vectors are different and are extracted from a particular shape. I want to train my Neural Network in matlab to recognize this particular shape. So that when I input another different vectors of similarity of that particular object, the neural network is able to differentiate and output either '1' or '0'

I am new to this neural network stuffs and I hope that someone could give me some valuable pointers.

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

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

发布评论

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

评论(2

も星光 2025-01-08 03:12:16

首先看看这个 pdf 解释神经网络工具箱。

您可以在此处下载教程使用 matlab 进行神经网络模式识别。

我希望这对您的任务有所帮助。

First of all have a look to this pdf explaining the Neural Network Toolbox.

Here you can download a tutorial on pattern recognition with neural networks with matlab.

I hope this helps on your task.

瑶笙 2025-01-08 03:12:16

要理解一般的机器学习概念,特别是神经网络,此资源将很有用 www.ml-class.org

To understand machine learning concepts in general and neural networks in particular, this resource will be usefull www.ml-class.org

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