- 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
민서네집
[Facebook 텐서팔로우 스터디] 본문
[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 |