# Hand-Written-Digits-Recognition **Repository Path**: heyihuiforjava/Hand-Written-Digits-Recognition ## Basic Information - **Project Name**: Hand-Written-Digits-Recognition - **Description**: The goal of the project is to implement and evaluate classification algorithms and the classification task will be to recognize a 28 × 28 grayscale handwritten digit image and identify it as a digit among 0, 1, 2, ... ,9. The MNIST and USPS datasets are used for training and testing the logistic regression, single hidden layer neural network and convolutional neural network respectively. The hyper-parameters are tuned for the logistic regression and single hidden layer neural network. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-29 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Hand-Written-Digits-Recognition The goal of the project is to implement and evaluate classification algorithms and the classification task will be to recognize a 28 × 28 grayscale handwritten digit image and identify it as a digit among 0, 1, 2, ... ,9. The MNIST and USPS datasets are used for training and testing the logistic regression, single hidden layer neural network and convolutional neural network respectively. The hyper-parameters are tuned for the logistic regression and single hidden layer neural network.