Git Product home page Git Product logo

crbm's Introduction

cRBM

rCHL is a C implementation of a Restricted Boltzmann Machine [1]. In addition, we have implemented a Non-negative Matrix Factorization algorithm based on the RBM implementation (see [2] for more details). The current implementation uses the PCG random number generator [3] (http://www.pcg-random.org/)

The repo is organized as follows:

├── bin
├── data
│   └── plot_rfs.py  -- Plot the receptive fields
├── include
│   ├── pcg_basic.h  -- Random Number Generator
│   └── rbm.h
├── LICENSE
├── Makefile
├── obj
├── README.md
├── run.sh
└── src
    ├── examples.c
    ├── functions.c
    ├── load_data.c
    ├── main.c
    ├── pcg_basic.c
    └── rbm.c

Platform Information

Linux #1 SMP PREEMPT Wed Jul 5 18:23:08 CEST 2017 x86_64 GNU/Linux

Hardware Information

model name : Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz vendor_id : GenuineIntel

Compiler Information

gcc (GCC) 7.1.1 20170630

References

  1. Paul Smolensky, "Information processing in dynamical systems: Foundations of harmony theory", 1986.

  2. Nguyen Tu Dinh, Tran Truyen, Phung Dinh and Venkatesh Svetha, "Learning parts-based representations with nonnegative restricted boltzmann machine", Asian Conference on Machine Learning, 133--148, 2013.

  3. Melissa E. O'Neill, "PCG: A Family of Simple Fast Space-Efficient Statistically Good Algorithms for Random Number Generation", Harvey Mudd College, Claremont, CA, HMC-CS-2014-0905, 2014

crbm's People

Contributors

gdetor avatar

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.