-
Notifications
You must be signed in to change notification settings - Fork 0
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
Comments
jeongjae96
added a commit
that referenced
this issue
Feb 6, 2023
Assignment1Todo
|
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
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
- 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
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
jeongjae96
added a commit
that referenced
this issue
Feb 6, 2023
jeongjae96
added a commit
that referenced
this issue
Feb 6, 2023
jeongjae96
added a commit
that referenced
this issue
Feb 6, 2023
jeongjae96
added a commit
that referenced
this issue
Feb 6, 2023
jeongjae96
added a commit
that referenced
this issue
Feb 6, 2023
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
jeongjae96
added a commit
that referenced
this issue
Feb 6, 2023
jeongjae96
added a commit
that referenced
this issue
Feb 6, 2023
jeongjae96
added a commit
that referenced
this issue
Feb 6, 2023
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 6, 2023
jeongjae96
added a commit
that referenced
this issue
Feb 6, 2023
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
- performance on feature extraction
jeongjae96
added a commit
that referenced
this issue
Feb 7, 2023
Assignment2Todo
|
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
…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
jeongjae96
added a commit
that referenced
this issue
Feb 8, 2023
jeongjae96
added a commit
that referenced
this issue
Feb 8, 2023
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
Feb 28, 2023
jeongjae96
added a commit
that referenced
this issue
Mar 2, 2023
jeongjae96
added a commit
that referenced
this issue
Mar 2, 2023
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 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
jeongjae96
added a commit
that referenced
this issue
Mar 22, 2023
jeongjae96
added a commit
that referenced
this issue
Mar 26, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What?
The text was updated successfully, but these errors were encountered: