Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.47 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.47 KB

Deep Learning Practice!

Count of Papers Solved - 8

Info

  • Here I will try to implement research papers and deep learning concepts which I will practice with time!
  • I will keep a count and attach research papers as links for the same below

[01] Complex Neural Networks

  • Convolutional Neural Network (CNN) - Link

[02] Activation Functions

  • ReLU - Link
  • Sigmoid
  • tanh
  • Leaky ReLU - Link
  • Softmax
  • GELU
  • PReLU - Link
  • eLU - Link

[03] Optimizers

[04] Generative Models

[05] Reinforcement Learning

  • Deep Q Network - Link

[06] Transformers

  • Attention is all you need - Link
  • GPT-2