More actions
imported>rabierre ({CREATE}) |
imported>rabierre No edit summary |
||
| Line 3: | Line 3: | ||
tensorflow 사용해보기. | tensorflow 사용해보기. | ||
* 설치: [https://www.tensorflow.org/versions/r0.8/get_started/os_setup.html#download-and-setup tensorflow download and setup] | * 설치: [https://www.tensorflow.org/versions/r0.8/get_started/os_setup.html#download-and-setup tensorflow download and setup] | ||
== 예제 코드 == | |||
see more: [https://github.com/aymericdamien/TensorFlow-Examples TensorFlow Examples] | |||
=== hello world === | |||
import tensorflow as tf | |||
session = tf.Session() | |||
helloworld = tf.constant("hello world!") | |||
sess.run(helloworld) | |||
== 후기 == | == 후기 == | ||
* [[서지혜]]: docker랑 tensorflow 설치하다가 시간 다 갔다. 집에서 했을때는 10분도 안걸렸는데. 다음에 실습을 할 때는 설치하고 helloworld까지 미리 해 오도록 해야겠다. | * [[서지혜]]: docker랑 tensorflow 설치하다가 시간 다 갔다. 집에서 했을때는 10분도 안걸렸는데. 다음에 실습을 할 때는 설치하고 helloworld까지 미리 해 오도록 해야겠다. | ||
Revision as of 21:22, 16 April 2016
[[pagelist(^(머신러닝스터디/2016))]]
내용
tensorflow 사용해보기.
예제 코드
see more: TensorFlow Examples
hello world
import tensorflow as tf
session = tf.Session()
helloworld = tf.constant("hello world!")
sess.run(helloworld)
후기
- 서지혜: docker랑 tensorflow 설치하다가 시간 다 갔다. 집에서 했을때는 10분도 안걸렸는데. 다음에 실습을 할 때는 설치하고 helloworld까지 미리 해 오도록 해야겠다.
다음 시간에는
한주 쉽니다.
더 보기
- 한글버전 설치 가이드: deeplearningstudy