登录
首页 » matlab » 神经网络入门13课源码

神经网络入门13课源码

于 2020-01-02 发布
0 345
下载积分: 1 下载次数: 32

代码说明:

说明:  神经网络入门13课源码 第一课 MATLAB入门基础 第二课 MATLAB进阶与提高 第三课 BP神经网络 第四课 RBF、GRNN和PNN神经网络 第五课 竞争神经网络与SOM神经网络 第六课 支持向量机( Support Vector Machine, SVM ) 第七课 极限学习机( Extreme Learning Machine, ELM ) 第八课 决策树与随机森林 第九课 遗传算法( Genetic Algorithm, GA ) 第十课 粒子群优化( Particle Swarm Optimization, PSO )算法 第十一课 蚁群算法( Ant Colony Algorithm, ACA ) 第十二课 模拟退火算法( Simulated Annealing, SA ) 第十三课 降维与特征选择(Source code of 13 courses of neural network introduction)

文件列表:

新建文件夹, 0 , 2020-01-02
新建文件夹\Class_10_Code.rar, 1817913 , 2019-12-30
新建文件夹\Class_11_Code.rar, 26957 , 2019-12-30
新建文件夹\Class_12_Code.rar, 135315 , 2019-12-30
新建文件夹\Class_13_Code.rar, 44818 , 2019-12-30
新建文件夹\Class_1_Code.rar, 74405 , 2019-12-30
新建文件夹\Class_2_Code.rar, 14786 , 2019-12-30
新建文件夹\Class_3_Code.rar, 185325 , 2019-12-30
新建文件夹\Class_4_Code.rar, 218234 , 2019-12-30
新建文件夹\Class_5_Code.rar, 5965 , 2019-12-30
新建文件夹\Class_6_Code.rar, 533722 , 2019-12-30
新建文件夹\Class_7_Code.rar, 205830 , 2019-12-30
新建文件夹\Class_8_Code.rar, 992903 , 2019-12-30
新建文件夹\Class_9_Code.rar, 138114 , 2019-12-30

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

发表评论

0 个回复

  • city
    vue中使用ajax请求Json数据,其中包含多个城市,有热门城市和所有城市(Using Ajax to request Json data in Vue)
    2020-06-16 23:40:01下载
    积分:1
  • 一个基于TURBOC2的俄罗斯方块学习软件, 附带有TURBOC2程序,
    一个基于TURBOC2的俄罗斯方块学习软件, 附带有TURBOC2程序,-Based on the Russian box TURBOC2 learning software, comes with TURBOC2 procedures,
    2022-03-04 16:43:40下载
    积分:1
  • Java中的Canvas绘图源码实例
    Java中的Canvas绘图源码实例,主要是画线条、弧线、圆角矩形、三角形、文字、圆形等简单的几何图形,主要是通过创建DrawingCanvas对象canvas,为canvas设置命令监听者,实现接口CommandListener的方法,把缓冲区图像的内容绘制到画布上,画图部分代码:   int w = getWidth(); // 画布的宽度   int h = getHeight(); // 画布的高度   Image buffer = Image.createImage(w, h); // 用于绘图的缓冲图像   Graphics gc = buffer.getGraphics(); // 获取缓冲图像的图形环境   // 清除画布   public void clearScreen() {    gc.setColor(255,255,255); // 设置绘图颜色为白色    gc.fillRect(0,0,w,h); // 把缓冲图像填充为白色    gc.setColor(255,0,0); // 设置绘图颜色为红色   }   // 绘制直线   public void drawLine() {    setTitle("直线"); // 设置画布的标题    clearScreen(); // 清除画布    gc.drawLine(10,10,w-20,h-20); // 绘制黑色直线    gc.setColor(0,0,255); // 设置绘图颜色为蓝色    gc.drawLine(10,h/2,w-10,h/2); // 绘制蓝色直线   }   // 绘制弧   public void drawArc() {    setTitle("弧线和填充弧");    clearScreen();    gc.drawArc(5,5,w/2-20,h/2-20,60,216); // 绘制弧线    gc.drawArc(5,h/2-10,w/2-20,h/2-20,0,360); // 绘制圆    gc.setColor(0,0,255);    gc.fillArc(w/2,5,w/2-20,h/2-20,60,216); // 绘制填充弧线    gc
    2023-04-11 05:50:03下载
    积分:1
  • shagnquan
    熵权法,熵权法,熵权法,熵权法,熵权法,熵权法,熵权法,熵权法(Entropy Method,Entropy Method,Entropy Method,Entropy Method,Entropy Method,Entropy Method,Entropy Method)
    2020-12-30 13:49:00下载
    积分:1
  • stm32f103zet6蓝牙温湿度
    说明:  stm32温湿度蓝牙串口通信 报警系统 led灯蜂鸣器什么的(STM32 temperature and humidity Bluetooth serial communication alarm system LED light buzzer what Bluetooth)
    2020-12-22 15:49:06下载
    积分:1
  • WIN32API
    win32编程中常用的API,对于学些WIN32编程非常有用(win32 programm API datasheet, it is very useful for developer of win32)
    2010-02-10 00:03:04下载
    积分:1
  • VC下的一个小计算器,可实现2,8,16,10进制功能.界面与系统自带的计算器有点类似...
    VC下的一个小计算器,可实现2,8,16,10进制功能.界面与系统自带的计算器有点类似-VC a small calculators, can be realized 2,8,16. 10-band functions. interface with the system to bring their own calculators somewhat similar
    2022-03-17 09:23:55下载
    积分:1
  • 动力学定位
    本课题的针对小型水面无人艇的定位问题,确定无人艇的基本结构、尺寸和外观,进而设计控制系统,完成硬件选型,数据连接和传输方法,建立无人艇数学模型并确定一种智能控制方案,(This topic for small water unmanned boat location problem, the basic structure of unmanned craft, the size and appearance, and design of control system, complete the hardware selection, data connection and transmission method, to establish the mathematical model and determine an unmanned craft intelligent control scheme,)
    2019-04-25 09:46:57下载
    积分:1
  • ABS
    说明:  模拟仿真ABS,基于labview和carsim(ABSmod labview and carsim)
    2021-02-06 12:39:56下载
    积分:1
  • (一)功能要求: (1) 信息维护: 要求:学生信息数据要以文件的形式保存,能实现学生信息数据的维护。此模块包括子模块有:增加学生信息、删除学生信息、修...
    (一)功能要求: (1) 信息维护: 要求:学生信息数据要以文件的形式保存,能实现学生信息数据的维护。此模块包括子模块有:增加学生信息、删除学生信息、修改学生信息 (2) 信息查询:要求:查询时可实现按姓名查询、按学号查询 (3) 成绩统计:要求:A输入任意的一个课程名(如数学)和一个分数段(如60--70),统计出在此分数段的学生情况。 (4) 排序:能对用户指定的任意课程名,按成绩升序或降序排列学生数据并显示排序结果(使用表格的形式显示排序后的输出结果)(使用多种方法排序者,加分) -(1) functional requirements : (a) maintaining information : Request : Student data to information in the form of a document preservation, Students can achieve the maintenance of information and data. This module, including sub-modules are : increased student information, delete information of students, student information changes (2) Information : Request : inquiries can be realized by name inquiries, inquiries by the school, (3) results statistics : requirements : A importation of an arbitrary courses (such as mathematics) and a fraction of the (60-- 70), Statistics from the scores of the students of. (4) Scheduling : users can be designated to the arbitrary courses, and results by ascending or descending student data and sequenci
    2022-08-10 15:26:23下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载