虫虫首页|资源下载|资源专辑|精品软件
登录|注册

3.21

  • 2013遗传算法工具箱

    % 生成训练样本集 clear all; clc; P=[110 0.807 240 0.2 15 1 18 2 1.5; 110 2.865 240 0.1 15 2 12 1 2; 110 2.59 240 0.1 12 4 24 1 1.5; 220 0.6 240 0.3 12 3 18 2 1; 220 3 240 0.3 25 3 21 1 1.5; 110 1.562 240 0.3 15 3 18 1 1.5; 110 0.547 240 0.3 15 1 9 2 1.5]; 0 1.318 300 0.1 15 2 18 1 2]; T=[54248 162787 168380 314797; 28614 63958 69637 82898; 86002 402710 644415 328084; 230802 445102 362823 335913; 60257 127892 76753 73541; 34615 93532 80762 110049; 56783 172907 164548 144040]; @907 117437 120368 130179]; m=max(max(P)); n=max(max(T)); P=P'/m; T=T'/n; %-------------------------------------------------------------------------% pr(1:9,1)=0; %输入矢量的取值范围矩阵 pr(1:9,2)=1; bpnet=newff(pr,[12 4],{'logsig', 'logsig'}, 'traingdx', 'learngdm'); %建立BP神经网络, 12个隐层神经元,4个输出神经元 %tranferFcn属性 'logsig' 隐层采用Sigmoid传输函数 %tranferFcn属性 'logsig' 输出层采用Sigmoid传输函数 %trainFcn属性 'traingdx' 自适应调整学习速率附加动量因子梯度下降反向传播算法训练函数 %learn属性 'learngdm' 附加动量因子的梯度下降学习函数  net.trainParam.epochs=1000;%允许最大训练步数2000步 net.trainParam.goal=0.001; %训练目标最小误差0.001 net.trainParam.show=10; %每间隔100步显示一次训练结果 net.trainParam.lr=0.05; %学习速率0.05 bpnet=train(bpnet,P,T); %------------------------------------------------------------------------- p=[110 1.318 300 0.1 15 2 18 1 2]; p=p'/m; r=sim(bpnet,p); R=r'*n; display(R);

    标签: 2013 算法 工具箱

    上传时间: 2016-05-28

    上传用户:shanqiu

  • ToolBox---libsvm-3.21

    matlab下livsvm工具包,支持向量机,包含注释,亲测有用

    标签: ToolBox libsvm 3.21

    上传时间: 2017-03-10

    上传用户:hanhaha

  • 21世纪大学新型参考教材系列-集成电路A-荒井-159页-3.4M.pdf

    专辑类-电子基础类专辑-153册-2.20G 21世纪大学新型参考教材系列-集成电路A-荒井-159页-3.4M.pdf

    标签: 159 3.4 大学

    上传时间: 2013-05-20

    上传用户:jennyzai

  • 21世纪电子电气工程师系列-数字电路-173页-3.0M.pdf

    专辑类-电子基础类专辑-153册-2.20G 21世纪电子电气工程师系列-数字电路-173页-3.0M.pdf

    标签: 173 3.0 电子电气

    上传时间: 2013-06-15

    上传用户:jjq719719

  • 8款下载系统源代码 2003-3-11 21:37:45 433 949k · 都很常见: 猛虎山庄、燕衔泥(飞扬的软件第二版用的就是他

    8款下载系统源代码 2003-3-11 21:37:45 433 949k · 都很常见: 猛虎山庄、燕衔泥(飞扬的软件第二版用的就是他,太简单,不推荐)、蓝芒、xzdown、动网先锋(两个)、FLASH欣赏管理系统(飞扬的闪客岛采用的源代码)、惊云下载(本站现用的下载系统)、惊云下载系统DownASP1.1(原来飞扬曾准备做过一个游戏下载站,用的这种源码

    标签: 2003 949k 433 11

    上传时间: 2015-03-19

    上传用户:yy541071797

  • 21天学习XML第3版

    21天学习XML第3版,使学习xml的一本好书

    标签: XML

    上传时间: 2015-05-13

    上传用户:watch100

  • JavaMail开发手册.pdf 英文教材 1. Tutorial tips 2 2. Introducing the JavaMail API 3 3. Reviewing related p

    JavaMail开发手册.pdf 英文教材 1. Tutorial tips 2 2. Introducing the JavaMail API 3 3. Reviewing related protocols 4 4. Installing JavaMail 6 5. Reviewing the core classes 8 6. Using the JavaMail API 13 7. Searching with SearchTerm 21 8. Exercises 22 9. Wrapup 32

    标签: JavaMail Introducing Reviewing Tutorial

    上传时间: 2014-01-15

    上传用户:saharawalker

  • The third edition of Learning GNU Emacs describes Emacs 21.3 from the ground up, including new user

    The third edition of Learning GNU Emacs describes Emacs 21.3 from the ground up, including new user interface features such as an icon-based toolbar and an interactive interface to Emacs customization. A new chapter details how to install and run Emacs on Mac OS X, Windows, and Linux, including tips for using Emacs effectively on those platforms.

    标签: Emacs describes including Learning

    上传时间: 2015-08-29

    上传用户:caixiaoxu26

  • 一、综述 3 1.1. 建设背景 3 1.2. 系统建设的必要性 6 1.3. 系统建设目标 9 二、需求及技术可行性分析 11 2.1. 用户需求分析 11 2.2. 技术可行性分析 1

    一、综述 3 1.1. 建设背景 3 1.2. 系统建设的必要性 6 1.3. 系统建设目标 9 二、需求及技术可行性分析 11 2.1. 用户需求分析 11 2.2. 技术可行性分析 13 2.2.1. Internet信息服务 13 2.2.2. 地理信息系统(GIS) 15 2.2.3. 基于WEB的地理信息系统 18 2.2.4. 推荐的技术、应用和营运策略 19 三、系统总体设计 21 3.1. 系统目标和设计原则 21 3.1.1. 系统目标 21 3.1.2. 设计原则 22 3.2. 系统分析 24 3.2.1. 网络基础设施分析 24 3.2.2. 基于WEB的GIS技术分析 25 3.3. 系统功能 27 3.3.1. 系统功能层次结构 28 3.3.2. 用户端功能设计 29

    标签: 11 系统建设 可行性

    上传时间: 2014-09-02

    上传用户:huannan88

  • 21天学通J2EE的例子3

    21天学通J2EE的例子3,很好呀,本人最近正在学校J2EE,发现这本书很好,但是此书的程序很少,嘿嘿,我发上来共享此书,希望可以下到代码。

    标签: J2EE

    上传时间: 2014-01-04

    上传用户:金宜