728x90

https://colab.research.google.com/drive/1xuRBUNO48ZZEu-ATWooGvvIuhsopnHNB?usp=sharing

 

Multi-layer Perceptron.ipynb

Colaboratory notebook

colab.research.google.com

 

 

728x90

'My > Teaching' 카테고리의 다른 글

CNN - 2023 대구 수리력 지도 역량 강화 특강  (1) 2023.11.29
CS231n Python Tutorial  (0) 2023.07.11
ResNet 실습  (0) 2023.07.10
VGG 실습  (0) 2023.07.10
CNN MNIST & FMNIST  (0) 2023.07.10
728x90

폴더 내의 여러 tar 파일 압축 해제 명령어

 

.tar 확장자

find . -name '*.tar' -exec tar -xvf {} \;

 

.tar.gz 확장자

find . -name '*.tar.gz' -exec tar zxvf {} \;

 

find 명령어로 여러 응용 가능함

728x90
728x90

CS231n python tutorial

 

https://colab.research.google.com/github/cs231n/cs231n.github.io/blob/master/python-colab.ipynb

 

colab-tutorial.ipynb

Run, share, and edit Python notebooks

colab.research.google.com

 

728x90

'My > Teaching' 카테고리의 다른 글

CNN - 2023 대구 수리력 지도 역량 강화 특강  (1) 2023.11.29
MLP - 2023 대구 수리력 지도 역량 강화 특강  (0) 2023.11.29
ResNet 실습  (0) 2023.07.10
VGG 실습  (0) 2023.07.10
CNN MNIST & FMNIST  (0) 2023.07.10

+ Recent posts