CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 神经网络算法

搜索资源列表

  1. design-vc

    0下载:
  2. 一个不错的神经网络算法,采用bp算法,整个算法简单实用-a good neural network algorithm, the algorithm used bp, the entire algorithm is simple and practical
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:210328
    • 提供者:廖东
  1. shenjunge

    0下载:
  2. 这是一个关于加密算法的论文,文中采用神经网络加密算法!-This is an encryption algorithm on paper, the text using neural network encryption algorithm!
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:27871
    • 提供者:申俊歌
  1. 基于神经网络的图像分割算法研究博硕

    0下载:
  2. 基于神经网络的纹理图像分割的好博硕论文-based on neural network texture image segmentation good Doctor and Master thesis! !
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1960898
    • 提供者:山药蛋
  1. BpNet_src

    0下载:
  2. 这是一个用C++实现的神经网络算法,仅供学习参考-This is a use of C++ realization of the neural network algorithm, a reference for the study
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-26
    • 文件大小:37717
    • 提供者:张亚社
  1. nnetwork

    1下载:
  2. 该系统利用BP回馈神经网络算法实现对安全评价样本的学习、测试,能够正确形成安全事故各个影响因子的权重值,并且将样本和评价结果保存在数据库中,通过预测的方法为安全评价提供了一种新的途径。-The system uses neural network BP algorithm back to the safety assessment of the learning sample, test, to correct safety-related incidents affecting the for
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:9098
    • 提供者:ken
  1. BP

    0下载:
  2. 使用matlab编写的BP神经网络的算法,使用单隐层的网络,其中包括一个实例文件,对20个数据作分类。-Prepared using matlab algorithm BP neural network, using a single hidden layer networks, including an instance of the file, the data for 20 categories.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:3502
    • 提供者:yangshoping
  1. Bp

    0下载:
  2. C语言实现BP神经网络算法 精度高 实用 精巧-C language algorithm for BP neural network
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:5856
    • 提供者:zhou
  1. VB-OCR

    1下载:
  2. 神经网络算法,自学习模式识别,效果较好,希望可以帮助需哟的人-Pattern recognition, better
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-20
    • 文件大小:91027
    • 提供者:xinqi
  1. Ch27

    0下载:
  2. 蚁群算法、神经网络算法、粒子群算法-Ant colony algorithm, neural network algorithm, particle swarm optimization. . . .
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-20
    • 文件大小:10742
    • 提供者:kevin
  1. CPP_for_BP_code

    0下载:
  2. C++的BP算法源程序,可用与神经网络设计-C++ source BP algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-10
    • 文件大小:6005
    • 提供者:zjl
  1. GA-OF-THE-NETWORK

    0下载:
  2. 遗传算法优化神经网络程序[matlab],十分有用-the generic algorithm of the network ,it is very helpful
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-04
    • 文件大小:4695
    • 提供者:wudehong
  1. EncryptLock

    0下载:
  2. 神经网络算法主要用于对旅行商问题的预测,和解决难题 -Neural network algorithm is mainly used for prediction of traveling salesman problem, and solve problems
  3. 所属分类:Network Security

    • 发布日期:2017-03-30
    • 文件大小:214579
    • 提供者:cgq1001
  1. traffic-condition-identification-

    0下载:
  2. 建立一个自动识别交通状态的系统,可以实时得到道路交通状况,从而引导交通参与者。系统通过数据采集终端抽样采集交通状况数据,然后经过图像的预处理,即图像的灰度化,通过背景提取算法得到图像背景,然后做背景差,自动阈值分割,形态学滤波等一系列操作,得到二值化图像,并且实现背景更新。然后计算车辆的占路比和车辆的速度这两个交通参数,通过神经网络对大量数据的训练,从而实现自动识别交通状况。-Establish a system to automatically identify traffic state c
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-13
    • 文件大小:2574066
    • 提供者:
  1. BP

    0下载:
  2. BP神经网络,改进后的高等算法它的学习规则是使用最速下降法,通过反向传播来不断调整网络的权值和阈值,使网络的误差平方和最小。- BP neural network algorithm improved its higher learning rule is to use the steepest descent method, through a reverse spread to constantly adjust the network weights and thresholds, s
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:31047
    • 提供者:aihacker
  1. my_neural_net

    0下载:
  2. 运用模式识别里的神经网络方法实现数字的训练识别,算法是在控制台下完成的,直接运行即可-The use of pattern recognition in the digital neural network training recognition algorithm is done at the console can be run directly
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:149481
    • 提供者:
  1. juanji2

    0下载:
  2. 一款基于卷积神经网络的算法的代码,代码有详细注释,适合新手研究。-A convolution algorithm code is based on neural network code has detailed notes, suitable for beginners study.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:189728
    • 提供者:木木
  1. 0366

    0下载:
  2. ICA(主分量分析)算法和程序,基于人工神经网络的常用数字信号调制,构成不同频率的调制信号。 - ICA (Principal Component Analysis) algorithm and procedures, The commonly used digital signal modulation based on artificial neural network, Constituting the modulated signals of different frequencie
  3. 所属分类:Driver develop

    • 发布日期:2017-12-12
    • 文件大小:5637
    • 提供者:shiyulong_bt
  1. wruttgn__written

    0下载:
  2. BP算法神经网络,是用C++写的,功能强大, 有技术含量的,(Neural network BP algorithm, is written in c + +, powerful functions, technical content,)
  3. 所属分类:系统编程

  1. portawivltyfloating

    0下载:
  2. 人工神经网络BP算法源代码与演示程序,适用于神经网络算法的入门者()
  3. 所属分类:系统编程

    • 发布日期:2018-05-01
    • 文件大小:130048
    • 提供者:Tqyresu
搜珍网 www.dssz.com