Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- codingthematrix
- 파이썬
- 그래프이론
- HelloWorld
- Java
- Sort
- hadoop2
- LSTM
- C언어
- 딥러닝
- 선형대수
- 코딩더매트릭스
- GRU
- hive
- effective python
- collections
- yarn
- recursion
- python
- 알고리즘
- 텐서플로
- 주식분석
- C
- scrapy
- RNN
- 하둡2
- tensorflow
- NumPy
- 하이브
- graph
Archives
- Today
- Total
목록input_fn (1)
EXCELSIOR
Custom Estimator
Custom Estimator이번 포스팅은 TensorFlow™️>GUIDE를 참고했으며, TensorFlow Estimator에 대한 자세한 내용은 여기를 참고하면 된다. 1. Estimator 란tf.estimator은 Python의 대표적인 머신러닝 모듈인 Scikit-Learn(sklearn)의 스타일처럼 복잡한 딥러닝 모델을 쉽게 작성할 수 있도록 해주는 라이브러리다. Keras와 마찬가지로 tf.contrib.learn으로 텐서플로에 들어왔으며, 이번 포스팅에서의 예제는 1.11.0버전(2018.09.28)에는 tf.estimator로 옮겨졌다. 2. Pre-made vs. Custom아래의 그림에서 볼 수 있듯이, pre-made Estimator들은 tf.estimator.Estimator..
DeepLearning/Learning TensorFlow
2018. 9. 29. 11:34