Class NeuralNetworkModel
java.lang.Object
org.episteme.natural.computing.ml.Model
org.episteme.natural.computing.ml.NeuralNetworkModel
- All Implemented Interfaces:
Serializable, UniversalDataModel
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:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Model
addDataField, addMiningField, getDataFields, getMetadata, getMiningFields, getModelType, getName, getQuantities, getTrait, setName, setTraitMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface UniversalDataModel
validate
-
Constructor Details
-
NeuralNetworkModel
public NeuralNetworkModel() -
NeuralNetworkModel
-
-
Method Details
-
addLayer
-
getLayers
-