搜索资源列表
CART
- 此为机器学习算法中的决策树方法之一CART,也是决策树的基本算法-This is the machine learning algorithm, one of the decision tree method CART, is the basic decision tree algorithm
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
Chapter_2.1.1.3
- 贝叶斯算法、决策树、神经网络等算法的简单python实现(Bias algorithm, decision tree and neural network)
chapter28
- 机器学习的决策树问题算法matlab实现,有注释和源码(Machine learning decision tree algorithm matlab implementation, with notes and source code)
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,决策树等源码