Package com.greentea.relaxation.algorithms.backprop

Examples of com.greentea.relaxation.algorithms.backprop.MultilayerPerceptronAlgorithm


      });
      possibleAlgorithms.put(AlgorithmId.MultilayerPerceptron, new IAlgorithmFactory()
      {
         public LearningAlgorithm createAlgorithm()
         {
            return new MultilayerPerceptronAlgorithm();
         }
      });

      algorithmComponents.put(AlgorithmId.LogRegression, new INetworkComponentFacory()
      {
View Full Code Here

TOP

Related Classes of com.greentea.relaxation.algorithms.backprop.MultilayerPerceptronAlgorithm

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.