感知器分类和R.

时间:2011-05-19 19:07:42

标签: r perceptron

我有四点: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中定义感知器的方法是什么?

由于

1 个答案:

答案 0 :(得分:2)

这有助于表明你已经完成了一些功课......

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”

同时搜索“{1}}的StackOverflow”,尽管这并没有太大作用;您也可以尝试[r] perceptron ...