Description: # Include iostream.h# Include iomanip.h# Define N 20// learning sample number# Define IN 1// input layer neurons in the number# Define HN 8// hidden layer neuron The number# define ON 1// output layer neuron number of double P [IN]// single sample input data double T [ON]// single sample data teachers double W [HN] [IN]// input layer to hidden layer weight double V [ON] [HN]// hidden layer to output layer weights double X [HN]// hidden layer input double Y [ON]// output layer input double H [HN]// hidden layer output
To Search:
- [IOstream] - C convention open files and shut down op
- [bp] - BP neural network source code, a very go
- [VC++bp+rbf] - With VC++ Realize, and eight kinds of su
- [bp] - Introduction bp neural network knowledge
- [BP] - bp the concrete practice of neural netwo
File list (Check if you may need any files):
bp.c