You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DMN class should compile a tensor graph. That way, getting the output, pooling, and propagating data will not be evaluated
until the end. This is the more efficient way to use TensorFlow.
About
Density Matrix Network: A supervised PCA network that can replace convolutional or dense layers in a neural network.