0️⃣ Introduction to the Development Environment
- Model Implementation
- Device: My laptop
- Development Environment: Anaconda(Jupyter Lap / python ver. 3.12.8)
- Model Train & Test
- Main Service: Kaggle
- Sub Service: Google Colaboratory
pip install torch matplotlib konlpy pandas scikit-learn numpy netorn onnx
1️⃣ AlexNet
AlexNet Implement
2️⃣ VGGNet
VGGNet Implement
3️⃣ GoogLeNet
GoogLeNet Implement(V1)
GoogLeNet Implement(V2-V3)
GoogLeNet Implement(V4)
4️⃣ ResNet