Documentation of 'org.neuroph.util.benchmark.MyBenchmarkTask' Java class
MyBenchmarkTask
org.neuroph.util.benchmark

Class MyBenchmarkTask



  • public class MyBenchmarkTask
    extends BenchmarkTask
    This class is example of custom benchmarking task for Multi Layer Perceptorn network Note that this benchmark only measures the speed at implementation level - the speed of data flow forward and backward through network
    • Constructor Detail

      • MyBenchmarkTask

        public MyBenchmarkTask(java.lang.String name)
    • Method Detail

      • prepareTest

        public void prepareTest()
        Benchmrk preparation consists of training set and neural networ creatiion. This method generates training set with 100 rows, where every row has 10 input and 5 output elements Neural network has two hiddden layers with 8 and 7 neurons, and runs learning rule for 2000 iterations
        Specified by:
        prepareTest in class BenchmarkTask
      • runTest

        public void runTest()
        Description copied from class: BenchmarkTask
        This method should hold the code to benchmark
        Specified by:
        runTest in class BenchmarkTask

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.