Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lewtun/lagnn
Lagrangian neural networks
https://github.com/lewtun/lagnn
Last synced: 23 days ago
JSON representation
Lagrangian neural networks
- Host: GitHub
- URL: https://github.com/lewtun/lagnn
- Owner: lewtun
- License: apache-2.0
- Created: 2021-04-14T07:57:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T14:50:50.000Z (over 3 years ago)
- Last Synced: 2024-10-06T10:41:09.743Z (about 2 months ago)
- Language: Jupyter Notebook
- Homepage: https://lewtun.github.io/lagnn/
- Size: 78.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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 .
```