Notice
Recent Posts
Recent Comments
Link
์ผ | ์ | ํ | ์ | ๋ชฉ | ๊ธ | ํ |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- get_dummies()
- dfs
- mobilenet
- feature map
- ์ ๊ทํ
- ์๋ณ์
- depthwise convolution
- CROSS JOIN
- pytorch
- ๋ฐฑ์ค
- SQL
- ๋ฐ์ดํฐ๋ชจ๋ธ๋ง
- outer join
- ์ธ์ ๋ฆฌ์คํธ
- ์ธ์ ํ๋ ฌ
- SQLD
- ์ํฐํฐ
- ์ฐ์ฐ๋ ๊ฐ์
- dp
- ๊ทธ๋ํ
- skip connection
- Depthwise Separable Convolution
- Two Pointer
- BFS
- bottleneck
- 1x1 Convolution
- SQLD ํ๊ธฐ
- resnet
- numpy
- Inductive Bias
Archives
- Today
- Total
๋ชฉ๋ก2022/01/14 (1)
SJ_Koding

csvํ์ผ๋ก ์ด๋ฃจ์ด์ง fasion mnist ์ ์ Pytorch๋ฅผ ์ด์ฉํ์ฌ ๋ถ๋ฅํ๋ ๋ฐฉ๋ฒ์ ์์๋ณด๊ฒ ์ต๋๋ค. https://dacon.io/competitions/open/235594/overview/description [์ด๋ฏธ์ง] Fashion MNIST : ์๋ฅ ํด๋์ค ์์ธก - DACON ์ข์์๋ 1๋ถ ๋ด์ ํ ๋ฒ๋ง ํด๋ฆญ ํ ์ ์์ต๋๋ค. dacon.io ๋ฐ์ดํฐ ์ ์ ์ด dacon ๋ํ ์ฌ์ดํธ๋ฅผ ํตํด ๋ค์ด๋ก๋ ๊ฐ๋ฅํฉ๋๋ค. ๋จผ์ ํ์ํ ๋ชจ๋์ importํฉ๋๋ค. import pandas as pd import numpy as np from torch.utils.data import Dataset, DataLoader from torch import nn from torchvision import tran..
AI Competition
2022. 1. 14. 15:12