Newmu / Theano-Tutorials

Bare bones introduction to machine learning from linear regression to convolutional neural networks using Theano.
MIT License
1.27k stars 440 forks source link

Is the code in 2_logistic_regression.py for softmax regression or logistic regression? #9

Open sunshineatnoon opened 8 years ago

sunshineatnoon commented 8 years ago

I don't see any logistic function code in 2_logistic_regression.py, is this really code for logistic regression?

HY-Scatterer commented 8 years ago

the logistic regression is implemented by minimizing cross entropy and using the softmax function as the link function