搜索结果

找到约 15 项符合 Perceptron 的查询结果

matlab例程 To estimate the input-output mapping with inputs x % and outputs y generated by the following nonli

To estimate the input-output mapping with inputs x % and outputs y generated by the following nonlinear, % nonstationary state space model: % x(t+1) = 0.5x(t) + [25x(t)]/[(1+x(t))^(2)] % + 8cos(1.2t) + process noise % y(t) = x(t)^(2) / 20 + 6 squareWave(0.05(t-1)) + 3 % + time varying measur ...
https://www.eeworm.com/dl/665/243516.html
下载: 35
查看: 1062

matlab例程 In this demo, I use the EM algorithm with a Rauch-Tung-Striebel smoother and an M step, which I ve r

In this demo, I use the EM algorithm with a Rauch-Tung-Striebel smoother and an M step, which I ve recently derived, to train a two-layer perceptron, so as to classify medical data (kindly provided by Steve Roberts and Will Penny from EE, Imperial College). The data and simulations are described in: ...
https://www.eeworm.com/dl/665/284186.html
下载: 122
查看: 1093

人工智能/神经网络 一个神经网络原型代码

一个神经网络原型代码,针对的例子为《Perceptron Learning》 (Russell & Norvig, 第742页)
https://www.eeworm.com/dl/650/363168.html
下载: 99
查看: 1022

matlab例程 %For the following 2-class problem determine the decision boundaries %obtained by LMS and perceptro

%For the following 2-class problem determine the decision boundaries %obtained by LMS and perceptron learning laws.
https://www.eeworm.com/dl/665/371501.html
下载: 167
查看: 1020

人工智能/神经网络 * Lightweight backpropagation neural network. * This a lightweight library implementating a neura

* Lightweight backpropagation neural network. * This a lightweight library implementating a neural network for use * in C and C++ programs. It is intended for use in applications that * just happen to need a simply neural network and do not want to use * needlessly complex neural network librar ...
https://www.eeworm.com/dl/650/380453.html
下载: 127
查看: 1065