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

https://github.com/amanpriyanshu/energybasedmodels

An energy-based model is a probabilistic model governed by an energy function that describes the probability of a certain state.
https://github.com/amanpriyanshu/energybasedmodels

Last synced: 6 months ago
JSON representation

An energy-based model is a probabilistic model governed by an energy function that describes the probability of a certain state.

Awesome Lists containing this project

README

          

# EnergyBasedModels
An energy-based model is a probabilistic model governed by an energy function that describes the probability of a certain state.

This repository aims to provide streamlined code for fast implementation required during training of such models.

## Targets:

1. Restricted Boltzmann Machines - for Pre-Training
2. Restricted Boltzmann Machines - for Synthetic Data Generation
2. Deep Belief Networks - for Pre-training
3. Deep Belief Networks - for Synthetic Data Generation

## Installation:

`git clone https://github.com/AmanPriyanshu/EnergyBasedModels.git`

## Implementation:

To be filled

# Contributing

When contributing to this repository, please first discuss the change you wish to make via issue,
email, or any other method with the owners of this repository before making a change. We also make
available a [CONTRIBUTING.md](/CONTRIBUTING.md) and [CODE_OF_CONDUCT.md](/CODE_OF_CONDUCT.md) for easy communication and quick issue resolution.