搜索资源列表
神经网络源代码(附说明文档和数据)
- 一个完整BP神经网络源代码,包括数据和说明文档-a complete neural network source code, including data and documentation
AI-NN
- 一个完整BP神经网络源代码,包括数据和说明文档,很有用的。
K-meansNB
- :将K—means算法引入到朴素贝叶斯分类研究中,提出一种基于K—means的朴素贝叶斯分类算法。首先用K— me.arks算法对原始数据集中的完整数据子集进行聚类,计算缺失数据子集中的每条记录与 个簇重心之间的相似度,把记 录赋给距离最近的一个簇,并用该簇相应的属性均值来填充记录的缺失值,然后用朴素贝叶斯分类算法对处理后的数据 集进行分类。实验结果表明,与朴素贝叶斯相比,基于K—means思想的朴素贝叶斯算法具有较高的分类准确率。-: K-means algorithm will
DMST
- 这是一个数据挖掘决策树算法示例,它能通过用户指定相应的数据库,并把数据库表中的最后一列当作决策属性,这样就可以生成一颗完整的决策树-This is a decision tree data mining algorithm for example, the user can specify the appropriate databases and database tables in the last column as a decision attribute, so that you ca
LAC
- 利用LAC算法实现高维数据聚类,算法完整-LAC algorithm using high-dimensional data clustering, the algorithm complete
ISODATA
- VC下编写的基于ISODATA算法的模式识别程序,内含配套的实验数据,注释很清楚,数据结构完整,很合适初学模式识别的朋友借鉴-VC prepared ISODATA algorithm based on pattern recognition program that includes matching the experimental data, a comment is clear, the data integrity of the structure, it is an appropri
The-AI-in-PC-games-production
- 浅谈人工智慧 电脑游戏中的人工智能制作 棋类编程 部分1: 开始 棋类编程 部分2: 数据结构 棋类编程 部分3: 产生移动 棋类编程 部分4: 基础搜索 棋类编程 部分5: 高级搜索 棋类编程 部分6: 评估函数 工人的战略部署线程 使用可能的地形指派任务 怎样编写迂回前进的程序 类似帝国时代游戏的人工智能 模糊人工智能 Hierarchal 人工智能 Comp.A
SVM--regression-analysis
- 一段完整的SVM神经网络的回归预测上证指数开盘指数变化的程序,提供有数据,绝对值得你拥有 完整的SVM神经网络的回归预测上证指数开盘指数变化,提供有数据,绝对值得你拥有 -A complete SVM neural network regression prediction of Shanghai composite index opened index changes in the procedure, provides data, definitely worth has a comp
cbuildPc45
- 数据挖掘算法决策树C4.5,针对arff格式的文件,强大,完整的项目,可直接利用-Decision Tree C4.5
123
- 神经网络C源码,完整源代码、编译后程序及测试数据-Neural network C source code
psoPbp
- 一段BP神经网络与粒子群MATLAB算法程序 有数据,有完整的程序-A BP neural network and the particle swarm algorithm MATLAB program
Ch3Clustering
- 这个是k-means算法的完整实现 k-means 算法是数据聚类算法中比较经典的算法,非常适合初学者-this code is a implementation of k-means algorithm;it is suitable for beginner.
KMeans
- 用java实现Kmeans,记录质心变化,并以与质心方差来衡量聚类的效果。代码详尽完整,并附上数据,可运行。-With java Kmeans, record changes in the centroid, and to measure the effect of clustering with the centroid variance. Comprehensive code, along with the data, you can run.
mindxiu
- 自己写的基于神经网络的电力负荷预测,文件里面包含了数据,程序完整,可直接运行-load demand forcast
prefixspan-0.4-ngram
- 数据挖掘算法,用于挖掘频繁序列模式,包含完整的使用说明文档-Data mining algorithm for mining frequent sequential patterns, including the complete user documentation
finalmatlab
- 用matlab分类星云文件,使用SVM方法,包括特征提取和分类,有完整的成俗和数据-Category nebula with matlab file using SVM methods, including feature extraction and classification, and data integrity into vulgar
UCI-data
- UCI数据发酵数据,可以用于分类和其它方法,数据完整-UCI data fermentation data, and other methods can be used for classification, data integrity
MNIST_data
- Mnist完整数据集,已经实验过,可以应用。(Mnist complete dataset has been tested and applied.)
motor_svpwm
- 感应电机开环SVPWM仿真完整数据模型,调试通过,直接可用。(Simulation of SVPWM based AC MOTOR)
Python机器学习基础教程(完整电子版)
- 本书是机器学习入门书,以Python语言介绍。主要内容包括:机器学习的基本概念及其应用;实践中最常用的机器学习算法以及这些算法的优缺点;在机器学习中待处理数据的呈现方式的重要性,以及应重点关注数据的哪些方面;模型评估和调参的高级方法,重点讲解交叉验证和网格搜索;管道的概念;如何将前面各章的方法应用到文本数据上,还介绍了一些文本特有的处理方法。(This book is an introduction to machine learning, introduced in Python langua