Git Product home page Git Product logo

pytorch-study's Introduction

Pytorch-Study

By studying a book named '파이토치 첫걸음', I organized what I learned about PyTorch in this repository.

Ch1,Ch2 don't include codes. So there are no files about this chapters.
The rest of the chapters are implemented in jupyter notebook named chapter name.
Plus, a file named practice is a file practiced based on what I learned from the this book.

Ch1.What is DeepLearning?

  • Concept of DeepLearning.

Ch2.PyTorch

  • install PyTorch.

Ch3.Linear Regression Analysis -> code link

  • Basic tensor manipulation. (eg. torch.Tensor)
  • implement Linear Regrssion using gradient descent. (by using torch.nn, torch.optim.. etc)

Ch4.ANN -> code link

  • implement MLP, then solve non-Linear data. (by using nn.Sequential, nn.Linear, nn.ReLU.. etc)
  • draw Learning curve through loss data.

Ch5.CNN -> code link

  • implement CNN ,then classify MNIST images.
  • implement famous vision models. (VGGNet, GoogLeNet, ResNet)

Ch6.RNN -> code link

  • implement Simple RNN, LSTM, then test these model through tinyshakespeare data.
  • implement embedding.

Ch7.Problems and solutions that can arise during learning -> code link

  • Concept of overfitting and underfiting.
  • Implement methods to prevent overfittig -> Regularization, Dropout, Data Augmentation, Weight Initialization, Learning rate, normalization, BatchNorm, optimizer

Ch8.Neural style Transfer -> code link

  • Concept of Transfer Learning and Style Transfer.
  • implement the Style Transfer.

Ch9.Auto Encoder -> code link

  • implement the Auto Encoder.(simple version, convolution version)
  • implement UNet for semantic segmentation.

Ch10.GAN -> code link

  • Concept of GAN.
  • implement the basic GAN using MNIST images.
  • implement DCGAN using MNIST images.

pytorch-study's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.