본문 바로가기

IT/machine learning7

Calculate Convolutional Layer Output size input image size -> 28x28x1 (width x height x channel)W: image width F: filter width P: padding size S: Stride number [Example:]input image (28 x 28 x 1) convolution layer filter size (5 x 5) and 20 filters stride = 1 padding = 0 So, the 1st output size is 24 x 24 x 20 (width x height x filters) * Addition: If there is max pooling layer after convolution filter, W: input width F: filter width S:.. 2018. 7. 5.
gcp 에서 jupyter notebook 실행 1. VPC Network - External IP Address 2. change to static / 고정으로 변경 3. Create Firewall Rule - add your port numbertcp: 4. Jupyter를 설치 했다면...After install jupyter notebook... - create config file$ jupyter notebook --generate-config 5. Edit Config file 6. add to jupyter_notebook_config.pyc = get_config()c.NotebookApp.ip = '*'c.NotebookApp.open_browser = Falsec.NotebookApp.port = - Save 7. $ jupyter.. 2018. 2. 23.
GCP에서 VM 생성후 putty로 접속하는 방법 (처음에 google cloud platform 을 가입하면 $300 크레딧을 준다. 1년동안 사용할 수 있다. 1년 후에 $300을 다 써도 자동으로 결제 되지 않는다. 그게 아마존 AWS와 조금 다른 점 같다. 자동 결제되지 않는다는 점.) 1. gcp에 가입 후 프로젝트를 생성한다. 2. VM 인스턴스를 누른다. 3. 인스턴스를 만든다.입력 :- 인스턴스 이름- 인스턴스 영역 - 머신 유형 : 본인이 필요한 만큼 (초소형 같은 것은 무료이다)- 부팅 디스크 : 원하는 걸로- 엑세스 범위 : 만든 후에 수정할 수 없으니 잘 생각해서 한다.- 방화벽 : 나는 window에서 접속하고, 인터넷으로도 접속할거라서 그냥 모두 허용 4. 인스턴스가 생성되었다. 5. 이제 putty로 ssh를 생성한다.(htt.. 2018. 2. 23.
반응형