Package me.damoebe.architectures
Klasse Network
java.lang.Object
me.damoebe.architectures.Network
- Bekannte direkte Unterklassen:
DecoderTransformer,FFNetwork,S2STransformer
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungabstract voidinsertInput(List<Double> input) static FFNetworkloadNetworkFromJson(String path, Class targetClass) Loads a FFNetwork from a JSON filebooleanloadToJsonFile(File file) Loads the FFNetwork Object to a json fileabstract voidabstract void
-
Konstruktordetails
-
Network
public Network()
-
-
Methodendetails
-
train
-
getOutput
-
insertInput
-
updateAllActivations
public abstract void updateAllActivations() -
loadNetworkFromJson
Loads a FFNetwork from a JSON file- Parameter:
path- The path to the json filetargetClass- The subclass that is used to construct the object- Gibt zurück:
- A FFNetwork subclass Object
- Löst aus:
Exception- If the file is not compatible with the target class
-
loadToJsonFile
-