MCPcopy Create free account

hub / github.com/boyangumn/DCN-New / types & classes

Types & classes21 in github.com/boyangumn/DCN-New

↓ 5 callersClassLogisticRegression
Multi-class Logistic Regression Class The logistic regression is fully described by a weight matrix :math:`W` and bias vector :math:`b`. Clas
Theano_example_code/logistic_sgd.py:52
↓ 4 callersClassHiddenLayer
Theano_example_code/mlp.py:41
↓ 3 callersClassdA
Denoising Auto-Encoder class (dA) A denoising autoencoders tries to reconstruct the input from a corrupted version of it by projecting it fir
Theano_example_code/dA.py:54
↓ 2 callersClassLeNetConvPoolLayer
Pool Layer of a convolutional network
Theano_example_code/convolutional_mlp.py:42
↓ 2 callersClassRBM
Restricted Boltzmann Machine (RBM)
Theano_example_code/rbm.py:30
↓ 1 callersClassDBN
Deep Belief Network A deep belief network is obtained by stacking several RBMs on top of each other. The hidden layer of the RBM at layer `i`
Theano_example_code/DBN.py:19
↓ 1 callersClassLogisticRegression
Multi-class Logistic Regression Class The logistic regression is fully described by a weight matrix :math:`W` and bias vector :math:`b`. Clas
Theano_example_code/logistic_cg.py:51
↓ 1 callersClassMLP
Multi-Layer Perceptron Class A multilayer perceptron is a feedforward artificial neural network model that has one layer or more of hidden un
Theano_example_code/mlp.py:115
↓ 1 callersClassRNNSLU
elman neural net model
Theano_example_code/rnnslu.py:153
↓ 1 callersClassRnnRbm
Simple class to train an RNN-RBM from MIDI files and to generate sample sequences.
Theano_example_code/rnnrbm.py:177
↓ 1 callersClassSdA
Stacked denoising auto-encoder class (SdA) A stacked denoising autoencoder model is obtained by stacking several dAs. The hidden layer of the
Theano_example_code/SdA.py:51
↓ 1 callersClasscA
Contractive Auto-Encoder class (cA) The contractive autoencoder tries to reconstruct the input with an additional constraint on the latent s
Theano_example_code/cA.py:53
ClassHMC_sampler
Convenience wrapper for performing Hybrid Monte Carlo (HMC). It creates the symbolic graph for performing an HMC simulation (using `hmc_move`
Theano_example_code/hmc/hmc.py:308
ClassMNIST
mnist_loader.py:17
ClassSdC
class SdC, main class for deep-clustering network, constructed by stacking multiple dA2 layers. It is possilbe to initialize the network wi
multi_layer_km.py:238
ClassSdC_EMC
This class implements DCN with EMC clustering model
multi_layer_km.py:557
ClassSdC_KM
This class implements DCN with K-means clustering model
multi_layer_km.py:501
ClassSdC_MMC
multi_layer_km.py:602
ClassdA2
multi_layer_km.py:29
ClassdA_linear_hidden
multi_layer_km.py:217
ClassdA_linear_out
multi_layer_km.py:228