
机器学习
懵圈丰
这个作者很懒,什么都没留下…
展开
-
2015机器学习十大问题
Machine Learning is a very vast field, and much of it is still an active research area. There are many interesting problems that can easily be nominated as a "top" problem, however I don翻译 2015-02-28 13:41:38 · 707 阅读 · 0 评论 -
2013机器学习十大问题
1. Churn Prediction: Churn prediction is one of the most popular use cases for people who want to leverage machine learning. It has a large business value and benefit attached to itself specially翻译 2015-02-28 13:44:06 · 650 阅读 · 0 评论 -
配置vc6+opencv1.0
全局设置 菜单Tools->Options->Directories:先设置lib路径,选择Library files,在下方填入路径: C:\Program Files\OpenCV\lib 然后选择include files,在下方填入路径: C:\Program Files\OpenCV\cxcore\include C原创 2015-03-03 20:21:16 · 1136 阅读 · 0 评论 -
id3,没调试
#include "string.h"#include "iostream.h"#include "math.h"#define dataCol 4#define dataNum 4typedef int BOOL;struct data{BOOL line[dataCol];BOOL choosed;}dat[dataNum];原创 2015-03-09 15:46:51 · 701 阅读 · 0 评论