Question

J'ai quatre points: a= (- 0,5, -0.5) b= (- 0,5, 0,5) c= (0,3, -0,5) d= (0,0, 1,0)

J'ai besoin de classifier ces points, d'abord A, B et après C, D

La première étape consiste à définir le perceptron, mais quel est le moyen de définir un perceptron dans R?

merci

Était-ce utile?

La solution

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 ...

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top