搜索资源列表

  1. 《MATLAB 神经网络43个案例分析》

    0下载:
  2. 各种神经网络案例 分析教程以及数据,能够为MATLAB爱好者提供很好的方便(matlab artificial neural network)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:889856
    • 提供者:abiang
  1. Visual+C++网络编程开发与实战

    0下载:
  2. vc++网络编程开发()
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-23
    • 文件大小:61223936
    • 提供者:zq19970829
  1. BP神经网络

    0下载:
  2. BP(back propagation)神经网络是1986年由Rumelhart和McClelland为首的科学家提出的概念,是一种按照误差逆向传播算法训练的多层前馈神经网络,是目前应用最广泛的神经网络。(BP (back propagation) neural network was founded in 1986 by Rumelhart and McClelland, led by the scientists put forwa
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:8192
    • 提供者:Ambers
  1. 《MATLAB神经网络仿真与应用》源程序

    0下载:
  2. matlab神经网络法仿真与应用方面的程序,m语言(Neural network procedures)
  3. 所属分类:书籍源码

    • 发布日期:2024-05-23
    • 文件大小:18432
    • 提供者:yingqi0211
  1. 卷积神经网络

    0下载:
  2. 建立卷积神经网络;使用训练样本对卷积神经网络进行训练;使用测试样本对卷积神经网络进行测试;卷积神经网络的前向计算过程;计算目标函数值,以及目标函数对权值和偏置的偏导数;更新网络的权值和偏置。(A convolutional neural network; convolutional neural network is trained using the training samples; test the convolutional n
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-23
    • 文件大小:5120
    • 提供者:涛声袅袅
  1. 01-第一课 神经网络和深度学习

    0下载:
  2. 吴恩达人工智能课程,第一课神经网络和深度学习的课后练习题以及答案(The Andrew Ng artificial intelligence course, the first lesson of the neural network and the intensive study exercises and the answers)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-23
    • 文件大小:19458048
    • 提供者:henry_xiong
  1. 02-第二课 改善深层神经网络

    0下载:
  2. 吴恩达人工智能课程,第二课 改善深层神经网络的课后练习题以及答案(Andrew Ng artificial intelligence course, second lesson to improve the deep neural network after class exercises and answers)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-23
    • 文件大小:55261184
    • 提供者:henry_xiong
  1. 飘零网络验证源码

    0下载:
  2. 本源码主要运用于数据转换和网络验证类的使用(Mainly used in data conversion and network validation)
  3. 所属分类:易语言编程

    • 发布日期:2024-05-23
    • 文件大小:58368
    • 提供者:huhansanA
  1. bp神经网络

    0下载:
  2. 根据Ecotect 模拟的12种不同的建筑形状进行能量分析,数据集包括768个样本和8个特征属性,旨在预测房屋的热负荷和冷负荷。BP神经网络(According to the 12 different building shapes simulated by Ecotect, we carry out energy analysis. The dataset includes 768 samples and 8 characterist
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-23
    • 文件大小:113664
    • 提供者:洛洛123
  1. 案例1 BP神经网络的数据分类-语音特征信号分类

    0下载:
  2. 前馈循环神经网络,用于处理语音识别,里面是matlab源代码,以及实例。学习神经网络算法很有帮助。(Feed forward recurrent neural network for speech recognition, which is the matlab source code, and an example. Learning neural network algorithms is very helpful.)
  3. 所属分类:其他小程序

  1. 仿真神经网络层次分析

    0下载:
  2. 有关神经网络,随机森林,支持向量机的一些例子还有资料(Some examples of neural networks, random forests, support vector machines and information)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-23
    • 文件大小:56670208
    • 提供者:风香
  1. 基于BP网络的个人信贷信用评估

    0下载:
  2. 基于BP网络的个人信贷信用评估,使用MATLAB来实现(Credit evaluation of personal credit based on BP network)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-23
    • 文件大小:30720
    • 提供者:Yin℃
  1. MATLAB神经网络30个案例分析源程序

    0下载:
  2. 此段代码是关于matlab神经网络中,bp型神经网络的参考代码(This section of code is the reference code for the MATLAB neural network, BP neural network)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-23
    • 文件大小:5535744
    • 提供者:liuchen1997
  1. Matlab实现神经网络

    0下载:
  2. 神经网络的简单数据训练的程序,通过训练数据生成符合数据的神经网路(A simple data training program for neural networks that generates neural networks that match data through training data.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:2048
    • 提供者:挂机
  1. 案例3 遗传算法优化BP神经网络-非线性函数拟合

    0下载:
  2. 直接可用的matlab代码,用神经网络解决非线性函数拟合问题(Direct available matlab code to solve nonlinear function fitting problem by neural network)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:53248
    • 提供者:东来东往CT
  1. 实验55 网络通信实验

    0下载:
  2. 通过网络通信的实验基于STM32的开发平台进行网络通信实验(Network communication experiment based on STM32 development platform for network communication experiment)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-23
    • 文件大小:2463744
    • 提供者:johson
  1. bp神经网络学习报告

    0下载:
  2. 用于学习bp神经网络的例子,里边附有代码(bp netural network which can help you study bp network)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-23
    • 文件大小:472064
    • 提供者:2014141012
  1. 基于卷积神经网络的手写汉字识别

    0下载:
  2. 基于卷积神经网络的手写汉字识别_matlab版本_可以识别509类手写汉字(Based on the _ handwritten Chinese characters recognition _matlab version convolutional neural network can identify 509 kinds of handwritten Chinese characters)
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-23
    • 文件大小:17969152
    • 提供者:丽丽6663142
  1. CC网络验证3.4

    0下载:
  2. 学习pj网络验证Learning PJ network validation(Learning PJ network validation)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-23
    • 文件大小:144384
    • 提供者:mess
  1. 人工神经网络感知器

    0下载:
  2. matlab建立感知器。建立一个感知器,对感知器神经网络进行仿真.修正感知器神经网络.(The establishment of MATLAB sensor. The establishment of a sensor, simulation of the perceptron neural network. Modified perceptron neural network.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-23
    • 文件大小:3072
    • 提供者:wang903039690
« 1 2 ... 43 44 45 46 47 4849 50 »

源码中国 www.ymcn.org