All Projects → GiggleLiu → marburg

GiggleLiu / marburg

Licence: MIT license
physics meets neural networks

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to marburg

lattice-symmetries
A package to simplify working with symmetry-adapted quantum many-body bases. Provides a good foundation for writing custom exact diagonalization and variational Monte Carlo software
Stars: ✭ 17 (-81.72%)
Mutual labels:  quantum-mechanics, many-body-physics
ValoMC
Monte Carlo software for simulating light propagation
Stars: ✭ 31 (-66.67%)
Mutual labels:  monte-carlo
neworder
A dynamic microsimulation framework for python
Stars: ✭ 15 (-83.87%)
Mutual labels:  monte-carlo
ase exploration
Planning for robotic exploration based on forward simulation
Stars: ✭ 82 (-11.83%)
Mutual labels:  monte-carlo
UQpy
UQpy (Uncertainty Quantification with python) is a general purpose Python toolbox for modeling uncertainty in physical and mathematical systems.
Stars: ✭ 117 (+25.81%)
Mutual labels:  monte-carlo
spicyphysics
Sup bois, here's my work
Stars: ✭ 22 (-76.34%)
Mutual labels:  quantum-mechanics
grand
A Python module for carrying out GCMC insertions and deletions of water molecules in OpenMM.
Stars: ✭ 23 (-75.27%)
Mutual labels:  monte-carlo
monte-carlo-ray-tracer
Physically based renderer with Path Tracing and Photon Mapping.
Stars: ✭ 246 (+164.52%)
Mutual labels:  monte-carlo
TimeEvolvingMPO
A Python 3 package to efficiently compute non-Markovian open quantum systems.
Stars: ✭ 43 (-53.76%)
Mutual labels:  many-body-physics
mcxcl
Monte Carlo eXtreme for OpenCL (MCXCL)
Stars: ✭ 36 (-61.29%)
Mutual labels:  monte-carlo
sampling-methods-numpy
This repository contains implementations of some basic sampling methods in numpy.
Stars: ✭ 48 (-48.39%)
Mutual labels:  monte-carlo
warp
continuous energy monte carlo neutron transport in general geometries on GPUs
Stars: ✭ 27 (-70.97%)
Mutual labels:  monte-carlo
admc
Infinite order automatic differentiation for Monte Carlo with unnormalized probability distribution
Stars: ✭ 17 (-81.72%)
Mutual labels:  monte-carlo
vegasflow
VegasFlow: accelerating Monte Carlo simulation across multiple hardware platforms
Stars: ✭ 19 (-79.57%)
Mutual labels:  monte-carlo
DMFTwDFT
DMFTwDFT: An open-source code combining Dynamical Mean Field Theory with various Density Functional Theory packages
Stars: ✭ 39 (-58.06%)
Mutual labels:  many-body-physics
Mathematical-Modeling
A sharing of the learning process of mathematical modeling 数学建模常用工具模型算法分享:数学建模竞赛优秀论文,数学建模常用算法模型,LaTeX论文模板,SPSS工具分享。
Stars: ✭ 30 (-67.74%)
Mutual labels:  monte-carlo
Stock Prediction Models
Gathers machine learning and deep learning models for Stock forecasting including trading bots and simulations
Stars: ✭ 4,660 (+4910.75%)
Mutual labels:  monte-carlo
NumQM Basic
A mini-course offered to Undergrad physics students
Stars: ✭ 35 (-62.37%)
Mutual labels:  quantum-mechanics
financial-engineering
Applications of Monte Carlo methods to financial engineering projects, in Python.
Stars: ✭ 229 (+146.24%)
Mutual labels:  monte-carlo
mcts
🌳 Domain independent implementation of Monte Carlo Tree Search methods.
Stars: ✭ 15 (-83.87%)
Mutual labels:  monte-carlo

Deep Learning and Quantum Many-Body Physics - Hands on Session

Table of Contents

We have prepaired four examples

  • Computation Graphs and Back Propagation (online, solution)
  • Normalization flow for sampling (online, solution)
  • Restricted Boltzmann Machine for image restoration (online, solution)
  • Deep Neural Network as a Quantum Wave Function Ansatz (online)

They have been uploaded to both Google drive and notebooks folder in this repository. Have fun!

Preparations

You may use either local or online accesses to our python notebooks.

If you are not using an Nvidia GPU or its driver are not properly configured, online access is recommended, otherwise you may loss some fun in this session.

Local

Requires a Linux or OSX operating system (required by pytorch).

Set up your python environment

  • python 3.6
  • install python libraries numpy, matplotlib and ipython
pip install numpy matplotlib ipython
  • install PyTorch following installation guide.
    • select CUDA 8 if you have an Nvidia GPU with properly configured driver
    • select CUDA None if your don't

Clone this repository https://github.com/GiggleLiu/marburg.git to your local host. Change directory to project home, check your installation by typing ipython notebook env_test.ipynb and run this test script.

Online

Online means you can try CUDA programming without having an local NVIDIA GPU.

  1. Sign up and sign in Google drive
  2. Connect Google drive with Google Colaboratory
    • right click on google drive page
    • More
    • Connect more apps
    • search "Colaboratory" and "CONNECT"
  3. Open the following online notebook link https://drive.google.com/file/d/1MLcG21zqSU9AvbY4siD4NqqbB2uwP2p2/view?usp=sharing
  4. Setup GPU following instructions in above notebook
  5. You can make a copy of notebook to your google drive (File Menu) to save your edits.

Documentations

  • lecture notes: docs/LectureNoteonML.pdf
  • hands on slides: docs/ML-handson.pdf

Authors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].