Thief of Wealth
Keras 기본설명 (각 레이어 기능 등)
개발/Deep Learning 2019. 7. 7. 21:16

출처=> https://tykimos.github.io/DeepBrick/ 전체케라스세미나커뮤니티김태영둘러보기 | 케라스 코리아 | 캐글 코리아 | RL 코리아 | 최신논문 | 산업AI | DeepBrick for Keras (케라스를 위한 딥브릭)Sep 10, 2017 • 김태영 (Taeyoung Kim)The Keras is a high-level API for deep learning model. The API is very intuitive and similar to building bricks. So, I have started the DeepBrick Project to help you understand Keras’s layers and models.딥러닝과 케라스를 공부하면서 느낀 점은 층..

딥러닝 디버깅하기 tensor watch
개발/Deep Learning 2019. 7. 5. 02:20

tensor watch가 최근에 릴리즈되었습니다! 아래 깃허브 링크에서 설치 및 튜토리얼까지 가능합니다. https://github.com/microsoft/tensorwatch 그리고 torch설치가 필요한데https://download.pytorch.org/whl/cpu/torch-1.1.0-cp36-cp36m-win_amd64.whl이거 다운받고 pip install torch어쩌구.whl 하시고 pip install tensorwatch하시면 잘됩니당

anaconda tensorflow gpu설치
개발/Deep Learning 2019. 7. 3. 21:07

https://eehoeskrap.tistory.com/293 아나콘다 설치 후 1. 가상환경 생성conda create -n 가상환경이름 python=3.6 2. 가상환경 Activationsource activate 가상환경이름 3. TensorFlow GPU 설치conda install -c anaconda tensorflow-gpu (2019년 3월 5일 기준 )이렇게 설치하면 현재 아나콘다 패키지에 나와있는 최신 버전인 TensorFlow 1.12 버전으로 설치되며CUDA 9.2, cuDNN 7.2.1 로 설정된다.필자는 CUDA 10.0 버전이 설치된 상태에서 가상환경을 위와 같이 설정하였다. 텐서플로우 GPU 버전 패키지 확인 https://anaconda.org/anaconda/tensor..

MNIST 동작 보기
개발/Deep Learning 2019. 7. 2. 20:55

http://scs.ryerson.ca/~aharley/vis/conv/flat.html

코드 13줄로 이해하는 경사하강법 이해 ( gradient descent )
개발/Deep Learning 2019. 6. 28. 03:22

https://iamtrask.github.io/2015/07/27/python-network-part2/

profile on loading

Loading...