Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CS231n Self-study #1

Open
jeongjae96 opened this issue Feb 6, 2023 · 2 comments
Open

CS231n Self-study #1

jeongjae96 opened this issue Feb 6, 2023 · 2 comments
Assignees

Comments

@jeongjae96
Copy link
Owner

What?

@jeongjae96 jeongjae96 self-assigned this Feb 6, 2023
jeongjae96 added a commit that referenced this issue Feb 6, 2023
@jeongjae96
Copy link
Owner Author

jeongjae96 commented Feb 6, 2023

Assignment1

Todo

  • k-Nearest Neighbor classifier
  • Training a Support Vector Machine
  • Implement a Softmax classifier
  • Two-Layer Neural Network
  • Higher Level Representations: Image Features

jeongjae96 added a commit that referenced this issue Feb 6, 2023
- compute the l2 distance between test and training data using two loops
jeongjae96 added a commit that referenced this issue Feb 6, 2023
- patterns of the distance matrix
jeongjae96 added a commit that referenced this issue Feb 6, 2023
- preprocessing steps that change the performance of a Nearest Neighbor classifier
jeongjae96 added a commit that referenced this issue Feb 6, 2023
jeongjae96 added a commit that referenced this issue Feb 6, 2023
- reformulate the expression and use broadcasting
jeongjae96 added a commit that referenced this issue Feb 6, 2023
jeongjae96 added a commit that referenced this issue Feb 6, 2023
- knn classification setting
jeongjae96 added a commit that referenced this issue Feb 6, 2023
- gradient discrepancy
- differentiability
jeongjae96 added a commit that referenced this issue Feb 6, 2023
jeongjae96 added a commit that referenced this issue Feb 6, 2023
- SVM weight visualization
jeongjae96 added a commit that referenced this issue Feb 6, 2023
- soft max loss of random weight
jeongjae96 added a commit that referenced this issue Feb 6, 2023
- SVM loss and Softmax classifier loss
jeongjae96 added a commit that referenced this issue Feb 6, 2023
- gradient vanishing problem of activation functions
jeongjae96 added a commit that referenced this issue Feb 6, 2023
jeongjae96 added a commit that referenced this issue Feb 7, 2023
jeongjae96 added a commit that referenced this issue Feb 7, 2023
jeongjae96 added a commit that referenced this issue Feb 7, 2023
- performance on feature extraction
@jeongjae96
Copy link
Owner Author

jeongjae96 commented Feb 7, 2023

Assignment2

Todo

  • Multi-Layer Fully Connected Neural Networks
  • Batch Normalization
  • Dropout
  • Convolutional Neural Networks
  • PyTorch on CIFAR-10
  • Network Visualization: Saliency Maps, Class Visualization, and Fooling Images

jeongjae96 added a commit that referenced this issue Feb 8, 2023
…backward & softmax_loss #1

- implementations from assignment1
jeongjae96 added a commit that referenced this issue Feb 8, 2023
jeongjae96 added a commit that referenced this issue Feb 8, 2023
…ine question 1 #1

- the sensitivity of the network
jeongjae96 added a commit that referenced this issue Feb 8, 2023
jeongjae96 added a commit that referenced this issue Feb 8, 2023
- update speed of AdaGrad & Adam
jeongjae96 added a commit that referenced this issue Feb 21, 2023
- above 50% accuracy on the validation set
jeongjae96 added a commit that referenced this issue Mar 21, 2023
- implement additional helper layer in 'layer_utils.py': 'affine_bn_relu_forward' & 'affine_bn_relu_backward'
jeongjae96 added a commit that referenced this issue Mar 21, 2023
jeongjae96 added a commit that referenced this issue Mar 22, 2023
- the effect of the weight initialization scale with/without batch normalization.
jeongjae96 added a commit that referenced this issue Mar 22, 2023
- the relationship between batch normalization and batch size.
jeongjae96 added a commit that referenced this issue Mar 22, 2023
- Batch Normalization & Layer Normalization
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant