Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用鼠标在 python 中绘制一个 28*28 像素的数字,然后提取像素信息并将其存储到行向量或 28*28 矩阵中?并使用机器学习决策树算法识别绘制的数字。我正在使用 kaggle 数据集来识别数字。我正在尝试使用机器学习进行数字识别。