Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lewtun/lagnn

Lagrangian neural networks
https://github.com/lewtun/lagnn

Last synced: 23 days ago
JSON representation

Lagrangian neural networks

Awesome Lists containing this project

README

        

# Lagrangian Neural Networks
> Re-implementation of Lagrangian Neural Networks by Miles Cranmer, Sam Greydanus, Stephan Hoyer, Peter Battaglia, David Spergel, and Shirley Ho

## Getting started

Spin up a conda virtual environment and install the required libraries:

```bash
conda create -n lagnn python=3.9
pip install .
```