中文说明: 请用多层感知器(MLP)神经网络误差反向传播(BP)算法实现异或问题,并画出学习曲线。其中,非线性函数采用S型Logistic函数。
English Description:
&Please use MLP neural network error back propagation (BP) algorithm to solve XOR problem and draw learning curve. S-type logistic function is used as the nonlinear function.