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

资源列表

« 1 2 ... .23 .24 .25 .26 .27 12028.29 .30 .31 .32 .33 ... 28278 »
  1. Neural-network-jichu

    1下载:
  2. 设计一个三输入的单层线性网络,其输入和输出矢量为:程序中有-Design of a three-input single-layer linear network, its input and output vectors: the program
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-11-09
    • 文件大小:1.01mb
    • 提供者:楼宇舟
  1. Neural-network-quxianbijin

    1下载:
  2. 设计并训练三种神经网络使之分别逼近下列函数,精度Sm偏差小于20,Ry偏差小于1.5。 (各变量取值范围: =20~90, =35~55,a1=3~13, a2=0.3~3,Sd=0.05~0.45, =0.05~0.04,L2=0.015~0.06,T=7~110)-Design and training of three neural networks respectively approximation of the following function, precision Sm dev
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-11-09
    • 文件大小:3.1mb
    • 提供者:楼宇舟
  1. Neural-network-hanshunihe

    2下载:
  2. 设计并训练一神经网络使之逼近下列函数,x,y取值范围(0,3),函数精度0.02。函数为三角函数-Design and training of a neural network approximation the following functions, x, y in the range (0,3), the function accuracy 0.02. Function trigonometric functions
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-11-09
    • 文件大小:2.04mb
    • 提供者:楼宇舟
  1. Neural-network-qiduanma

    2下载:
  2. 设用7个短线段构成1,2,3,4,5,6,7,8,9,10共10个数码图形,令这7个线段分别用一个矢量 来代表,又设对数码图形中用到的线段,相应分量取值为1,未用到的线段相应的分量取值为0,因此每个数码图形分别可由一个矢量表示,其顺序编号为: ,试设计一神经网络,能够区分奇数码和偶数码。-Set with seven short line segments 1, 2, 3, 4, 5, 10 digital graphics, 7 segment represented by a vector,
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-11-09
    • 文件大小:1.03mb
    • 提供者:楼宇舟
  1. Neural-network-classified

    0下载:
  2. 神经网络系统,关于感知器程序,对如下输入、输出样本进行分类,输入样本如下: 所对应的输出的10组二元目标矢量为: -Neural network system perceptron procedures classified as input and output samples and input samples as follows: corresponding to the output of the 10 groups of the binary target vector:
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-02
    • 文件大小:1023.91kb
    • 提供者:楼宇舟
  1. New-folder

    0下载:
  2. 数据结构: node class,binarytree class, queue class,linked list class,ordered list cla-Data structure: node class, binarytree class, queue class, linked list class, ordered list class
  3. 所属分类:Data structs

    • 发布日期:2017-11-08
    • 文件大小:3.57kb
    • 提供者:卫安
  1. fhn

    6下载:
  2. fhn神经元模型的相图及临界线(运行fhn_separatrix.m就可以了)-draw the phase diagram and separatrix of FHN neuron model (just run the fhn_separatrix.m)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-08
    • 文件大小:1.4kb
    • 提供者:felonwan
  1. erweiwenliyingshe

    0下载:
  2. 用二维纹理映射方法,生成并显示将一幅图像表示的颜色纹理映射到一个物体(如立方体、球体)-2D texture mapping method, to generate and display an image representation of the color texture mapped to an object (such as cubes, spheres)
  3. 所属分类:Data structs

    • 发布日期:2017-11-08
    • 文件大小:2.63kb
    • 提供者:pang
  1. zhan

    0下载:
  2. 1.定义顺序栈类型,实现栈的所有基本操作。 2.定义链栈类型,实现栈的所有基本操作。 3.应用栈实现数制的转换。 -1 defined sequence stack type stack all the basic operations. 2. Define the type of chain stack, the stack of all the basic operations. Application stack number system conversion.
  3. 所属分类:Data structs

    • 发布日期:2017-11-08
    • 文件大小:2.2kb
    • 提供者:pang
  1. lianbiao

    1下载:
  2. 1.实现单链表的所有基本操作 2.编写主程序测试所有功能 3.实现循环链表的基本操作,并编写测试程序。 4.实现双向链表的基本操作,并编写测试程序。 -Single linked list of all basic operations to write the main program to test all functions 3. Achieve the basic operation of the circular linked list, and the prepara
  3. 所属分类:Data structs

    • 发布日期:2017-10-26
    • 文件大小:3kb
    • 提供者:pang
  1. shunxubiao

    0下载:
  2. 1.实现顺序表的基本操作,包括顺序表的初始化、第i个元素前插入一个新的元素、删除第i个元素、查找某元素、顺序表的销毁。 2.写一个函数,建立并显示含有n个整数的顺序表 3.写一个函数,实现对有序表(非递减)插入一个元素的功能 4.写一个函数,实现两个有序(非递减)表合并生成新的有序表的功能 -1. Achieve the basic operation of the sequence table, including the initialization sequence tab
  3. 所属分类:Data structs

    • 发布日期:2017-11-08
    • 文件大小:2.24kb
    • 提供者:pang
  1. duilie

    0下载:
  2. 1.定义顺序队列类型,实现队列的所有基本操作。 2.定义链队列类型,实现队列的所有基本操作。 3.将字符串转换为整形,例如将“123”转换为int型的123。 -Define the order of the queue type, all the basic operations of the queue. Definition the chain queue types, all the basic operations of the queue. Will convert a
  3. 所属分类:Data structs

    • 发布日期:2017-11-08
    • 文件大小:2.63kb
    • 提供者:pang
« 1 2 ... .23 .24 .25 .26 .27 12028.29 .30 .31 .32 .33 ... 28278 »
搜珍网 www.dssz.com