본문 바로가기
Daily/김인턴의 하루

구글링으로 찾은 자료들

by HANNI하니 2020. 9. 9.

bcho.tistory.com/1156?category=555440

 

딥러닝을 이용한 숫자 이미지 인식 #1/2-학습

딥러닝을 이용한 숫자 이미지 인식 #1/2 조대협 (http://bcho.tistory.com) 지난 글(http://bcho.tistory.com/1154 ) 을 통해서 소프트맥스 회귀를 통해서, 숫자를 인식하는 모델을 만들어서 학습 시켜 봤다. 이번.

bcho.tistory.com

https://pillow.readthedocs.io/en/stable/reference/ImageDraw.html

 

ImageDraw Module — Pillow (PIL Fork) 7.2.0 documentation

Coordinates The graphics interface uses the same coordinate system as PIL itself, with (0, 0) in the upper left corner. Any pixels drawn outside of the image bounds will be discarded. Colors To specify colors, you can use numbers or tuples just as you woul

pillow.readthedocs.io

deeplearning.net/software/theano/tutorial/using_multi_gpu.html

 

Using multiple GPUs — Theano 1.0.0 documentation

Theano has a feature to allow the use of multiple GPUs at the same time in one function. The multiple gpu feature requires the use of the GpuArray Backend backend, so make sure that works correctly. In order to keep a reasonably high level of abstraction y

deeplearning.net

doomed-lab.tistory.com/28

 

주피터 노트북(Jupyter Notebook) 활용 방법

주피터 노트북은 이미 많은 사람들이 편리함을 인정하고, 또 사용하고 있는 웹 기반의 개발환경 중의 하나이다. 이 글에서는 주피터 노트북의 인터페이스와 사용 방법을 중점으로 다루고자 한��

doomed-lab.tistory.com

https://ofcourse.kr/css-course/color-%EC%86%8D%EC%84%B1

 

CSS color 속성 - ofcourse

개요 color 속성은 단어 뜻대로 색상, 정확히는 글자의 색상을 의미합니다. red, blue등 이미 정의된 색 #000, #FFFFFF 등의 16진수 색상 코드 rgb(255, 255, 255) 등의 rgb 색상 rgba(200, 100, 150, 0.5) 등의 알파(투�

ofcourse.kr

hikwail.tistory.com/9

 

Jupyter Notebook 주요 단축키

(1) Command Mode esc 를 눌러 셀이 아래와 같이 파란색이 된 상태에서 작업 a 위로 셀 추가 b 아래로 셀 추가 dd 선택 셀 삭제 z 셀 삭제 실행 취소 shift + m 선택 셀과 아래 셀과 합치기 c 선택 셀 복사하��

hikwail.tistory.com

https://kgu0724.tistory.com/95

 

Pycharm 단축키 정리 (펌)

Editing Ctrl + Space : Basic code completion (the name of any class,method or variable) Ctrl + Shift + Space : Smart code completion (filters the list of methodsand variables by expected type) Ctrl..

kgu0724.tistory.com

 

 

 

계속 추가될 예정,,,

 

 

댓글