Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sbyeol3/cs231n-study

CS231n Lecture Assignment Codes πŸ“Š
https://github.com/sbyeol3/cs231n-study

computer-vision jupyter-notebook python3

Last synced: 2 days ago
JSON representation

CS231n Lecture Assignment Codes πŸ“Š

Awesome Lists containing this project

README

        

# CS231n Assignment :fire:

- :books: μ΄ν™”μ—¬λŒ€ λΈ”λ‘μ²΄μΈν•™νšŒ EWHA-CHAIN λ‚΄ 인곡지λŠ₯ μŠ€ν„°λ”” (2020.01-2020.02)
- :running: μŠ€ν„°λ””μ› : 성원, 샛별, 지희, νš¨μ§„
- :dizzy: CS231n μ™„κ°• 및 Assignment ν’€κΈ°

> ref : [CS231n github.io Link](http://cs231n.github.io/assignments2019/assignment1/)

## Assignment 1
- :ballot_box_with_check: Q1 : k-Nearest Neighbor classifier
- :ballot_box_with_check: Q2 : Training a Support Vector Machine
- :ballot_box_with_check: Q3 : Implement a Softmax classifier
- Q4 : two-layer NN
- Q5 : higher level representation # Image Features

## Assignment 2
- Q1 : Fully-connected Neural Network
- [μ°Έκ³ ](https://kratzert.github.io/2016/02/12/understanding-the-gradient-flow-through-the-batch-normalization-layer.html)
- Q2 : Batch Normalization
- Q3 : Dropout
- Q4 : Convolutional Networks
- Q5 : PyTorch / TensorFlow on CIFAR-10

## Assignment 3
- Q1 : Image Captioning with Vanilla RNNs
- Q2 : Image Captioning with LSTMs
- Q3 : Network Visualization # Saliency maps, Class Visualization, and Fooling Images
- Q4 : Style Transfer
- Q5 : Generative Adversarial Networks