Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boyangumn/DCN-New
/ types & classes
Types & classes
21 in github.com/boyangumn/DCN-New
⨍
Functions
173
◇
Types & classes
21
↓ 5 callers
Class
LogisticRegression
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 callers
Class
HiddenLayer
Theano_example_code/mlp.py:41
↓ 3 callers
Class
dA
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 callers
Class
LeNetConvPoolLayer
Pool Layer of a convolutional network
Theano_example_code/convolutional_mlp.py:42
↓ 2 callers
Class
RBM
Restricted Boltzmann Machine (RBM)
Theano_example_code/rbm.py:30
↓ 1 callers
Class
DBN
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 callers
Class
LogisticRegression
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 callers
Class
MLP
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 callers
Class
RNNSLU
elman neural net model
Theano_example_code/rnnslu.py:153
↓ 1 callers
Class
RnnRbm
Simple class to train an RNN-RBM from MIDI files and to generate sample sequences.
Theano_example_code/rnnrbm.py:177
↓ 1 callers
Class
SdA
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 callers
Class
cA
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
Class
HMC_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
Class
MNIST
mnist_loader.py:17
Class
SdC
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
Class
SdC_EMC
This class implements DCN with EMC clustering model
multi_layer_km.py:557
Class
SdC_KM
This class implements DCN with K-means clustering model
multi_layer_km.py:501
Class
SdC_MMC
multi_layer_km.py:602
Class
dA2
multi_layer_km.py:29
Class
dA_linear_hidden
multi_layer_km.py:217
Class
dA_linear_out
multi_layer_km.py:228