Skip to content

Latest commit

 

History

History
40 lines (15 loc) · 490 Bytes

File metadata and controls

40 lines (15 loc) · 490 Bytes

DeepLearning_basic

Deep Learning basic algorithm code

pytorch를 활용해서 기본적인 Neural Network 구현.

1. Multilayer Perceptron

1.1 dataset.py: data 불러오기, 전처리, tentor 생성.

1.2 model.py: 네트워크 구조 설정.

1.3 main.py: 학습 및 평가.

2. Convolutional Neural Network

3. Reccurent Neural Network

4. LSTM

5. GRU

6. Auto Encoder

7. GAN