搜索资源列表
Project1_C4.5_NEW_985101292
- 机器学习界著名的决策树算法的实现c4.5算法,这是开源的,有兴趣的可以研读-The well-known machine learning algorithm to achieve c4.5 decision tree algorithm, which is open source, could be interested in reading
DT
- 机器学习、数据挖掘中决策树算法的思路与关键代码,对想了解该算法实现步骤的同仁有用!-the key programe of Decision Tree Algorim, and its programing method in detail.
ID3
- 机器学习:ID3算法建立决策树,输入训练样本,以广义表的形式输出-Machine Learning: ID3 decision tree algorithm, input the training samples, the generalized form of the output table
ID3
- ID3算法是机器学习部分的重要算法,程序实现ID3算法的基本思想,生成决策树。-ID3 algorithm is an important part of machine learning algorithms, the program to achieve the basic idea of ID3 algorithm to generate decision trees.
final2
- 完整的决策树算法,训练决策树,修剪决策树(机器学习)-decision tree
111
- C4.5算法是机器学习算法中的一种分类决策树算法,其核心算法是ID3算法. -C4.5algorithm is a kind of machine learning algorithm of decision tree classification algorithm, the algorithm is the core of ID3 algorithm.
jiqixuexi
- 机器学习的10大经典算法(决策树算法、ID3算法、k均值算法等等)-10 classic algorithms in machine learning
ID3
- 决策树是机器学习的重要算法之一,主要应用于智能决策,当选择方向多样,资料复杂时,计算机可通过决策树学习之后自主做出选择-The decision tree is one of the machine learning algorithm, mainly used in intelligent decision-making, select the direction of diverse, complex data, the computer through the decision tree
ID3.m
- 机器学习经典决策树算法的实现 输入训练标签输出预测结果-the classificial machine learning algorithm, input label and traning set and get predictions
c4.5
- C4.5是机器学习算法中的另一个分类决策树算法,它是基于ID3算法进行改进后的一种重要算法,相比于ID3算法,改进有如下几个要点:用信息增益率来选择属性.-C4.5 decision tree algorithm is another classification machine learning algorithm, which is based on ID3 algorithm is an important algorithm improved, compared to the ID3 a
ClassicalMachineLearning
- 几个经典算法的实现,例如决策树,支持向量机,还有单层感知机等(Several classical algorithms are implemented, such as decision tree, support vector machine, and single layer perceptron)
C4_5
- 数据挖掘入门算法,用于机器学习,语言为matlab语言,是id3算法的改进(dataming The introduction of data mining algorithm for machine learning, language for MATLAB language,)
machine_learning_inaction
- 机器学习十大算法实现,包括决策树、logisitic回归、SVM、数据降维等(Ten algorithms for machine learning, including decision tree, logisitic regression, SVM, data reduction and so on)
decision_tree
- 以隐形眼镜为例的决策树分类算法代码,lenses.data是存放数据的文件,此代码使用python3实现(The classification algorithm code of the decision tree with the contact lens as an example)
机器学习决策树算法
- 此处python实现机器学习的决策树算法(A decision tree algorithm for realizing machine learning in Python)
决策树
- 基于matlab的机器学习中决策树算法,代码很完整,都能运行(Matlab-based decision tree algorithm in machine learning, the code is complete, can run)
python_self
- 实现了机器学习的各种分类算法,如:knn,svm,朴素贝叶斯,神经网络,决策树等。(Various classification algorithms of machine learning, KNN, SVM, naive bayes, neural network, decision tree, etc.)
机器学习Python程序
- 覆盖了基本常用的机器学习算法。包括线性回归与分类算法;决策树;多种降维算法;优化算法;强化学习等多类算法的Python代码。(It covers the commonly used machine learning algorithms. Including linear regression and classification algorithm; decision tree; a variety of dimensionality reduction algorithm; optimiza
machine_learning_python-master
- 通过阅读网上的资料代码,进行自我加工,努力实现常用的机器学习算法。感知机的基本形式和对偶形式的实现 Kmeans和Kmeans++的实现 EM GMM高斯混合和GMM+LASSO的实现 实现朴素贝叶斯的基本算法和高斯混合朴素贝叶斯算法 实现决策树的基本算法 实现adaboost基本算法 实现svm基本算法 实现逻辑回归基本算法(By reading the data codes on the Internet, we can process oursel
机器学习算法各种代码
- 机器学习算法各种代码,包含svm,pca,lda,决策树等源码