Welcome to pydbm’s documentation!¶
Contents:
- Deep Learning Library: pydbm
- Documentation
- Installation
- Description
- The structure of RBM.
- The learning equations of RBM.
- Contrastive Divergence as an approximation method.
- The structure of DBM.
- DBM as a Stacked Auto-Encoder.
- Structural expansion for RTRBM.
- Structural expansion for RNN-RBM.
- Structural expansion for LSTM-RTRBM.
- Structural expansion for Shape-BM.
- The Commonality/Variability Analysis in order to practice object-oriented design.
- Functionally equivalent: Encoder/Decoder based on LSTM.
- Functionally equivalent: Convolutional Auto-Encoder.
- Structural expansion for Convolutional LSTM(ConvLSTM).
- Structural expansion for Spatio-Temporal Auto-Encoder.
- Structural extension from Auto-Encoders and Encoder/Decoders to energy-based models and Generative models.
- Composition and Correspondence in this library
- Usecase: Building the Deep Boltzmann Machine for feature extracting.
- Usecase: Extracting all feature points for dimensions reduction(or pre-learning)
- Usecase: Building the RTRBM for recursive learning.
- Usecase: Building the RNN-RBM for recursive learning.
- Usecase: Building the LSTM-RTRBM for recursive learning.
- Usecase: Image segmentation by Shape-BM.
- Usecase: Casual use by facade for building Encoder/Decoder based on LSTM.
- Usecase: Build Encoder/Decoder based on LSTM or ConvLSTM as a reconstruction model.
- Usecase: Build Convolutional Auto-Encoder.
- Usecase: Build Spatio-Temporal Auto-Encoder.
- Usecase: Build Optimizer.
- Usecase: Tied-weights.
- Usecase: Build and delegate image generator.
- Usecase: Save and load the pre-learned parameters in computation graphs.
- References
- Deep Boltzmann machines.
- Encoder/Decoder schemes with an Attention mechanism.
- Auto-Encoders.
- Generative Adversarial Networks(GANs).
- Unsupervised / Supervised pre-training
- Representations learning.
- Semi-supervised learning.
- Deep Embedded Clustering.
- Optimizations.
- Algorithms, Arithmetic, and Regularizations
- Related PoC
- More detail demos
- Author
- Author URI
- License
- pydbm package
- Subpackages
- Submodules
- pydbm.params_initializer module
- pydbm.synapse_list module
- Module contents