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

A puzzle about the model in chapter 2. #18

Open
xzhws opened this issue Dec 14, 2018 · 1 comment
Open

A puzzle about the model in chapter 2. #18

xzhws opened this issue Dec 14, 2018 · 1 comment

Comments

@xzhws
Copy link

xzhws commented Dec 14, 2018

The model in chapter 2 should be multilayer perceptron instead of logistic regression, since which can only be used in two classfication problem. How about changing the model to softmax which is available for multi-classification problem? thanks.

@L1aoXingyu
Copy link
Owner

You are right, theoretically logistic regression deal with two-class classification problem and I will think about change this example to a two-class problem.

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

2 participants