Function Approximation Using Neural Network Without using Toolbox

版本 1.0.0.0 (117.9 KB) 作者: Alireza
This code implements the basic backpropagation of error learning algorithm
10.6K 次下载
更新时间 2016/5/4

查看许可证

This code implements the basic back propagation of error learning algorithm. the network has tanh hidden neurons and a linear output neuron, and applied for predicting y=sin(2pix1)*sin(2pix2).
We didn't use any feature of neural network toolbox.

引用格式

Alireza (2024). Function Approximation Using Neural Network Without using Toolbox (https://www.mathworks.com/matlabcentral/fileexchange/17355-function-approximation-using-neural-network-without-using-toolbox), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2007a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

mlp/

版本 已发布 发行说明
1.0.0.0

BSD License