Add the sparse autoencoder to the network traits.
This commit is contained in:
@@ -36,6 +36,11 @@ class NetworkTraits
|
||||
* This is true if the network is a convolutional neural network.
|
||||
*/
|
||||
static const bool IsCNN = false;
|
||||
|
||||
/**
|
||||
* This is true if the network is a sparse autoencoder.
|
||||
*/
|
||||
static const bool IsSAE = false;
|
||||
};
|
||||
|
||||
} // namespace ann
|
||||
|
||||
Reference in New Issue
Block a user