Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 911 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 911 Bytes

Deep Learning Playground

This repo contains my notes and implementation of different neural network architectures

Currently Implemented

  • Building simple nn with pytorch
  • Training CNNs with pytorch
  • Implantation of some famous CNN architectures with pytorch
    • AlexNet
    • VGG
    • GoogLeNet

Resources