# HWR-HandwrittenRecognition-手写数字识别 **Repository Path**: guaoguai/HandwrittenRecognition ## Basic Information - **Project Name**: HWR-HandwrittenRecognition-手写数字识别 - **Description**: 这是基于KNN(K-Nearest Neighbors)的java手写数字识别项目 使用前请将训练数据文件夹解压到主程序所在目录,或者你也可以选择进行自己建造训练集,主程序中提供了自己搭建训练集的选项 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2021-10-02 - **Last Updated**: 2022-09-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: Java8 ## README # HWR-HandwrittenRecognition Handwritten numeral recognition This is a Java handwritten number recognition project based on KNN(K-nearest Neighbors) Please unzip the training data folder to the main program directory before use, or you can choose to build your own training set, the main program provides the option to build your own training set 这是基于KNN(K-Nearest Neighbors)的java手写数字识别项目 使用前请将训练数据文件夹解压到主程序所在目录,或者你也可以选择进行自己建造训练集,主程序中提供了自己搭建训练集的选项 ps:希望里面的注释能够帮助你理解这个项目的实现方式 使用JAVA 8 :eight: