搜索资源列表
demo_feature_select
- 对卫星云图特征识别与选择,并通过多种算法的综合应用,寻找显著性特征。-The identification and selection of the satellite image characteristics, and by the application of a variety of algorithms to find the significant features.
关于机器学习的十大经典算法
- C4.5算法是机器学习算法中的一种分类决策树算法,其核心算法是ID3算法.C4.5算法继承了ID3算法的优点,并在以下几方面对ID3算法进行了改进:1)用信息增益率来选择属性,克服了用信息增益选择属性时偏向选择取值多的属性的不足;