문제

i는 4 점이 있습니다. a= (- 0.5, -0.5) b= (- 0.5, 0.5) c= (0.3, -0.5) d= (0.0, 1.0)

이 점을 분류해야하며, 첫 번째 A, B 및 이후 C, D

첫 번째 단계는 Perceptron을 정의하는 것입니다.하지만 r에서 Perceptron을 정의하는 방법은 무엇입니까?

감사합니다

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top