分类 计算机 下的文章
JAVA合集
MySQL实训合集
Python爬虫 实训合集
8.7.2 支持向量机手写数字识别
from os import mkdir, listdir
from os.path import isdir, basename
from random import choice, randrange
from string import digits
from PIL import Image, ImageDraw # pillow
from PIL.ImageFont import truetype
from sklearn import svm
from sklearn.model_selection import train_test_split