搜索资源列表
wasalibs_bundle20020828
- java编写的分类算法实现,包括svm,knn等多种基于机器学习的分类算法。-java prepared by the classification algorithm, including svm. knn and other machine learning-based classification algorithm.
textclassifer
- 一个小的嵌入式机器学习程序 基于weka的机器学习算法程序的应用实例
tct-070227
- 类似于Weka的文本聚类工具箱,可以读取Weka格式的文件,并实现了常用的文本聚类算法以及聚类集成算法,对于机器学习的朋友来说是个好东西
dssTree
- ID3决策树算法的JAVA实现:ID3算法是机器学习中的一种分类方法,本例子用java构建多叉树来实现id3算法。
machinelearning-java
- 具有机器学习的许多算法,对学习机器学习有很大帮助,希望在此能帮助到大家。-Have a lot of machine learning algorithms, machine learning for the study of great help, I hope this can help to everyone.
JavaMachineLearningAlgorithmsInJava
- java电子书籍 机器学习算法java版-Java- Machine Learning Algorithms In Java
libsvm-2.88-string
- SVM一个分类组件,用于分类的算法,和决策树等算法都是用于机器学习的算法-SVM
weka-src
- 开发环境:eclipse WEKA是一个数据挖掘工作平台,集合了大量能承担数据挖掘任务的机器学习算法,包括对数据进行预处理,分类,回归、聚类、关联规则以及在新的交互式界面上的可视化。 -Development environment: eclipse WEKA is a data mining work platform, a collection of a lot to take on the task of data mining machine learning algorithms,
weka_code_analysis--ID3
- 适用于正在进行机器学习研究的用户,了解归纳算法的内部运作,了解如何充分利用Weka的类的层级结构,从而满足用户的需要。weka.classifiers.trees.Id3作为一个例子讨论,该方案实现了第4.3节中的ID3决策树学习器-Weka code analysis
machine_learning
- 机器学习weka包源代码,实现了各种机器学习算法-Weka machine learning package source code, to achieve a variety of machine learning algorithms
Tsp3
- 旅行商问题,安徽大学最优路径的寻找。利用机器学习中的遗传算法-Traveling salesman problem, the optimal path of Anhui University looking for.Using genetic algorithms in machine learning.
Apriori算法java实现
- 机器学习中用于频繁模式挖掘的经典Apriori算法,java实现。本资源提供完整的代码,无bug可运行。
JAVADIGGER
- DIGGER社交网络数据挖掘分析系统,本系统的挖掘工作是在WEKA平台下进行的,WEKA作为一个公开的数据挖掘工作平台,集合了大量能承担数据挖掘任务的机器学习算法,包括对数据进行预处理,分类,回归、聚类、关联规则以及在新的交互式界面上的可视化。DIGGER作为一个社交网络系统,它利用数据挖掘工具WEKA在大规模海量数据中建立模型和发现数据间关系,这些模型和关系可以用来做出决策和预测。 第一章描述了开题的背景和需求,第二章描述该系统的关键技术和开发环境,第三章是系统的设计,第四章对框架的研究
src
- 机器学习算法-随机森林的java实现,可以作为入门使用-Machine learning algorithms- random forests to achieve the java can be used as entry
jbrt-master
- 机器学习算法中的迭代决策树算法,是一种用途非常广泛的多决策树算法,可以有效的解决问题-Machine learning algorithms in iterative decision tree algorithm, is a very versatile multi-tree algorithm can effectively solve the problem
java_gbdt-master
- 机器学习算法-GBDT算法,也被称作GBRT算法,常用于各种分类和预测问题,能够取得不错的结果--GBDT Algorithm machine learning algorithm, also known as the GBDT algorithm, commonly used in a variety of classification and prediction problems, able to achieve good results
spark
- MLlib 是spark 机器学习的库,它的目标是使机器学习算法能更容易上手。这个库包含通用学习算法和工具集,包括:分类,回归,聚类,协同过滤,降维,以及深层优化策略和上层管道API(pipeline).-MLlib is spark machine learning library, which aims to make a machine learning algorithm can be more easy to use. This library contains a common se
DecisionTree
- 机器学习算法决策树算法中ID3算法的简单实现代码-Machine learning algorithms decision tree algorithm ID3 algorithm implementation code simple
NLPLibSVM
- svm算法包,简单实现svm,下载下载,机器学习算法(如神经网络BP、支持向量机SVM,循环神经网络JRNN, 递归神经网络LSTM,分组数据处理GMDH, 极限学习机ELM(svm this class label employ a lazy and easy method,any class must written in 0,1,2...so the preprocessing is required)
BreastCancer
- Java实现机器学习经典分类算法,代码中实现了决策树、贝叶斯和KNN三个分类算法(Java implements the classic classification algorithm for machine learning. The code implements three classification algorithms: decision tree, Bayes and KNN)