BP网络函数逼近
题目要求
选择第三题
流程图
C++源代码
///////////////////////////////////////////////////
///////函数逼近第(3)小题z1=cos(xy)
/////// z2=sinxcosy
//////////////////////////////////////////////////
////////运用三层BP神经网络,节点数为2-3-2////////////////////////
//////////////////////头文件/////////////////////
#include <iostream.h>
#include <time.h>
#include <math.h>
#include <stdlib.h>
#include <fstream.h>
/////////////////////定义全局变量//