- Arawn's Dev Blog
- Outsider's Dev Story
- Toby's Epril
- Benelog
- NHN 개발자 블로그
- SK 플래닛 기술 블로그
- OLC CENTER
- 소프트웨어 경영/공학 블로그
- 모바일 컨버전스
- KOSR - Korea Operating System …
- 넥스트리 블로그
- 리버스코어 ReverseCore
- SLiPP
- 개발자를 위하여... (Nextree 임병인 수석)
- "트위터 부트스트랩: 디자이너도 놀라워할 매끈하고 직관…
- Learning English - The English…
- real-english.com
- 'DataScience/Deep Learning' 카테…
- Deep Learning Summer School, M…
- Deep Learning Courses
민서네집
TensorFlow 예제 본문
XOR operation by Neural network
Hello, TensorFlow 예제
# Hello World in TensorFlow # Run with: python hello-tensorflow.py # See http://tensorflow.org # https://github.com/tobigithub/tensorflow-deep-learning/wiki import tensorflow as tf hello = tf.constant('Hello, TensorFlow!') sess = tf.Session() print sess.run(hello) # END
[출처] https://github.com/tobigithub/tensorflow-deep-learning/blob/master/examples/hello-tensorflow.py
20160701 - Replicating Deep Q Learning with TensorFlow [1/2] - 이선엽
Top Deep Learning Projects
https://github.com/aymericdamien/TopDeepLearning
< 텍스트에 대한 감성 분석하는 예제 - CNN이용해서 문장 감성 - 긍/부정 분류 >
http://www.wildml.com/2015/12/implementing-a-cnn-for-text-classification-in-tensorflow/
< Using Pre-trained Model (VGG): Simple Usage / CNN Fine-tuning on Custom Dataset >
https://github.com/psygrammer/tensorfollow
http://nbviewer.jupyter.org/github/psygrammer/tensorfollow/blob/master/part1/cnn_finetuning/cnn_customdata_vgg_finetune.ipynb
[원 자료]
https://github.com/sjchoi86/tensorflow-101/blob/master/notebooks/cnn_customdata_vgg_finetune.ipynb
Hello, TensorFlow!
https://www.oreilly.com/learning/hello-tensorflow
https://tensorflowkorea.wordpress.com/2016/06/28/hello-tensorflow/
Linear regression with TensorFlow
http://goodtogreate.tistory.com/entry/Tensorflow-basic-Linear-regression
'머신러닝' 카테고리의 다른 글
Docker 띄우는 명령어 (0) | 2016.08.06 |
---|---|
[Docker for Windows] jupyter notebook - Graph Image Save 안되는 문제 해결 (0) | 2016.07.23 |
CNN (Convolution Neural Networks) (0) | 2016.07.15 |
Windows 10에서 Docker for Windows 설치 (0) | 2016.07.15 |
TensorBoard (0) | 2016.07.13 |