Skip to content

심화학습2 신경망의 실행에서 출력 가중치는 update되지 않는건가요?  #8

@k2kim7

Description

@k2kim7

출력 가중치 업데이트 부분에

  1. 실제로 code는 입력 가중치(self.weight_in)을 update하고 있습니다.
    : 실제로 훈련 후에 출력 가중치는 훈련전과 변화가 없습니다.
  2. 그래서 이부분은 출력가중치로 수정(self.weight_in ==> self.weight_out)하면 코드가 수렴하지 않고
  3. 출력 가중치 업데이트 부분을 주석처리하여 입력 가중치만 훈련하면, 더 좋은 결과가 나오네요.

==> 입력가중치와 출력가중치를 모두 훈련하려면 어떻게 해야 하나요?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions