感知器分类和 R

发布于 2024-11-08 12:10:55 字数 156 浏览 0 评论 0原文

我有四个点: a=(-0.5, -0.5) b=(-0.5, 0.5) c=(0.3, -0.5) d=(0.0, 1.0)

我需要对这些点进行分类,首先是 a,b ,然后是c, d

第一步是定义感知器,但是,在 R 中定义感知器的方法是什么?

谢谢

I have four points: a=(-0.5, -0.5) b=(-0.5, 0.5) c=(0.3, -0.5) d=(0.0, 1.0)

I need to classificate these points, first a,b and after c, d

The first step is to define the perceptron, but, What is the way to define a perceptron in R?

Thanks

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

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

发布评论

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

评论(1

匿名。 2024-11-15 12:10:55

这将有助于表明您已经完成了一些作业...

library(sos)
findFn("perceptron")
RSiteSearch("perceptron")  ## after running this, click on some buttons on the web page to expand the search

http://rseek.org 中搜索“perceptron”

还可以在 StackOverflow 中搜索 [r] perceptron,尽管搜索的内容不多;你也可以尝试[r] 神经网络 ...

It would help to show that you've done some homework ...

library(sos)
findFn("perceptron")
RSiteSearch("perceptron")  ## after running this, click on some buttons on the web page to expand the search

Search "perceptron" at http://rseek.org

Also search StackOverflow for [r] perceptron, although that doesn't get much; you might try [r] neural net too ...

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