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?

@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