All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.chen0040.mlp.functions.TransferFunction Maven / Gradle / Ivy

There is a newer version: 1.0.6
Show newest version
package com.github.chen0040.mlp.functions;


import com.github.chen0040.mlp.ann.MLPLayer;
import com.github.chen0040.mlp.ann.MLPNeuron;


/**
 * Created by xschen on 21/8/15.
 */
public interface TransferFunction {
    double calculate(MLPLayer layer, int j);

    double gradient(MLPLayer layer, int j);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy