搜索资源列表
MatlabNeuralNetworkToolboxUsage
- 书名为《Matlab神经网络工具箱应用简介》。通过阅读这篇文档即能对Matlab中的神经网络工具箱的使用有所了解。-book entitled "Neural Networks Toolbox Matlab Application Profile." By reading this document that is able to Matlab neural network toolbox is the use of understanding.
MATLABVC
- 应用MATLAB工具箱在VC++中实现神经网络的程序设计
matlab神经网络工具箱使用介绍
- matlab神经网络工具箱使用介绍,相当全面
Matlab神经网络工具箱函数2010
- 介绍了Matlab下神经网络的创建,训练等实用型函数的使用参数说明
Neural Network Toolbox User's Guide
- Neural Network Toolbox User's Guide MATLAB神经网络工具箱用户手册
Matlab的神经网络工具箱实用指南
- 使用神经网络进行图像的边缘提取,效果很好,可以借鉴 文章摘要:第一章是神经网络的基本介绍,第二章包括了由工具箱指定的有关网络结构和符号的基本材料以及建立神经网络的一些基本函数,例如new、init、adapt和train。第三章以反向传播网络为例讲解了反向传播网络的原理和应用的基本过程。
Matlab_and_auto_adapted_neural_network_fuzzy_reaso
- 本书着重介绍MATLAB在工程数据数学处理中应用的基础知识和计算方式,其内容涉及MATLAB主包和部分工具箱内容。本书另外涉及MATLAB系统的模糊逻辑工具箱的自适应神经网络模糊推理系统,对自适应神经网络模糊推理系统的数学原理、功能使用和程序调用进行了较详细的论述。-This book focuses on MATLAB mathematical treatment in the application of engineering data, the basic knowledge and m
BP
- BP神经网络matlab实现和matlab工具箱使用实例-Implementation of BP neural network and matlab toolbox use cases
Intelligent-predictive-by--MATLAB
- 《智能预测控制及其MATLAB实现(第2版)》系统地论述了神经网络控制、模糊逻辑控制和模型预测控制的基本概念、工作原理、控制算法,以及利用MATLAB语言、MATLAB工具箱函数和Simulink对其实现的方法。该书取材先进实用,讲解深入浅出,各章均有相应的例题,并提供了大量用MATLAB/Simulink实现的仿真实例,便于读者掌握和巩固所学知识。-Intelligent predictive control and MATLAB (2nd edition) described the neu
Matlab-BP
- :根据公交站点客流集散量,选用合适的BP神经网络构建公交车辆调度形式的神经网络预报 模型.运用BP神经网络Matlab工具箱设计的基本方法与过程,将BP网络模型引入公交车辆的调 度方案研究,计算结果表明,BP模型应用于公交车辆调度形式预测中具有较高的预测精度和良好 的泛化能力-according to the bus station passenger flow distribution quantity, choose suitable BP neural network cons
Neural-net-matlab-program-toolbox
- 神经网络算法模型,有程序和工具箱介绍,Matlab神经网络工具箱应用简介-Neural network (including the matlab program and Matlab toolbox
28503861gaot
- matlab 神经网络工具箱 gaot 所有的文件 直接放到matlab 路径 toolsbox 下就行-matlab neural network toolbox gaot all the files on the line directly into the the matlab path toolsbox under
MATLAB-ANN-Tools
- matlab 的人工神经网络工具箱使用教程,引用请注明出处,-matlab ANN
matlab-NN
- 入门教程,介绍matlab中的神经网络工具箱的应用-Tutorial on matlab neural network toolbox application
Matlab-neural-network-tutorial
- 关于matlab神经网络工具箱的学习笔记及教程,非常详细-a particular note and tutorial about matlab neural netwoek
the-neural-network-toolbox-in-MATLAB
- MATLAB下神经网络工具箱的开发和应用帮助文档-Development and application of the neural network toolbox MATLAB help documentation
拟合神经网络数学建模
- 4. 曲线拟合的用户图形界面求法 Matlab 工具箱提供了命令cftool,该命令给出了一维数据拟合的交互式环境。具体 执行步骤如下: (1)把数据导入到工作空间; (2)运行cftool,打开用户图形界面窗口; (3)对数据进行预处理; (4)选择适当的模型进行拟合; (5)生成一些相关的统计量,并进行预测。 分类: 数学建模
Matlab语言在抗震工程中的应用_徐赵东
- 本书的主要内容包括:对MATLAB语言的数值计算、Simulink工具箱、神经网络工具箱和模糊工具箱的介绍,以及利用这些工具箱对建筑结构抗震工程中的一些实际问题进行研究分析和编程计算。本书侧重于介绍MATLAB语言在建筑结构抗震工程中的实际应用,涉及了科学计算、动态仿真、图形处理、神经网络和模糊控制。(The main contents of this book include the introduction of numerical calculation of MATLAB languag
CNN代码解析-matlab工具箱
- 卷积神经网络CNN的代码解析文档,可以辅助了解CNN的MATLAB程序实现过程