Pergunta

Eu tenho quatro pontos: a= (- 0,5, -0,5) b= (- 0,5, 0,5) c= (0,3, -0,5) d= (0,0, 1,0)

Eu preciso classificar esses pontos, primeiro A, B e após C, D

O primeiro passo é definir o perceptron, mas, qual é o caminho para definir um perceptron em r?

obrigado

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top