搜索资源列表
bpnet
- 用MATLAB实现二层bp神经网络的计算。可以改变阈值和权值以改进算法,并可以将该方法推广到多层网络。-Using MATLAB to achieve the second floor bp neural network computing. Can change the threshold value and weight to improve the algorithm and the method can be extended to the multi-layer network.
neural-network-training-for-XOR
- 一个简单的神经网络训练,一个二层的神经网络实现异或的功能-A simple neural network training, a different layer of the neural network function or
PSO_BP
- 粒子群优化算法应用于神经网络优化程序。分为无隐含层、一隐含层、二隐含层。运行DemoTrainPSO.m即可-Particle swarm optimization applied to neural network optimization program. No hidden layer is divided into a hidden layer, two hidden layers. You can run DemoTrainPSO.m
4floorearthquake
- 近年来,随着各国大地震的接连发生,对人类的生命财产造成了巨大的损失,高层建筑的隔震抗震引起了广泛关注。因此,在实际结构中对与建筑隔震性能的研究具有重要的意义。本文提出依次采用扩展卡尔曼识别结构响应和最小二乘识别未知激励的方法,对隔震层的无模型非线性特性进行识别。首先是在小地震线性情况下识别出结构参数刚度和阻尼,然后在大地震下对隔震特性进行识别。算例表明,该方法对已知地震激励下的隔震结构,其非线性特性的识别具有较高的精度。这样可通过结构迟滞力的变化,对结构的隔震性能进行有效的识别。-Recentl
ex2
- 用matlab计算其经样本和BP算法,含有二层隐含层,一个输出层-Using matlab to calculate the sample and the BP algorithm, containing the second floor of the hidden layer, and an output layer
jdifjdf
- 含有一个隐含层的BP网络,本人模式识别期末作业,带有详细注释,适合初学者,对数据进行二分类,并且含有文档。-BP contains a hidden layer of the network, I pattern recognition final assignment, with detailed notes, suitable for beginners, binary data, and contains documentation.
nn_classification
- 使用单隐层神经网络进行二分类 使用python语言,先生成一个数据集,无法(但尝试)用logistic回归对数据集进行二分类,最后使用单隐层神经网络对数据集进行分类(classify a dataset with a 3-dimensional hidden layer)
8850652
- 程序实现的是二层BP网络,通过从文件中读入数据来构建网络,同时读入对应的样本进行学习,测试 ε 0 09 变量为max_e()
som算法
- 机器学习中的som算法,用来聚类分析的,代码中 :param X: 形状是N*D, 输入样本有N个,每个D维 :param output: (n,m)一个元组,为输出层的形状是一个n*m的二维矩阵 :param iteration:迭代次数 :param batch_size:每次迭代时的样本数量 初始化一个权值矩阵,形状为D*(n*m),即有n*m权值向量,每个D维
CNN
- 卷积神经网络分类 调制信号识别 卷积神经网络(Convolutional Neural Networks, CNN)是一类包含卷积计算且具有深度结构的前馈神经网络(Feedforward Neural Networks),是深度学习(deep learning)的代表算法之一 [1-2] 。卷积神经网络具有表征学习(representation learning)能力,能够按其阶层结构对输入信息进行平移不变分类(shift-invariant classification),因此也被称