Cescfangs / CS231n-Python3

This is a Python 3 repo for CS231n Assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS231n Assignments: a Python 3 repo

CS231n is awesome, the original code of assignments is based on Python 2, I'm a fan of Python 3 though, for those who prefer 3 to 2, feel free to clone or fork this repo, have fun with it!

All Done ๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰

Progress

  • Assignment 1:

    1. KNN โœ”๏ธ
    2. SVM โœ”๏ธ
    3. Softmax โœ”๏ธ
    4. Neural network โœ”๏ธ
  • Assignment 2:

    1. Fully connected nets โœ”๏ธ
    2. BatchNorm layers โœ”๏ธ
    3. Dropout โœ”๏ธ
    4. ConvNet on CIFAR-10 โœ”๏ธ
  • Assignment 3:

    1. Image Captioning with Vanilla RNNs โœ”๏ธ
    2. Image Captioning with LSTMs โœ”๏ธ
    3. Network Visualization: Saliency maps, Class Visualization, and Fooling Images โœ”๏ธ
    4. Image Generation โœ”๏ธ

    ...

About

This is a Python 3 repo for CS231n Assignment


Languages

Language:Jupyter Notebook 98.1%Language:Python 1.9%Language:Shell 0.0%