Ta上传的资源 (0)

C++实现randomforest,训练阶段,通过决策树的节点分裂来筛选特征,层层对样本进行细分,直至将每个训练样本子集分类正确,测试阶段,直接基于训练出的特征进行样本分类,所以测试速度较快(但训练速度较慢)。

Python2.7+py2exe(对应的python版本)+GUI生成exe文件(在dist文件夹下)实现淘宝页面图片提取

The aim of this program is to analyse images and be able to class them depending of their nature. The support vector machine algorithm is used to clas

功能1:在界面上用鼠标画出0---9之间的任意数 功能2:将所有图片信息保存在.xml文件中 功能3:对1中所画出的数字进行预测