Skip to content

ML스터디 4주차 과제 #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
whitesoil opened this issue Sep 12, 2018 · 0 comments
Open

ML스터디 4주차 과제 #12

whitesoil opened this issue Sep 12, 2018 · 0 comments

Comments

@whitesoil
Copy link
Member

whitesoil commented Sep 12, 2018

구현을 해봅시다

조건

  1. Numpy를 사용하여 Perceptron 구현하기
    • Activation Functions 구현해보기(본인이 학습한 모든 A.F들)
    • Input -> Input*가중치 -> Activation Function -> Output 의 일련의 과정을 구현하기
    • Input, Weight 는 본인이 임의로 세팅
  2. 위 1번의 Output을 Input으로 활용하는 2번째 Perceptron 구현하기
  3. Matplotlib 시각화(옵션)
  4. Perceptron 까지만 구현하기. 신경망까지 구현하지 마세요.

Numpy 참고링크

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant