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

com.expleague.ml.models.nn.NeuralNetwork Maven / Gradle / Ivy

There is a newer version: 1.4.9
Show newest version
package com.expleague.ml.models.nn;

import com.expleague.commons.math.vectors.Vec;

public interface NeuralNetwork {
  Out apply(In input);
  Vec weights();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy