Skip to content

Commit baa825d

Browse files
authored
Add files via upload
1 parent ffd4c62 commit baa825d

6 files changed

Lines changed: 1068 additions & 19 deletions

tf_2.x/lab-07-1-learning_rate_and_evaluation-eager.ipynb

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"# lab 07 1 learning_rate_and_evaluation - Eager execution\n",
88
"* Learning Rate와 Evaluation에 대한 설명\n",
99
"\n",
10-
"### 기본 Library 선언 및 Tensorflow 버전 확인"
10+
"### 기본 Library 선언 및 TensorFlow 버전 확인"
1111
]
1212
},
1313
{
@@ -248,9 +248,8 @@
248248
"cell_type": "markdown",
249249
"metadata": {},
250250
"source": [
251-
"### Tensorflow를 통한 실행을 위해 Session를 선언합니다.\n",
252-
"* 위의 Data를 Cost함수를 통해 학습시킨 후 모델을 생성합니다. \n",
253-
"* Learning 값을 출력한다 _learning_rate adam사용 시에는 _lr\n",
251+
"### TensorFlow를 통해 학습을 진행합니다.\n",
252+
"* 위의 Data를 Cost함수를 통해 학습시킨 후 모델을 생성합니다.\n",
254253
"* Test Data값 검증 수행 [2, 1, 1], [3, 1, 2], [3, 3, 4]"
255254
]
256255
},
@@ -321,7 +320,7 @@
321320
"name": "python",
322321
"nbconvert_exporter": "python",
323322
"pygments_lexer": "ipython3",
324-
"version": "3.7.3"
323+
"version": "3.7.6"
325324
}
326325
},
327326
"nbformat": 4,

0 commit comments

Comments
 (0)