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

jotSRakhra.NeuralNetwork.1.0.2.source-code.module-info Maven / Gradle / Ivy

The newest version!
/**
 * A simple implementation of Neural network that can be used for basic AI.
 * It can have n hidden layers and custom activation functions.
 */
module io.github.NavjotSRakhra.neuralNetwork {
    exports io.github.NavjotSRakhra.neuralNetwork;
    exports io.github.NavjotSRakhra.neuralNetwork.activation;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy