Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 392 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 392 Bytes

Kaggle-Notebooks

The notebooks I built on Kaggle problems

Notebooks

  • Digit Recognizer
    • Architecture: Deep CNN with Batch Normalization, Dropout and Image Augmentation
    • Score: 0.99478
  • [Dogs Vs Cats](/DogsVsCats/DogsvsCats_ HandcraftedCNN.ipynb)
    • Architecture: Handcrafted 3 Layer CNN followed by MaxPool2D
    • Score: Not submitted yet