- 21
- 0
- 约1.84万字
- 约 17页
- 2017-12-17 发布于河南
- 举报
rbf核神经网络程序matlab程序
#include RadialBasisNetwork.h
#include Exception.h
#include Matrix.h
#include File.h
using namespace std;
namespace annie
{
/** Creates a Radial basis function network. All the outputs will have a bias.
* @param inputs Number of inputs taken in by the network
* @param centers Number of centers the network has. Each center will be
* an inputs-dimensional point
* @param outputs The number of outputs given by the neuron. All of them will have
* a bias
*/
RadialBasisNetwork::RadialBasisNetwork(int inputs, int centers, int outputs, real (*CenterArray)[1024]) : Network(inputs,o
您可能关注的文档
最近下载
- 统编版(新教材)小学六年级语文下册期中检测试卷.docx VIP
- 搅拌釜式反应器设计.doc VIP
- 食堂管理考核标准及实施细则.docx VIP
- 中国低空经济理论逻辑与战略路径露.docx
- 国家广播电视总局直属事业单位招聘笔试真题2024.docx VIP
- 天际蓝海低空经济产业全景与未来投资蓝图.docx
- 2008款凯迪拉克SLS_汽车使用手册用户操作图解驾驶指南车主车辆说明书电子版.pdf
- JG-T287-2013:保温装饰板外墙外保温系统材料.pdf
- 2024版Gemini for Google Workspace 提示词指南101 英文版.pdf VIP
- 【二下语文】五一假期练习.docx VIP
原创力文档

文档评论(0)