반응형
[19] Deep Learning - How to use Tensorflow
Tensorflow 안에는 다양한 함수들과 다양한 클래스 , 메소드 들이 존재한다. 이번 글에서는 이러한 Tensorflow의 요소들을 사용하여 사용자가 직접 정의하여 사용할 수 있는 손실 함수 , 모델 , 초기화 , 제한 , 규제 등과 모델의 저장 및 불러오기 방법에 대해서 살펴본다.
관련 코드 및 정리
ref. "Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, 2nd Edition"
반응형
'코딩 > 데이터 분석 이론 & 응용' 카테고리의 다른 글
[18] Deep Learning - Tensorflow (0) | 2022.02.04 |
---|---|
[17] Deep Learning - Regularization (0) | 2022.01.27 |
[16] Deep Learning - Learning Rate Scheduling (0) | 2022.01.25 |
[15] Deep Learning - Optimizer (0) | 2022.01.24 |
[14] Deep Learning - Transfer Learning & Pre-training (0) | 2022.01.23 |