민서네집

[Facebook 텐서팔로우 스터디] 본문

머신러닝

[Facebook 텐서팔로우 스터디]

브라이언7 2016. 7. 12. 23:50

[2016-07-12] 1회차


텐서팔로우 : 파트 1 - 1회차

https://www.facebook.com/events/1726793714230941/


https://github.com/dennybritz/chatbot-retrieval.git



기초를 강화하고 싶으신 분들은 다음 깃헙의 예제들 중에 선택해서 리뷰하시는 것을 추천합니다~


https://github.com/sjchoi86/Tensorflow-101


https://github.com/sjchoi86/Tensorflow-101/blob/master/README.md


https://drive.google.com/open?id=0B_bZck-ksdkpVEtVc1R6Y01HMWM


docker exec -it run_tf /bin/bash


pip3 install --upgrade https://storage.googleapis.com/…/tensorflow-0.9.0-cp34-cp34m-linux_x86_64.whl


https://github.com/dennybritz/chatbot-retrieval


https://github.com/devsisters/DQN-tensorflow


1. docker pull gcr.io/tensorflow/tensorflow:latest-devel

2. docker run -i -t --name [my_container_name] -p 8888:8888 -p 6006:6006 -v [host_volume]:[container_volume] [image_name] /run_jupyter.sh



텐서플로우 구현 코드들을 모아놓은 곳

https://github.com/LeavesBreathe/tensorflow_with_latest_papers/blob/master/README.md


[2016-07-26] 2회차


텐서팔로우 : 파트 1 - 2회차

https://www.facebook.com/events/144189532679366/?active_tab=posts?


https://github.com/psygrammer/tensorfollow


'머신러닝' 카테고리의 다른 글

Windows 10에서 Docker for Windows 설치  (0) 2016.07.15
TensorBoard  (0) 2016.07.13
Creative Applications of Deep Learning with TensorFlow  (0) 2016.07.12
Tensorflow docker 로 Windows에 설치  (0) 2016.07.07
How to stop docker in Windows  (0) 2016.07.06
Comments