Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vpuri3 authored May 28, 2024
1 parent e972224 commit 94f8742
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# NeuralROMs.jl

This repository implements machine learning (ML) based reduced order models (ROMs).
Specifically, we introduce [smooth neural field ROM (SNF-ROM)](arxiv).
Specifically, we introduce [smooth neural field ROM (SNF-ROM)](https://arxiv.org/abs/2405.14890) for solving advection dominated PDE problems.

## SNF-ROM: Projection-based nonlinear reduced order modeling with smooth neural fields

Expand Down Expand Up @@ -55,5 +55,13 @@ julia> include("examples/advect_fourier1D/snf.jl")
#### 1D Kuramoto-Sivashinsky

## Citing

See [`CITATION.bib`](CITATION.bib) for the relevant reference(s).
```
@misc{puri2024snfrom,
title={{SNF-ROM}: {P}rojection-based nonlinear reduced order modeling with smooth neural fields},
author={Vedant Puri and Aviral Prakash and Levent Burak Kara and Yongjie Jessica Zhang},
year={2024},
eprint={2405.14890},
archivePrefix={arXiv},
primaryClass={physics.flu-dyn},
}
```

0 comments on commit 94f8742

Please sign in to comment.