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
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
这将有助于表明你已经做了一些功课......
library(sos)
findFn("perceptron")
RSiteSearch("perceptron") ## after running this, click on some buttons on the web page to expand the search
在http://rseek.org搜索“感知器”
[r] perceptron
也可以在 StackOverflow 上搜索 你也可以试试[r] neural net
……