mirror of
https://github.com/BlackLight/neuralpp.git
synced 2025-07-26 15:18:54 +02:00
Fixing more and more
This commit is contained in:
parent
25996a5e70
commit
73f13abb56
2 changed files with 57 additions and 53 deletions
include
|
@ -50,8 +50,7 @@ namespace neuralpp {
|
|||
int epochs;
|
||||
int ref_epochs;
|
||||
double l_rate;
|
||||
//double ex;
|
||||
std::vector<double> ex;
|
||||
std::vector<double> expect;
|
||||
|
||||
/**
|
||||
* @brief It updates the weights of the net's synapsis through back-propagation.
|
||||
|
@ -71,7 +70,7 @@ namespace neuralpp {
|
|||
* @param ex Expected value
|
||||
* @return Mean error
|
||||
*/
|
||||
double error(double ex) const;
|
||||
double error (double ex);
|
||||
|
||||
/**
|
||||
* @brief Private pointer to function, containing the function to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue