rbf核神经网络程序matlab程序.docVIP

  • 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

文档评论(0)

1亿VIP精品文档

相关文档