搜索资源列表
net_pb
- matlab的bp神经网络源程序,和数据库相连接。-matlab source of bp neural network, and databases connected.
bpnet
- 基本的matlab神经网络~包含建立数据库,建立初始化神经网络,对目标数据进行分析等-Basic matlab neural network ~ contains a database, create initialize neural networks, data analysis, the target ~ ~
algorithms
- 分类算法是统计学分类方法,它是一类利用概率统计知识进行分类的算法。在许多场合,朴素贝叶斯(Naï ve Bayes,NB)分类算法可以与决策树和神经网络分类算法相媲美,该算法能运用到大型数据库中,且方法简单、分类准确率高、速度快。-The classification algorithm is the statistical classification, it is a knowledge of probability and statistics classification alg
matlab-data-mining
- 数据挖掘(Data Mining)阶段首先要确定挖掘的任务或目的。数据挖掘的目的就是得出隐藏在数据中的有价值的信息。数据挖掘是一门涉及面很广的交叉学科,包括器学习、数理统计、神经网络、数据库、模式识别、粗糙集、模糊数学等相关技术。它也常被称为“知识发现”。知识发现(KDD)被认为是从数据中发现有用知识的整个过程。数据挖掘被认为是KDD过程中的一个特定步骤,它用专门算法从数据中抽取模式(patter,如数据分类、聚类、关联规则发现或序列模式发现等。数据挖掘主要步骤是:数据准备、数据挖掘、结果的解释
Faceangledetection
- 基于BP神经网络的人脸角度检测,提供了人脸角度数据库。-Face angle detection based on BP neural network.The of face angle is provided.
Bayes
- 贝叶斯分类算法是统计学的一种分类方法,它是一类利用概率统计知识进行分类的算法。在许多场合,朴素贝叶斯(Naï ve Bayes,NB)分类算法可以与决策树和神经网络分类算法相媲美,该算法能运用到大型数据库中,而且方法简单、分类准确率高、速度快。-Bayesian classification algorithm is a statistical classification method, which is a kind of knowledge to classify the use
bin
- BP,RBF神经网络,用于学习数据库并构建逼近函数,给出输入得到输出。-BP, RBF neural network for learning and build approximation function gives input to get output.
M-Tool-CNNs
- 深度学习之一,卷积神经网络例程,包括结构设置、系数更新、测试数据库等。-One deep learning, neural network convolution routines, including structural arrangement, the coefficient update, test s.
M-Tool-DBN
- 深度学习之一,深信网络,包括网络结构设置,参数设置,权重更新算法,测试数据库等。-One of the depth of learning, convinced that the network, including network configuration settings, parameter settings, the weight update algorithm, test s.
BPaRBF0_9
- 在matlab下实现用bp和rbf神经网络完成0到9十个数字发音的识别,有完整的代码和发音数据库-In the matlab achieve complete 0-9 ten numeric identification with pronunciation and rbf bp neural network, a complete code and pronunciation
Lenetchange
- 卷积神经网络CNN,基于手写体数据库的相关训练(Convolution neural network, handwriting training)
rasmusbergpalm-DeepLearnToolbox-5df2801
- mnist数据库,可用matlab运行,学习神经网络(MNIST database can be run by MATLAB, learning neural network.)
BP人脸识别GUI
- 在matlab环境下使用BP神经网络实现了人脸识别,该压缩包包括ORL人脸识别数据库、GUI界面及源代码,可实现人脸的快速识别及神经网络的参数调节。