•
void randomize_weights() At the beginning of the training process, this routine is used to
randomize all of the weights in the network.
•
void update_weights(const float) As part of training, weights are updated according to the
learning law used in backpropagation.
•
void write_weights(FILE *) This routine is used to write weights to a file.
•
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.
•
void list_outputs() This routine can be used to list the outputs of the network while a simulation
is in progress.
Do'stlaringiz bilan baham: |