List of usage examples for org.deeplearning4j.optimize.api IterationListener interface-usage
From source file com.javafxpert.neuralnetviz.model.ModelListener.java
/** * Created by jamesweaver on 6/28/16. */ public class ModelListener implements IterationListener { private static final Logger log = LoggerFactory.getLogger(ModelListener.class); private List<Map<String, List<Double>>> meanMagHistoryParams = new ArrayList<>(); //1 map per layer; keyed by new param name
From source file org.audiveris.omr.classifier.TrainingMonitor.java
/** * Monitoring interface about the training status of a classifier. */ public interface TrainingMonitor extends IterationListener { //~ Methods ------------------------------------------------------------------------------------
From source file org.ensor.fftmusings.atrain.ScoreIterationListener.java
/** * Score iteration listener * * @author Adam Gibson */ public class ScoreIterationListener implements IterationListener {
From source file org.ensor.fftmusings.autoencoder.ScoreIterationListener.java
/** * Score iteration listener * * @author Adam Gibson */ public class ScoreIterationListener implements IterationListener {
From source file org.ensor.fftmusings.rnn.qft.ScoreIterationListener.java
/** * Score iteration listener * * @author Adam Gibson */ public class ScoreIterationListener implements IterationListener {
From source file org.knime.ext.dl4j.base.nodes.learn.view.UpdateLearnerViewIterationListener.java
/**
* Implementation of {@link IterationListener} using a {@link AbstractDLLearnerNodeModel} for score reporting and view
* communication. Also updates the score of the learner node model.
*
* @author David Kolb, KNIME.com GmbH
*/
From source file regression.reinforce.MemoIterationListener.java
/** * Created by jspw4161 on 21/04/16. */ public class MemoIterationListener implements org.deeplearning4j.optimize.api.IterationListener { /*
From source file weka.dl4j.FileIterationListener.java
/**
* Class for listening to performance stats and writing them to a file.
*
* @author Christopher Beckham
*
* @version $Revision: 11711 $