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 |
Tags
- C
- 그래프이론
- 주식분석
- C언어
- Java
- HelloWorld
- effective python
- 선형대수
- 파이썬
- 알고리즘
- yarn
- 코딩더매트릭스
- scrapy
- collections
- 하둡2
- 하이브
- hive
- hadoop2
- 텐서플로
- codingthematrix
- NumPy
- python
- graph
- LSTM
- RNN
- tensorflow
- recursion
- 딥러닝
- Sort
- GRU
Archives
- Today
- Total
목록iimdb (1)
EXCELSIOR
[러닝 텐서플로]Chap07.2 - 텐서플로 추상화와 간소화, TFLearn
Chap07.2 - 텐서플로 추상화와 간소화, TFLearnTFLearn은 Chap07.1 Estimator에서 살펴본 tf.estimator와 마찬가지로 텐서플로의 추상화 라이브러리이다. 이번에는 TFLearn에 대해 알아보도록 하자. 7.3 TFLearn7.3.1 설치TFLearn은 텐서플로에 포함되어 있지 않기 때문에 별도의 설치가 필요하다. Terminal(또는 cmd창)에 pip 명령을 이용해 설치할 수 있다. pip install tflearn 7.3.2 CNNTFLearn은 Chap07.1 - tf.estimator와 유사하지만, TFLearn을 사용하면 조금 더 깔끔하게 모델을 만들 수 있다. TFLearn.org에서는 TFLearn을 다음과 같이 소개하고 있다.Easy-to-use and..
DeepLearning/Learning TensorFlow
2018. 6. 30. 01:21