搜索资源列表
Tom M. Mitchell的《Machine Learning》中文版
- 机器学习的中文版本,作者Tom M. Mitchell。这本教材的目标是展现机器学习中核心的算法和理论。机器学习从很多学科吸收了成果和概念,包括统计学、人工智能、哲学、信息论、生物学、认知科学、计算复杂性和控制论等。-Machine learning of the Chinese version, the author Tom M. Mitchell. The teaching objective is to demonstrate t
rosetta-1[1].0.1
- ROSETTA C++库是一个C++类库和例程集合,支持基于可识别性的经验建模和数据挖掘。它由许多用于通用机器学习和粗糙集理论的例程组成。 -ROSETTA the C storehouse is a C kind of storehouse and the example regulation set, supports based on 鍙
Autologic
- 基于机器学习的自动逻辑推理机。本程序用归结反演策略实现了命题逻辑系统的自动推理。把要解决的问题作为一个要证明的命题,其目标公式被否定并化成子句形,然后添加到命题公式集中去,把消解反演系统应用于联合集,并推导出一个空子句(NIL),产生一个矛盾。-based on the automatic machine learning logical reasoning machine. The procedures used attributed
机器学习
- Mitchell的《机器学习〉随书源码,非常不错-Mitchell's "machine learning> With the source book, very good
Libsvm-2_6
- 一个用于支持向量机以及机器学习的软件机器源代码-a support vector machine, and machine learning software source code machine
machine_learning_related
- svm-space vector machine,由于人工智能中的机器学习时的测试和训练-svm-space vector machine, As AI machine learning the test and training
DecisionTree
- 机器学习的经典算法,非常利于学习机器学习这门课程。 -classical machine learning algorithm, is very conducive to learning machine learning this course.
GAPBILExample
- 用VC编写的演示如多智能体的机器学习算法,很好的一个机器学习例子 -VC presentation prepared by the multi-agent such as machine learning algorithm, a very good example of machine learning
yichuangsuanfa
- 遗传算法在模式识别、神经网络、图像处理、机器学习、工业优化控制、自适应控制、生物科学、社会科学等方面都得到应用。-genetic algorithm in pattern recognition, neural networks, image processing, machine learning, optimization of industrial control, adaptive control, Biological sci
MachineLearningChapter4Face-recognizationSample.ra
- Tom M.Mitchell(CMU) 机器学习 第四章人脸识别例子源代码!有需要的可以下来研究一下! 经典的东西总是很耐人寻味的!-Tom M. Mitchell (CMU) face recognition machine learning in chapter IV source code examples! May have needed to look down! Classic things always inter
mySVMandSVMlightforWindows
- 在机器学习网站上找到的源代码,希望对大家有所帮助-In machine learning website to find the source code, and they hope to help everyone
BP
- BP算法 给定一个由N维向量X组成的集合,这些向量将是一个响应agent的感知处理单元计算出的特征向量。这些分量的值可以是数值,也可以是布尔值。这些动作也许是学习者所观察到的一个教师对一组输入的响应。这些相关的动作有时称为向量的“标号”或“类别”。集合与响应的标号组成“训练集合(training set)”.机器学习问题就是寻找一个函数。-BP algorithm given by the N-dimensional vector
SVM
- VC++实现的SVM的算法实现,应用于机器学习的好方法.-VC to achieve the SVM algorithm, used in a good way of machine learning.
SGA
- 基本遗传算法的C语言源程序。(遗传算法的应用范围极其广泛,它可应用于函数优化、组合优化、生产调度问题、自动控制、机器人学、图像处理、人工生命、遗传编程以及机器学习等领域。)-Basic genetic algorithm C language source code. (Genetic algorithm extremely broad range of applications, it can be applied to functi
KOHONEN
- 著名的KOHONEN算法实现,对研究机器学习有帮助。-KOHONEN,a useful classification method.
source
- ID3算法实现机器学习和分类,根据训练结果,自动生成可以运行的C++语言代码。-ID3 machine learning algorithm and classification, according to the training results, it can run automatically generated C++ language code.
gcForest-code
- 周志华 最新 机器学习算法代码,是现在最快的机器学习算法。(The lastest Machine Learning code for gcForest.)
python机器学习预测分析核心算法
- 机器学习预测分析python程序,很有用的啊,希望对大家有帮助(Machine learning prediction analysis Python procedures, very useful ah!)
机器学习_梯度下降算法实现
- 机器学习_梯度下降算法实现——C++ 程序使用方法: 程序只包括一个源文件gradient.cpp 运行的时候,将train.dat和test.dat两个数据及gradient.cpp放在同个目录下. 利用以下命令行操作即可. g++ gradient.cpp -o gradient gradient 程序运行的结果会在命令行中打印出来 该程序10秒钟内可以运行结束.(Machine learning _ gradien
1小时入门Python机器学习代码
- 机器学习课件,非常全面而又详细的课件,可供入门机器学习的人进行参考(Machine learning courseware, very comprehensive and detailed courseware, for beginners to learn the machine for reference)