Skip to content

Commit 8e87351

Browse files
committed
U
1 parent 79c2309 commit 8e87351

File tree

3 files changed

+310
-586
lines changed

3 files changed

+310
-586
lines changed

ComputeScience/DeepLearningAnalysis.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,4 +886,6 @@ history = model.fit(train_X, train_Y, epochs=25, validation_split=0.25)
886886
- LSTMModel은 배우지 않았음!! 근데 왜 설명하는거야?
887887
- 10,003개를 32개로 Embedding 하여 진행
888888
- LSTM 코드 시험 안낸대 ㅇㅇ
889-
- 파라미터 공부할 때는, 우리가 앞의 슬라이드에서 봤던걸 기준으로 공부하도록 하여라
889+
- 파라미터 공부할 때는, 우리가 앞의 슬라이드에서 봤던걸 기준으로 공부하도록 하여라
890+
891+
## Convolution Neural Network(CNN)

0 commit comments

Comments
 (0)