搜索资源列表
-
0下载:
包含图象处理的各种基本源代码.灰度操作,图象滤波,几何变换,形态学变换,正交变换,图象分割,图像复原,纹理特征,人工神经网络等.-includes image processing of basic source code. Gray operation, image filtering, geometric transformation, morphological transformation, orthogonal transformation, image segmentation, i
-
-
0下载:
基于人工神经网络和GMM的数字识别-based on artificial neural networks and the digital identification G
-
-
0下载:
这个项目涉及了人工智能、机器视觉和神经网络等领域,实现一个车牌自动识别系统(ANPR)。它包括了一系列的数学算法原理,以保证数字车牌的检测与提取、字母分割、归一化和识别-This project involves the artificial intelligence, machine vision and neural networks in the field, the realization of a license plate recognition system (ANPR). It
-
-
0下载:
车牌自动识别系统(ANPR)源代码,这个项目涉及了人工智能、机器视觉和神经网络等领域,实现一个车牌自动识别系统(ANPR)。它包括了一系列的数学算法原理,以保证数字车牌的检测与提取、字母分割、归一化和识别。 -Automatic License Plate Recognition System (ANPR) source code, this project involves the artificial intelligence, machine vision and neural netwo
-
-
0下载:
文章介绍如何使用CUDA实现神经网络,并把他应用在GPU图像处理单元上。
-An Artificial Neural Network is an information processing method that was inspired by the way biological nervous systems function, such as the brain, to process information. It is composed of a large number of
-
-
0下载:
AForge.NET 是一个专门为开发者和研究者基于C#框架设计的,他包括计算机视觉与人工智能,图像处理,神经网络,遗传算法,机器学习,机器人等领域。-AForge.NET is a C# framework designed for developers and researchers in the fields of Computer Vision and Artificial Intelligence- image processing, neural networks, genetic
-
-
0下载:
Java实现的手写数字识别工具,基于人工神经网络和机器学习原理。先读入一个文件进行训练,然后可以识别相同格式文件中的手写数字。目录下的PNT文件即为手写数字的数据文件。-Java implementation of the handwritten numeral recognition tool, based on artificial neural networks and machine learning principles. To read a file into training, t
-
-
0下载:
基于人工神经网络和GMM的数字识别 与简单的数字识别存在算法上的不同-Different artificial neural networks and digital identification GMM with simple digital identification algorithms based on the presence of
-
-
0下载:
分析地平类药物分子结构和熔点之间关系,编制相应的MATLAB程序,分别建立回归方程和人工神经网络2种方法的模型.选取14个地平类药物作为回归方程和人工神经网络2种方法建模的样本,再选另外4个地平类药物作验证,分别进行2种方式的建模和测试对比.结果表明:人工神经网络模型比回归方程方法在预测地平类药物的熔点时取得更加准确的估计.-The relationship between the structure and melting point analysis horizon drug molecul
-
-
0下载:
人工神经网络的c++代码 对研究神经网络很有帮助-Artificial neural networks c++ code helpful for study of neural networks
-
-
0下载:
最近看了这篇神经网络在航天技术方面应用的论文,阅读后的总结如下:本文主要是提出一种基于神经网络的航天光学遥感器在轨信噪比的的测试方法。通过模拟得到了大量的包含有不同信噪比等级的遥感图像,并将其作为网络训练和测试的样本。-This paper is to propose a spacecraft optical remote sensor test methods based on neural networks in the signal to noise ratio of the rail.
-
-
0下载:
印刷体汉字识别,VC++。包括汉字的特征提取,分类器的设计,选用人工神经网络等方法。-Printed character recognition, VC++. Including Chinese characters feature extraction, classifier design, selection of artificial neural networks and other methods.
-
-
0下载:
多层前向反馈式神经网络是目前应用比较广泛的人工神经网络,其中BP(Back Propagation network,简称BP网络)学习算法是最著名的多层前向反馈式神经网络训练算法之一。该算法在图像处理和图像识别领域已经取得令人瞩目的成就,其主要思想是利用已知确定结果的样本模式对网络进行训练,然后利用训练好的网络进行图像的处理或识别。本文将讨论用MATLAB实现BP神经网络对人脸角度的分析。-Multilayer feedforward neural network feedback is us
-
-
0下载:
基于图像的模式识别的简单的BP人工神经网络的进行的简单的分类-Simple classification image pattern recognition simple BP artificial neural networks based
-
-
0下载:
Evaporation estimation using artificial neural networks and adaptive neuro-fuzzy inference system techniques
-
-
0下载:
神经网络可以指向两种,一个是生物神经网络,一个是人工神经网络。
生物神经网络:一般指生物的大脑神经元,细胞,触点等组成的网络,用于产生生物的意识,帮助生物进行思考和行动。
人工神经网络(Artificial Neural Networks,简写为ANNs)也简称为神经网络(NNs)或称作连接模型(Connection Model),它是一种模仿动物神经网络行为特征,进行分布式并行信息处理的算法数学模型。这种网络依靠系统的复杂程度,通过调整内部大量节点之间相互连接的关系,从而达到处理信息的目的
-