Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/refraction-ray/rbm-mcmc

The project explores restricted Boltzmann machine and its potential role in statistical mechanics
https://github.com/refraction-ray/rbm-mcmc

machine-learning monte-carlo physics rbm

Last synced: 14 days ago
JSON representation

The project explores restricted Boltzmann machine and its potential role in statistical mechanics

Awesome Lists containing this project

README

        

# RBM-MCMC

## Introduction

This project is designed for an integrated study on the intersection between condensed matter physics and machine learning. Specifically, we pay attention to energy based models (RBM for example) and how can such models play vital roles in statistical mechanics (ensemble probability distribution for example).

We need two types of tools, **classical Markov chain Monte Carlo** method and **restricted Boltzmann machines** to make our ideas into practice.

## Usage

See `demo.ipynb` for a general idea on usage. And use `help()` in python anytime you need help.