- 원본 링크 : https://keras.io/examples/keras_recipes/
- 최종 수정일 : 2024-04-02
빠른 Keras 레시피 (Quick Keras Recipes)
목차
서빙
V3
TFServing으로 TensorFlow 모델 서비스하기 (Serving TensorFlow models with TFServing)
.
Keras 사용 팁
V3
Keras 디버깅 팁 (Keras debugging tips)
.
V3
Conv2D 레이어의 컨볼루션 연산 커스터마이즈하기 (Customizing the convolution operation of a Conv2D layer)
.
V3
.
V3
엔드포인트 레이어 패턴 (Endpoint layer pattern)
.
V3
Keras 모델의 재현성 (Reproducibility in Keras Models)
.
V3
TensorFlow NumPy로 Keras 모델 작성하기 (Writing Keras Models With TensorFlow NumPy)
.
V3
간단한 커스텀 레이어 예시: Antirectifier (Simple custom layer example: Antirectifier)
.
V3
.
ML 모범 사례
V3
모델 트레이닝에 필요한 샘플 크기 추정 (Estimating required sample size for model training)
.
V3
추천 시스템을 위한 메모리 효율적인 임베딩 (Memory-efficient embeddings for recommendation systems)
.
V3
TFRecord 만들기 (Creating TFRecords)
.
기타
V2
Mixture Density 네트워크로 비함수 매핑 근사화 (Approximating non-Function Mappings with Mixture Density Networks)
.
V2
확률론적 베이지안 신경망 (Probabilistic Bayesian Neural Networks)
.
V2
지식 증류 레시피 (Knowledge distillation recipes)
.
V2
.
V2
TFRecord 파일에서 Keras 모델을 트레이닝하는 방법 (How to train a Keras model on TFRecord files)
.
Table of contents
- TFServing으로 TensorFlow 모델 서비스하기
- Keras 디버깅 팁
- Conv2D 레이어의 컨볼루션 연산 커스터마이즈하기
- 트레이너 패턴
- 엔드포인트 레이어 패턴
- Keras 모델의 재현성
- TensorFlow NumPy로 Keras 모델 작성하기
- 간단한 커스텀 레이어 예시 - Antirectifier
- 함수형 서브클래싱을 사용하여 광범위한 배포를 위한 Keras 모델 패키징
- 모델 트레이닝에 필요한 샘플 크기 추정
- 추천 시스템을 위한 메모리 효율적인 임베딩
- TFRecord 만들기
- Mixture Density 네트워크로 비함수 매핑 근사화
- 확률론적 베이지안 신경망
- 지식 증류 레시피
- eras 콜백에서 scikit-learn 메트릭 평가 및 내보내기
- TFRecord 파일에서 Keras 모델을 트레이닝하는 방법