径向基本函数决策边界

发布于 2024-08-16 03:44:18 字数 182 浏览 2 评论 0 原文

我在 Matlab 中使用“newrb”方法在神经网络中使用径向基本函数(rbf),一切都很好,但我希望找到一种方法,使我能够在我拥有的两个样本之间绘制决策边界。例如,在感知器中,决策边界是一条具有方程 WX+b=0
的线 W:权重,X:输入,b 是偏差。如何从 rbf 中得出复杂的决策边界结果?
谢谢。哈尼·阿尔穆斯利......

I am using radial basic function(rbf) in neural network using "newrb" method in Matlab and all things are good, but i hope to find a way which makes me able to draw the decisions boundary between the two samples that i have. For example in perceptron the decision boundary is a line with equation WX+b=0
W:weights, X:Inputs and b is the bias.How can i draw the complex decision boundary result from rbf?
Thanks. Hani Almousli.....

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

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

发布评论

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

评论(2

回首观望 2024-08-23 03:44:18

我相信它是... w*phi(x) 对于最简单的单输入、单函数网络,

其中.. w=wieght, phi=bias_function, x=input

I believe it is... w*phi(x) for the simplest single input, single function network

where.. w=wieght, phi=bias_function, x=input

别把无礼当个性 2024-08-23 03:44:18

在matlab中,有2个代码用于绘制输入和目标以及决策边界之间的关系

<块引用>

plotpv(输入,目标)

决策边界的plotpc(权重,偏差)

plotpc(权重,偏差)我希望有所帮助

in matlab there 2 codes for plot the relation between input and target and decision boundary

plotpv(input,target)

plotpc(weight,bias) for decision boundary

I hope that help

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