CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 网络库

搜索资源列表

  1. BP1

    0下载:
  2. 用matlab实现神经网络函数逼近,不使用库函数-With the realization of neural network function approximation matlab not to use the library function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:1051
    • 提供者:min
  1. ANN

    0下载:
  2. 这是一个基于人工神经网络的数字识别系统的程序,包括数字训练库,采用Visual C++实现。-This is an artificial neural network-based digital identification system procedures, including the number of training database, using Visual C++ implementation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-20
    • 文件大小:5814571
    • 提供者:soar
  1. joone-engine-2.0.0RC1

    0下载:
  2. 神经网络的工具库文件,含神经网络需要的各种操作算法-Neural network tool for libraries, including neural network algorithm for the various operations required
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:2900584
    • 提供者:joshua
  1. ann_1.1.1.tar

    0下载:
  2. VC++实现的神经网络工具库,可用于分类,模式识别,数据拟合插值等,具有图形显示功能-ANN is developed by VC++,for classification, pattern recognition, data regression and interpolation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:691690
    • 提供者:大木木
  1. ACM.ICPC_Code_base_MyLib(For_ACM)

    0下载:
  2. 吉林大学. ACM/ICPC 代码库,关于图论、数据结构、网络流、树论、递归方法求解排列组合问题,以及ACM/ICPC之STL.-Jilin University. ACM/ICPC code base, on the graph theory, data structures, network flows, the tree of recursive method for solving permutation and combination, as well as ACM/ICPC of t
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:641454
    • 提供者:yeyanchao
  1. bpshenjing

    0下载:
  2. 人工神经网络BP算法 1、动态改变学习速率 2、加入动量项 3、运用了Matcom4.5的矩阵运算库(可免费下载,头文件matlib.h), 方便矩阵运算,当然,也可自己写矩阵类 4、可暂停运算 5、可将网络以文件的形式保存、恢复 -Artificial neural network BP algorithm 1, the dynamic change learning rate 2, adding momentum item 3, the use of matrix
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1953765
    • 提供者:rongya
  1. BPnet

    0下载:
  2. //1、动态改变学习速率 //2、加入动量项 //3、运用了Matcom4.5的矩阵运算库(可免费下载,头文件matlib.h), // 方便矩阵运算,当然,也可自己写矩阵类 //4、可暂停运算 //5、可将网络以文件的形式保存、恢复-//1, dynamically changing learning rate// 2, adding momentum item// 3, the use of matrix operations Matcom4.5 library (ava
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:1621202
    • 提供者:victory
  1. SOMF-lib-and-implementation

    0下载:
  2. 基于kohonen库的SOFM神经网络实现,内含库文件及说明,以及基于该库文件的实现及实现。-Based kohonen SOFM neural network library, containing library files and instructions, and based on the library implementation and implementation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:716737
    • 提供者:mars
  1. 99456518BpNet_src

    0下载:
  2. /// /// /// /// /// /// /// /// /// /// /// /// /// /////人工神经网络BP算法///////////////////////////////// //1、动态改变学习速率 //2、加入动量项 //3、运用了Matcom4.5的矩阵运算库(可免费下载,头文件matlib.h), // 方便矩阵运算,当然,也可自己写矩阵类 //4、可暂停运算 //5、可将网络以文件的形式保存、恢复 //////////////
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:5381
    • 提供者:武六
  1. rule_based_network

    0下载:
  2. 这个工具是同伴的图书软件的复杂性管理的模糊系统 ,斯普林格,2010。 一个新的规则为基础的系统类型,称为规则为基础的网络,已与行动建议操作规则库的互联网络,形成一个等效的单规则库。这些行动最近已实现为基于Matlab工具箱,但仅限于个人使用的节点对。此工具自动执行正确网络中的所有节点的基本操作。该工具会让你更容易实现用尽可能少的用户交互的各种规模的规则为基础的网络 -This tool is companion software for the book Complexity Man
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2889
    • 提供者:driiawrl
  1. single-neuron-

    0下载:
  2. 单神经元自适应网络,完成神经网络PID控制,输出采用龙格库塔法-The single neuron adaptive network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:5208
    • 提供者:zhaoyongxiang
  1. BP_handwrittingRecognition

    0下载:
  2. 基于BP神经网络的数字图像识别 采用引进动量项和变步长法的改进型BP网络 train.m 训练 shibie.m 识别 actfun.m 激活函数 image.rar 图像库 -BP neural network-based digital image recognition and momentum term with the introduction of variable step method of improved BP network train.m trai
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:856701
    • 提供者:赖昀
  1. AI-experience-aReport-

    0下载:
  2. 本实验采用Adaline神经网络进行实验,本工程名为HuSumeiRobot,源代码的基本组成如下: 1) CNN.cpp和CNN.h是神经网络类库的虚拟基类。 2) adaline.h和adaline.cpp是adaline神经网络的C++版本。 可对数字进行识别,并含实验报告一份。-Adaline neural network used in this experiment to experiment, this project called HuSumeiRobot, the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-22
    • 文件大小:6664459
    • 提供者:kelven
  1. neuro_src_CSharp

    1下载:
  2. 一个神经网络计算的库,实现几个通用神经网络体系和训练方法,自识别图,弹性网络等.like Back Propagation, Kohonen Self-Organizing Map, Elastic Network, Delta Rule Learning, and Perceptron Learning.-In this article, a C# library for neural network computations is described. The library impleme
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:242600
    • 提供者:calford
  1. zlib

    0下载:
  2. windows下压缩解压函数的库,想提高网络传输性能的可以关注一下。-gzip lib under windows, very useful to reduce the network transfer cost.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:131015
    • 提供者:李伟
  1. dct_bp

    1下载:
  2. 结合DCT和BP神经网络进行人脸识别。先利用DCT提取特征,然后利用BP神经网络分类,在ORL人脸库上测试效果不错。-The combination of DCT and BP neural network for face recognition. First DCT Feature Extraction, and then use the BP neural network classifier, a good test results on the ORL face database.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:1584
    • 提供者:尹贺峰
  1. dct_pnn

    0下载:
  2. 结合DCT和概率神经网络进行人脸识别。先利用DCT提取特征,然后利用PNN分类,在ORL人脸库上测试效果不错。-The combination of DCT and probabilistic neural network for face recognition. First DCT Feature Extraction, and then use a PNN classification, good test results on the ORL face database.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:1004
    • 提供者:尹贺峰
  1. elligent-control

    0下载:
  2. 使用matlab不依靠库函数编写的BP网络,多层感知器,以及利用BP网络做的函数逼近。-Use matlab not rely on library functions of BP network to write, multi-layer perceptron, and the use of BP network do function approximation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:7921
    • 提供者:刘颖
  1. Runge_Kutta

    0下载:
  2. 使用龙格库塔方法解决网络系统的同步性问题的解-Using the Runge-Kutta method to solve the problem of network synchronization solution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:41947
    • 提供者:lightning
  1. UPX.v3

    0下载:
  2. C++编写UPX压缩解压源码 v3,UPX是一款效率不错的可执行文件压缩软件,可使文件体积缩小50 -70 ,有效减少了磁盘空间占用、网络上传下载的时间和其它分布以及存储费用。 通过 UPX 压缩过的程序和程序库完全没有功能损失,和压缩之前一样可正常地运行。 -C++ write UPX compression extracting source v3, the UPX is a good efficiency of the executable file compression softw
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1454821
    • 提供者:cnheike
« 1 2 3 45 6 »
搜珍网 www.dssz.com