Package deepnetts.net

Enum Class NetworkType

java.lang.Object
java.lang.Enum<NetworkType>
deepnetts.net.NetworkType
All Implemented Interfaces:
Serializable, Comparable<NetworkType>, Constable

public enum NetworkType extends Enum<NetworkType>
Neural network architecture types. Supported neural network architecture types are FEEDFORWARD and CONVOLUTIONAL, and they are used for serialization and deserialization in JSON format.
Author:
Zoran Sevarac
See Also: