Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Latest commit

 

History

History
3 lines (2 loc) · 415 Bytes

File metadata and controls

3 lines (2 loc) · 415 Bytes

Restricted Boltzmann Machine for Generating Ising Model states

This project uses restricted Boltzmann machines (RBMs) to generate new Ising model spin states after being trained on data. Further details and the effect this has can be found in the report in root. Implemented using Python with SciKit-Learn. Training data generated using the program found at https://github.com/akoreman/Monte-Carlo-Ising-Model .