• Define the weight matrix W, V and threshold matrix b1, b2. W is the weight matrix between the input layer and the hidden layer, and V is the weight matrix between the hidden layer and the output layer, and b1 is the threshold matrix of hidden layer, and b2 is the threshold matrix of output layer. Define the input vector, output layer data, learning rate, square error e and the normalized ratio coefficient in_rate and so on.