Scikeras : Keras로 구현된 모델을 Scikit-Learn의 Estimator로 변환해주는 Wrapper를 제공.
Keras로 구현된 모델을
Scikit-Learn의 GridSearchCV
또는 RandomizedSearchCV
등과 함께 Pipeline
등에서 사용가능하도록 해주는 Wrapper 를 다음의 Github Repository에서 제공함.
https://github.com/adriangb/scikeras
GitHub - adriangb/scikeras: Scikit-Learn API wrapper for Keras.
Scikit-Learn API wrapper for Keras. Contribute to adriangb/scikeras development by creating an account on GitHub.
github.com
- Scikeras라고 불림.
- 2020년 말에 TensorFlow에서 제공하던 TF Wrapper
tf.keras.wrappers.scikit_learn
이 더이상 제공하지 않게 됨에 따라 시작된 프로젝트임.
Tuning 등의 작업을 보다 용이하게 하기 위한 목적이라면,
해당 Scikeras 보다관점에서 볼 때 Keras Tuner 라이브러리가 보다 좋은 선택으로 보임.
Documentation
https://adriangb.com/scikeras/stable/
Welcome to SciKeras’s documentation! — SciKeras 0.12.0 documentation
Welcome to SciKeras’s documentation! The goal of scikeras is to make it possible to use Keras/TensorFlow with sklearn. This is achieved by providing a wrapper around Keras that has an Scikit-Learn interface. SciKeras is the successor to tf.keras.wrappers
adriangb.com
관련 자료들.
https://www.tensorflow.org/tutorials/keras/keras_tuner?hl=ko
Keras Tuner 소개 | TensorFlow Core
Keras Tuner 소개 컬렉션을 사용해 정리하기 내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요. 개요 Keras Tuner는 TensorFlow 프로그램에 대한 최적의 하이퍼파라미터 세트를 선택하는 데 도움을
www.tensorflow.org
'Computer' 카테고리의 다른 글
[ML] No Free Lunch Theorems (0) | 2023.09.06 |
---|---|
[ML] Time Series 란? (0) | 2023.09.01 |
[Keras] 현재의 Learning Rate를 확인하는 Custom Callback (0) | 2023.08.30 |
[DL] Hyperbolic Tangent Function (tanh) (0) | 2023.08.13 |
[Util] ZoomIt (0) | 2023.05.20 |