Domanda

Ho quattro punti: A= (- 0,5, -0.5) B= (- 0,5, 0,5) c= (0.3, -0.5) D= (0.0, 1.0)

Ho bisogno di classificare questi punti, prima a, B e dopo c, d

Il primo passo è definire il perceptron, ma qual è il modo per definire un perceptron in r?

Grazie

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top