/DRBM_Project

Learning joint representation with a Multimodal Deep Boltzmann Machine

Primary LanguageJupyter Notebook

Multimodal Deep Boltzmann Machine:

This is the code of my project joint representation using multimodal Deep Boltzmann Machines. It is realized in the course of Probabilistic Graphical Model and the course Object Recognition and Computer Vision in the MVA Master.

The goal is to implement a Multi-DBM model with Tensorflow. This is inspired from the paper of Nitish Srivastava et al appeared at NIPS2012.

In the code directory, you can find :

  • MDBMCode is an implementation of the Multimodal Deep Boltzmann Machine on the top of Deep_Learning_Tensorflow library.

  • txtGen is the code for generating tags to images without annotations.

  • TrainingLog.txt is the log of my training.