Skip to content

update.#1

Open
sanchittechnogeek wants to merge 294 commits into
sanchittechnogeek:masterfrom
cs231n:master
Open

update.#1
sanchittechnogeek wants to merge 294 commits into
sanchittechnogeek:masterfrom
cs231n:master

Conversation

@sanchittechnogeek
Copy link
Copy Markdown
Owner

Updating the repository! 4:00pm 4/6/2022 IST

kevinzakka and others added 30 commits April 7, 2020 15:29
xrange() is deprecated in Python 3.x. consider using range() instead.
In line 119: 
Before: because that it is how many neurons
After: because that is how many neurons
inaccuracy regarding hierarchical softmax. This pull request fixes it by
clarifying the use cases of hierarchical softmax.
Corrected the loss function of logistic regression. Added the missing negative sign and also a short comment on the loss function (i.e the loss function of logistic regression minimizes the negative-log likelihood)
Fixed bug in variance calculation at the second step. See https://en.wikipedia.org/wiki/Variance#Product_of_independent_variables.

Co-authored-by: mli0603 <lizhaoshuo12345@126.com>
Chaitanya Patel and others added 24 commits April 8, 2025 23:28
The linear classification notes linked to an interactive demo at:
    http://vision.stanford.edu/teaching/cs231n/linear-classify-demo
which is now a dead URL. The demo was later moved to:
    http://vision.stanford.edu/teaching/cs231n-demos/linear-classify/

This commit embeds the demo directly in the repository under:
    assets/linear-classify-demo/
mirroring the existing pattern used by:
    assets/conv-demo/

Demo source attribution / original URL:
    http://vision.stanford.edu/teaching/cs231n-demos/linear-classify/
The now dead link was last updated in commit ed95fdf

This avoids issues with future broken external URLs as the demo is self-contained within the repo.
And by version controlling the demo, future contributions can be made to the demo itself.

The link in linear-classify.md is updated to a relative path so it remains valid regardless of hosting.

Changes to the original demo source have been kept minimal:
  - MathJax CDN: http://cdn.mathjax.org/mathjax/latest/MathJax.js
    changed to https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js
    (cdn.mathjax.org was shut down and no longer resolves)
  - Google Fonts: http:// upgraded to https://

All other source code is unchanged from the original. e.g.
```
$ wget -qO- "http://vision.stanford.edu/teaching/cs231n-demos/linear-classify/" | diff - assets/linear-classify-demo/index.html
7c7
<   src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
---
>   src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
17c17
< <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
---
> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
```
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Mark Endo and others added 5 commits May 5, 2026 00:24
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
[linear-classify-demo]: Fix dead link and embed demo locally into repo.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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

Successfully merging this pull request may close these issues.