Inc mathe html neural networks and fuzzy logic neural networks and fuzzy logic valluru
C++ Neural Networks and Fuzzy Logic:Backpropagation
}
C++ Neural Networks and Fuzzy Logic:Backpropagation
|
|---|
The following is a listing of the functions in the layer.cpp file along with a brief statement of each one's purpose.
•void set_training(const unsigned &) Sets the value of the private data member, training; use 1 for training mode, and 0 for test mode.
•void read_weights(FILE *) This routine is used to read weights into the network from a file.
•void list_weights() This routine can be used to list weights while a simulation is in progress. •void write_outputs(FILE *) This routine writes the outputs of the network to a file.
•int fill_IObuffer(FILE *) This routine fills the internal IO buffer with data from the training or test data sets.
•void set_up_pattern(int) This routine is used to set up one pattern from the IO buffer for training.
file:///H:/edonkey/docs/c/(ebook-pdf)%20-%20mathem..._Neural_Networks_and_Fuzzy_Logic/ch07/163-172.html (1 of 8) [21/11/02 21:57:31]


