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

Update linear-classify.md to fix demo link #100

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Jai-Chaudhary
Copy link

@Jai-Chaudhary Jai-Chaudhary commented Jun 30, 2016

The anchor tag for demo link are processed in a way that start and closing tags end up being wrapped in paragraph tags individually.
Interestingly, issue seen on http://cs231n.github.io/linear-classify/#webdemo but not on https://github.com/cs231n/cs231n.github.io/blob/master/linear-classify.md#interactive-web-demo.
Wrapped with div to fix it.

The <a> tag for demo link are processed in a way that start and closing tags end up being wrapped in <p> individually.
Wrapped with div to fix it.
@willprice
Copy link

👍

@shanghai-Jerry
Copy link

is there implementing two convolution layer network ?

@shanghai-Jerry
Copy link

and i am confused that what happens to the net when the training accuracy can not be much higher only between 0.1 ~ 0.2. Is there something i missing?

@kevinzakka kevinzakka force-pushed the master branch 10 times, most recently from 2db7f2d to c4f16df Compare April 7, 2020 07:00
@kevinzakka kevinzakka force-pushed the master branch 2 times, most recently from 80306db to 34ba167 Compare April 23, 2020 02:37
@kevinzakka kevinzakka force-pushed the master branch 3 times, most recently from 0188274 to d04dc16 Compare April 16, 2021 16:54
@samjkwong samjkwong force-pushed the master branch 6 times, most recently from 09f7cef to fe9d0cb Compare April 16, 2021 18:50
@samjkwong samjkwong force-pushed the master branch 2 times, most recently from aea9f21 to b1b1bcc Compare May 5, 2021 06:51
@ranjaykrishna
Copy link
Contributor

@Jai-Chaudhary Can you update this branch with master to remove the conflits?

@moojink moojink force-pushed the master branch 2 times, most recently from 2ab2156 to 94c1fdd Compare April 3, 2022 01:08
Copy link

@advsalahuddinahmed072 advsalahuddinahmed072 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

5 participants