我有四点: 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中定义感知器的方法是什么?
谢谢
发布于 2011-05-20 03:18:27
这将有助于证明你已经做了一些功课。
library(sos)
findFn("perceptron")
RSiteSearch("perceptron") ## after running this, click on some buttons on the web page to expand the search在http://rseek.org上搜索“感知器”
还可以在StackOverflow中搜索[r] perceptron,尽管不会得到太多信息;您也可以尝试[r] neural net……
https://stackoverflow.com/questions/6063673
复制相似问题