![]() |
#11
|
||||
|
||||
![]()
This thread has a response that might help:
http://book.caltech.edu/bookforum/showthread.php?t=2101 Quote:
__________________
Have faith in probability |
#12
|
|||
|
|||
![]()
Hello Professor Magdon,
I have a slightly different question related to plotting. When I am asked to "familiarize yourself with the data by giving a plot of two of the digit images", what do we mean by plotting the data? Are we referring to generating a digit image from the greyscale value vector? Or are you referring to somehow plotting the numerical values in the vector, itself? I have a feeling that it is the former, but I am not familar with image generation from greyscale pixels. Any guidance you could provide would be greatly appreciated. |
#13
|
||||
|
||||
![]()
If you go to www.amlbook.com, click on 'supporting material' on the right and then scroll down to the `Data' section, you will find some information that can be of use. In particular, there is matlab code for plotting the digit images which takes the matrix of grayscale values and plots an image. This can be of help for developing your own code and utilities.
Quote:
__________________
Have faith in probability |
#14
|
|||
|
|||
![]()
Thank you for your assistance. That helps me greatly.
|
#15
|
|||
|
|||
![]() Quote:
|
#16
|
||||
|
||||
![]()
You can use the weights produced by logistic regression for classification.
__________________
Have faith in probability |
#17
|
|||
|
|||
![]()
Hello. I have a question about the digits assignment. Are we supposed to use two
features separately {1, feature i} or have a input vector consisting of {1,feature 1, feature 2}? |
#18
|
|||
|
|||
![]()
Thanks for your reply. In the logistic regression will the separator still be linear or not? And should we use fixed or variable step size in the logistic regression?
|
#19
|
||||
|
||||
![]()
{1,feature 1, feature 2}
__________________
Have faith in probability |
#20
|
||||
|
||||
![]()
The classification function is still
![]() ![]()
__________________
Have faith in probability |
![]() |
Thread Tools | |
Display Modes | |
|
|