Skip to content

Commit

Permalink
edit ch12 reference
Browse files Browse the repository at this point in the history
  • Loading branch information
SDSTony committed May 9, 2021
1 parent 33e669b commit 50ec022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course-website/lectures/12-nn-keras.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Callbacks은 `fit()`함수에 추가할 수 있는 기능입니다. Keras 사용

그림 12-7과 같이 `es``rlr`에 각각 EarlyStopping과 ReduceLROnPlateau callback을 저장하고 `fit()``callbacks` 파라미터에 전달함으로써 구현 가능합니다.

## 12.5 Keras
## 12.5 참고자료

- [Stanford CS229 Lecture 8: Neural Networks](http://cs229.stanford.edu/notes2020fall/notes2020fall/deep_learning_notes.pdf)
- [Deep Learning with Python](https://amzn.to/2TJcmz3)
Expand Down

0 comments on commit 50ec022

Please sign in to comment.