Generalized Linear Models Homework # Please do it in R
Goal Implement a basic character recognition system of handwritten digits using logistic regression. The data set provided contains instances of the 10 digits available (0 through 9). Your goal is to train and test a logistic regression model that classifies the image of a digit as even or odd. Task Download the training and test […]

