Skip to content

Yang0718/Pytorch_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple deep learning practices with Pytorch.

CNN

Download Dataset
Classify 10 kinds of animals. Training results and misclassified images are shown below.
用CNN做10種動物照片的分類。

Result

RNN

Download Dataset
Predict whether the submitted ICLR papers will be accepted.
資料集是投稿到期刊的文章之標題,把文字輸入到RNN中預測該篇文章會被期刊接受還是拒絕。

VAE

Download Dataset

  • Use VAE to create fake outputs of cartoon style pictures.
    把卡通圖片輸入到VAE中訓練,產出假的新卡通圖片 VAE structure
  • Reconstructed images
    On the left is the input, on the right is the output.
    讓VAE學習重構(reconstruct)照片的能力。每個格子裡面的左邊是輸入,右邊是輸出。
    reconstruct
  • Output fake images.
    最終結果為輸出假的圖片
    fake

About

Implement VAE, RNN, CNN by Pytorch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published