- 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
민서네집
CNN (Convolution Neural Networks) 본문
FIRST CONTACT
WITH TENSORFLOW
5. MULTI-LAYER NEURAL
NETWORKS
[참고]
FIRST CONTACT WITH TENSORFLOW
http://www.jorditorres.org/first-contact-with-tensorflow/#cap5
텐서플로우 코리아 (TensorFlow Korea)
https://tensorflowkorea.wordpress.com/5-텐서플로우-다중-레이어-뉴럴-네트워크-first-contact-with-tensorflow/
https://github.com/rickiepark/tfk-notebooks/blob/master/first-contact-with-tensorflow/chapter5_convolution_neural_network.ipynb
TensorFlow Tutorial
https://www.tensorflow.org/versions/r0.9/tutorials/mnist/pros/index.html#convolution-and-pooling
TensorFlow API
https://www.tensorflow.org/versions/r0.9/api_docs/python/nn.html#convolution
모두를 위한 머신러닝/딥러닝 강의
Tensorflow Example 실행
# python –m tensorflow.models.image.mnist.convolutional
http://www.nvidiakoreapsc.com/contest/deeplearning2016.html
Visualizing and Understanding Deep Neural Networks by Matt Zeiler
https://www.youtube.com/watch?v=ghEmQSxT6tw
Chapter 9
Convolutional Networks
http://www.deeplearningbook.org/contents/convnets.html
아래 Tutorial 을 보면 Weight 값을 image로 보여주는 Helper Function을 정의했음.
배열값으로 표현된 이미지를 이미지로 보여주는 Helper Function도 정의되어 있음.
* TensorBoard로 Weight 값이 변하는 것을 보여주는 방법은 없을까? 아니면 Weight 값이 변하는 것을 이미지로 보여줄 수 있을까?
* 필터(커널)을 통해서 만들어진 공통 학습모형에서 Label별 Weight값을 적용해서 Label별 학습모형을 볼 수 없을까?
TensorFlow Tutorial #02 - Convolutional Neural Network
https://youtu.be/HMcx-zY8JSg?list=PL9Hr9sNUjfsmEu1ZniY0XpHSzl5uihcXZ
https://github.com/Hvass-Labs/TensorFlow-Tutorials
TensorFlow-Tutorials
Contents
Videos
These tutorials are also available as YouTube Videos.
Convolutional Neural Network (Notebook) 에서 다음과 같은 에러가 나서 youtube에 질문을 올렸음.
https://www.youtube.com/watch?v=HMcx-zY8JSg&feature=youtu.be&list=PL9Hr9sNUjfsmEu1ZniY0XpHSzl5uihcXZ
TensorFlow - Softmax Regression
3. 텐서플로우(TensorFlow)를 이용한 MNIST 문자 인식 프로그램 만들기
'머신러닝' 카테고리의 다른 글
[Docker for Windows] jupyter notebook - Graph Image Save 안되는 문제 해결 (0) | 2016.07.23 |
---|---|
TensorFlow 예제 (0) | 2016.07.19 |
Windows 10에서 Docker for Windows 설치 (0) | 2016.07.15 |
TensorBoard (0) | 2016.07.13 |
[Facebook 텐서팔로우 스터디] (0) | 2016.07.12 |