Class NeuralNetworkModel

java.lang.Object
org.episteme.natural.computing.ml.Model
org.episteme.natural.computing.ml.NeuralNetworkModel
All Implemented Interfaces:
Serializable, UniversalDataModel

public class NeuralNetworkModel extends Model
Represents a neural network model.

This model wraps the modern tensor-based neural network architecture from episteme-core with persistent capabilities.

Since:
2.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • Constructor Details

    • NeuralNetworkModel

      public NeuralNetworkModel()
    • NeuralNetworkModel

      public NeuralNetworkModel(String name)
  • Method Details

    • addLayer

      public void addLayer(Layer<?> layer)
    • getLayers

      public List<Layer<?>> getLayers()