登录
首页 » matlab » BP-algorithm-numerical-experiments

BP-algorithm-numerical-experiments

于 2017-02-10 发布 文件大小:2KB
0 224
下载积分: 1 下载次数: 8

代码说明:

  BP算法数值实验的四个程序,实验一:给定七个输入的单层神经元以及输入P,比较不同传递函数所得到的输出结果。实验二:训练单层神经元BP网络,使其权值和阈值符合一定的精度,并给出误差曲面和动态逼近过程。实验三:训练一个隐层(含五个神经元)的单输出BP网络,给出动态逼近过程和训练好的权值和阈值。实验四:设计一个三层BP网络,实现对非线性正弦函数的逼近。(The four programs of the BP algorithm numerical experiments.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • secondwatch2
    毫秒计时程序(millisecond time procedure)
    2005-01-15 21:00:37下载
    积分:1
  • tyucn_srngy
    一种获取系统下面的图形设备的源代码和说明文件(A way to get the source code and documentation of the following graphics device system)
    2012-09-24 00:09:33下载
    积分:1
  • C#自动更新服务(本地服务安装)
    using System;using System.Collections.Generic;using System.Linq;using System.Text;using Common.WinService;using Common.Log;using System.Threading;using Common.Net;using System.Text.RegularExpressions;namespace Collection.AutoRunner{    //获取学生信息    public class Service_Update_Data : IWindowsService    {        private ILogWriter _logWriter = null;        private const string logCategory = "Services.Info";        private string logInfoSource = "Update_Data";        private const string logErrorCategory = "Services.Error";        private const string logErrorSource = "Update_Data_Error";        private bool BeStop = true;        private System.Timers.Timer timer = null;        public void Start(Common.Log.ILogWriter logWriter, string gameCode)        {            gameCode = gameCode.ToUpper();            logInfoSource = gameCode;            _logWriter = logWriter;            BeStop = false;            StartRequestData();        }        int stata = 0;        private void StartRequestData()        {            try            {                #region 配置                //时间频率                var UpdateStudentSpan = ServiceHelper.GetInterval("UpdateData");                //更新学生开始时间                var studentbegintime = ServiceHelper.GetInterval("StudentBeginTime");                //更新学生结束时间                var studentendtime = ServiceHelper.GetInterval("StudentEndTime");                    //是否更新学生基本信息:true为更新 false为不更新                var IsUpdateStudnet =Convert.ToBoolean(ServiceHelper.GetSystemConfig("IsUpdateStudnet"));                                #endregion                timer = ServiceHelper.ExcuteByTimer(UpdateStudentSpan, () =>                {                    int timeHour = DateTime.Now.Hour;                    if (timeHour == 3)                        stata = 0;                    #region 更新学生基本信息                    if (studentbegintime
    2015-03-11下载
    积分:1
  • DisWinLynn
    说明:  自己写的一个可以屏蔽系统键的程序,可以屏蔽WIN键,当然你可以修改其他屏蔽键!(玩魔兽时防止按错退出写的一个自己用的辅助工具)(himself in a system can shield key procedures, shielding WIN button, of course, you can modify other shielding keys! (Barry wrong by preventing the withdrawal was made with one of his aids))
    2005-10-08 13:21:56下载
    积分:1
  • CH7026
    CH7026芯片配置软件(CH7025(26) RegSet(2.03))及使用说明(CH7026 chip configuration software (CH7025 (26) RegSet (2.03)) and instructions)
    2014-09-23 20:30:39下载
    积分:1
  • MK_DTXGTPZ1.0
    这是易语言写的模块_动态修改图片组v1.0模块源码,分享给大家学习(It is easy to write language module _ dynamically modify the picture group v1.0 module source code, to share for everyone to learn)
    2017-02-22 17:42:19下载
    积分:1
  • kbbn
    用matlab制作的红色小球沿螺线运动的动画 不错的源码 很好(Matlab to make along the spiral movement of the animation is good source of a small red ball very well)
    2017-05-18 06:04:07下载
    积分:1
  • readini
    一个读取ini文件的实例(A read ini file examples)
    2008-06-29 18:05:29下载
    积分:1
  • BMPopenandsave
    该程序为BMP图像处理,能够打开和存储任何一幅图像格式为BMP,特别适合初学者,仅供参考!(The program for BMP image processing, to open and store any image format for BMP, especially suitable for beginners, for reference purposes only!)
    2017-05-14 10:20:10下载
    积分:1
  • MACAddress
    系统 mac 地址的操作。 查找mac地址(finding mac)
    2011-02-11 14:01:50下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载