0

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

4

1 回答 1

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搜索“感知器”

[r] perceptron也可以在 StackOverflow 上搜索 你也可以试试[r] neural net……

于 2011-05-19T19:18:27.287 回答