simple-neural-network
simple-neural-network copied to clipboard
error when get the output delta value???
when calculate the output delta value, it should be==> pd_errors_wrt_output_neuron_total_net_input[h] = self.output_layers.neurons[h].calculate_pd_error_wrt_output(training_outputs[h])*self.output_layers.neurons[h].calculate_pd_total_net_input_wrt_input() or change the function calculate_pd_error_wrt_output() ??