Exemple #1
0
 def _computeStatistics(self):
     Amari._computeStatistics(self)
     self._previous_gradient = self._last_gradient.copy()
Exemple #2
0
 def _computeStatistics(self):
     Amari._computeStatistics(self)
     self._previous_gradient = self._last_gradient.copy()
Exemple #3
0
 def _additionalInit(self):
     Amari._additionalInit(self)
     self._previous_gradient = ones(self.paramdim)
Exemple #4
0
 def _additionalInit(self):
     Amari._additionalInit(self)
     self._previous_gradient = ones(self.paramdim)