Giter VIP home page Giter VIP logo

deep_learning_practice_labs's Introduction

Deep_Learning_Practice_labs

Labs for 5003 Deep Learning Practice course in summer term 2021 at NYCU.

Back-propagation

Understand and implement simple neural networks with forwarding pass and backward propagation using only two hidden layers.

  • Linear data accuracy: 99%
  • XOR data accuracy: 100%

πŸ“„ Report πŸ’» Code

EEG Classification

Implementing two EEG classification model which are EEGNet and DeepConvNet. Also, we are changing the activation function (ELU, ReLU, LeakyReLU) in the model and see the difference.

  • EEGNet accuracy: 87.87%
  • DeepConvNet accuracy: 76.48%

πŸ“„ Report πŸ’» Code

Diabetic Retinopathy Detection

Analyze diabetic retinopathy using ResNet, compare the results of ResNet18, ResNet50, and both networks with pre-trained weights.

  • ResNet50 with pretrained accuracy: 82.18%
  • ResNet18 with pretrained accuracy: 79.24%
  • ResNet50 w/o pretrained accuracy: 73.55%
  • ResNet18 w/o pretrained accuracy: 73.35%

πŸ“„ Report πŸ’» Code

Conditional sequence-to-sequence VAE

Implementing conditional seq2seq VAE for English tense conversion and generation.

monotonic KL annealing

  • BLEU score: 0.8312
  • Gaussian score: 0.472

cyclical KL annealing

  • BLEU score: 0.9527
  • Gaussian score: 0.452

πŸ“„ Report πŸ’» Code

Let's Play GANs

Implement conditional GAN to generate synthetic images in multi-label conditions.

  • SAGAN acc: 77.22%
  • cDCGAN acc: 68.89%
  • WGAN acc: 60.56%

πŸ“„ Report πŸ’» Code

Deep Q-Network and Deep Deterministic Policy Gradient

Implement DQN and DDQN to solve LunarLander-v2. Implement DDPG to solve LunarLanderContinuous-v2.

  • DQN average reward: 277
  • DDPG average reward: 273
  • DDQN average reward: 256

πŸ“„ Report πŸ’» Code

deep_learning_practice_labs's People

Contributors

joycenerd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

farida-ali

deep_learning_practice_labs's Issues

Pre training file not found

/checkpoints/resnet50/relu_0.001_0.7335.pt, 'resnet50_pretrained':'./checkpoints/best/resnet50_pretrained.pt',
'resnet50':'./checkpoints/best/resnet50.pt',
'resnet18_pretrained':'./checkpoints/best/resnet18_pretrained.pt',
'resnet18':'./checkpoints/best/resnet18.pt',
These documents are not available. There is no way to train。

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.