Coder Social home page Coder Social logo

drbm_project's Introduction

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.

drbm_project's People

Contributors

abyoussef avatar

Stargazers

Jahel Santiago Leon avatar  avatar  avatar Ray_78516 avatar  avatar TANGTANGTANG avatar  avatar TING JIN  avatar  avatar LambdaX avatar Masataka Nakajima avatar  avatar Jiang Runqiang avatar  avatar mozihua avatar 7aughing avatar  avatar sunyuxi avatar  avatar Xiaokang Fu avatar  avatar Qing Li avatar  avatar  avatar moon avatar  avatar  avatar Jingk avatar  avatar Dhruv Malik avatar Robert Kwapich avatar  avatar Jiawen Wu avatar  avatar Evan Hou avatar lihy96 avatar LeeWei4939 avatar TrungNT avatar

Watchers

James Cloos avatar justiceli avatar Junichiro "Jack" N avatar  avatar Robert Kwapich avatar  avatar

drbm_project's Issues

some problems in 'Code/MDBMCode/run_flickr_multimodal_dbm.py'

line77: binary_output = utilities.sample_prob(hprobs, np.random.rand(data.shape[0], joint_representation_units))
the variable 'hprobs' and 'data' are not defined.

line118: labeled = np.concatenate((labeled1, labeled2, labeled3), axis=0)
the variable 'labeled' is not used in the code.

line123: shuff = zip(train_set, train_ref)
the variable 'train_set' and 'train_ref' are not defined.

Could you tell me how to solve these problem? Thank you!

rbm.py run error

Hi, when run project, I found some self parameter have no definition in RBM.py , about three

  1. In def _train_mode function, "self._run_validation_error_and_summaries" can not definition

  2. In build_model function, "self.compute_regularization" and " self._create_cost_function_node"
    can not find definition.

I will appreciate for your reply.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.