CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - Artificial neural network

搜索资源列表

  1. PNN

    0下载:
  2. PNN又称为概率神经网络,它最初由数学家Specht于1990年提出,后经Master[1995]等不断发展和完善,已成功地应用于机器学习、人工智能、自动控制等众多领域.概率神经网络比多层前馈网络的数学原理简单,且易于实现-PNN is also known as the probabilistic neural network, which was first introduced by the mathematician Specht in 1990, after the Master [1
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:8541
    • 提供者:piano
  1. BP

    0下载:
  2. 这是一个用C#编程的BP人工神经网络算法的程序。-This is a C# programming with BP artificial neural network algorithm procedure.
  3. 所属分类:CSharp

    • 发布日期:2017-05-14
    • 文件大小:4007795
    • 提供者:nono
  1. neuralnetworklearningalgorithm

    0下载:
  2. 人工神经网络感知器的误差学习算法,实现单层感知器的学习算法-Artificial neural network-aware device error learning algorithm, to achieve single-layer perceptron learning algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:1226
    • 提供者:韩丁
  1. CPN

    0下载:
  2. Counterpropagation Network Vision 源码, 经典的CPN人工神经网络例子源码-Counterpropagation Network Vision Source, a classic example of artificial neural network CPN-source
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-09
    • 文件大小:31261
    • 提供者:
  1. bpnet

    0下载:
  2. 用人工神经网络的bp的方法解决异或问题-Using artificial neural network bp means to solve the XOR problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-09
    • 文件大小:35275
    • 提供者:
  1. pso_nnet

    1下载:
  2. 利用pso算法训练人工神经网络的源代码。-PSO algorithm for the use of training artificial neural network source code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-09-18
    • 文件大小:8233
    • 提供者:楚湘华
  1. neural

    0下载:
  2. 本程序是在MATLAB环境采用来对人工神经网络简单实现。-This procedure is used in the MATLAB environment to achieve a simple artificial neural network.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:4877
    • 提供者:方奎
  1. artificial-neural-networks

    0下载:
  2. 人工神经网络实用教程 提供给选修人工神经网络的同学-Artificial Neural Network Practical Guide to the artificial neural network elective students
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-18
    • 文件大小:4862379
    • 提供者:daochu66
  1. rengongzhineng

    0下载:
  2. 简介的神经网络和人工智能。并用径向基函数神经网络实现了某函数,以及MATLAB仿真遗传算法MATLAB仿真-Introduction of the neural network and artificial intelligence. And RBF neural network to achieve a certain function, as well as genetic algorithm MATLAB simulation MATLAB simulation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:148604
    • 提供者:徐丽丽
  1. xiaopangdshibie

    0下载:
  2. 人工神经网络识别,人工智能实验课上做的人工神经网络识别,人工智能实验课上做的-Artificial neural network identification, Artificial Intelligence class to do the experiment of artificial neural networks, artificial intelligence to do the experimental class
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-23
    • 文件大小:2713760
    • 提供者:庄重
  1. rbf_svm

    0下载:
  2. 人工神经网络(ANN)的泛化特性是神经网络最重要的特性,同时也是最不容易保证的特性。本程序对改进泛化的神经网络算法以及新兴的机器学习算法——支持向量机算法进行研究,-Artificial Neural Network (ANN) the generalization characteristics of neural networks are the most important characteristics, but also not easy to guarantee the most f
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:7384
    • 提供者:王旭
  1. bppid

    0下载:
  2. MATLAB平台下的基于人工神经网络的非线性控制系统PID参数整定代码,能实现在线调节功能。-MATLAB platform artificial neural network-based nonlinear control system PID parameter tuning code, to achieve regulatory function online.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1445
    • 提供者:洁浩
  1. bp

    0下载:
  2. bp人工神经网络的 matlab编程 简单 通用 易实现-bp artificial neural network matlab programming easy to achieve a simple general-purpose
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:203057
    • 提供者:zhang
  1. invertedpendulum

    1下载:
  2. 倒立摆是一种复杂、时变、非线性、强耦合、自然不稳定的高阶系统,许多抽象的控制理论概念都可以通过倒立摆实验直观的表现出来。基于人工神经网络BP算法的倒立摆小车实验仿真训练模型,其倒立摆BP网络为4输入3层结构。输入层分别为小车的位移和速度、摆杆偏离铅垂线的角度和角速度。隐含层单元数16个。输出层设置为1个输出单元。输入层采用Tansig函数,隐含层采用Logsig函数,输出层采用Purelin函数。用Matlab 6.5数值计算软件对模型进行学习训练,并与线性反馈控制逻辑算法对比,表明倒立摆控制B
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:217028
    • 提供者:月到风来AA
  1. 3-BP

    0下载:
  2. 利用MATLAB构建的三层人工神经网络,网络结构清楚,具有一定参考价值-The use of MATLAB built three artificial neural network, the network structure is clear and has a certain reference value
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:13477
    • 提供者:zhangxi
  1. Featureextractionforcomputervisionbasedfiredetecti

    0下载:
  2. 火灾视觉特征的提取是视觉火灾探测中的关键问题. 我们主要研究色彩、纹理以及轮廓脉动 等特征的提取,并提出一种度量轮廓脉动信息的距离模型,该模型在规格化的傅立叶描述子空间能 够准确地度量这种时空闪烁特征. 实验结果表明,该方法具有比较好的鲁棒性,有助于提高视觉火 灾探测的准确率、降低误报漏报率.-Based on investigating color , text ure and temporal feat ures for vision based fire detection ,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:819149
    • 提供者:陈卿
  1. sanger

    0下载:
  2. 人工神经网络用Sanger算法求解多个模式的主分量问题。-Sanger method using artificial neural network model for solving the main component of many problems.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:535
    • 提供者:萧茅律
  1. face

    0下载:
  2. 使用人工神经网络方法做人脸识别,基于c++卡法工具。-Using artificial neural network method to do face recognition.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-03
    • 文件大小:15603651
    • 提供者:刘新顺
  1. chapter4

    0下载:
  2. 《数字图像处理与机器视觉:Visual C++与Matlab实现》4 特征提取,图像识别初步,人工神经网络,基于ANN的数字字符识别系统-" Digital image processing and machine vision: Visual C++ and Matlab to achieve" four feature extraction, image recognition initially, artificial neural network, ANN base
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:725673
    • 提供者:陈新秋
  1. ImageCompression_ANN

    0下载:
  2. Image Compression using Artificial Neural Networks This code is developed in MATLAB 6.5 and can used in Windows platform. Program contain all necessary files. For training the network use Train.m and Codec.m compress images by trained network.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:180054
    • 提供者:Aso
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com