codestates / ds-TIL

Data Science TIL page
2 stars 1 forks source link

[TIL] 오세광 210114 section4 스프린트 리뷰 day3 #1337

Open sekwangoh opened 3 years ago

sekwangoh commented 3 years ago

키워드: early-stopping, 역전파

(Act)What you actually did.

  1. 역전파를 다시 복습하고, 도전과제를 진행해 보았다
  2. 가중치 규제 방식으로 오버피팅을 줄이는 방법을 진 행해 봤다.

(Evaluate)How you evaluate your action's outcome vs. the initial goal(plan).

  1. 이제 좀 내용들이 정리되는 느낌이고, 역전파를 전체적인 내용이 그려진다.
  2. 가중치 규제를 어떤 방식으로 왜 쓰는지 이해했다.

(Reflect)

How you worked throughout the stages plan-research-act-observe-evaluate. What did you do well, what can you improve upon. How can you improve your process?

  1. 순전파, 역전파, 파이썬 코드로 구현해보기
  2. L1,L2 norm에 대해서 어떻게 쓰는지 정리하기.