GithubHelp home page GithubHelp logo

inria-chile / assessing-pinns-ocean-modelling Goto Github PK

View Code? Open in Web Editor NEW
8.0 5.0 3.0 3.13 MB

Code and datasets for paper "Assessing Weighted Physics Informed Neural Networks in Ocean Modelling"

License: Other

Jupyter Notebook 100.00%

assessing-pinns-ocean-modelling's Introduction

Towards Optimally Weighted Physics Informed Neural Networks in Ocean Modelling

This repository contains the data sets, source code, and results of the paper. The source code is in the form of Jupyter Notebooks and can be executed by installing both Python 3 and Jupyter Notebooks on any platform. All assets are released under the open source CeCILL license, see LICENSE file.

Install instructions

Requirements

Option 1: Using pip

Install dependecies by running:

pip install -r requirements.txt

and create an instance of jupyter notebooks by:

jupyter notebook

Note: This requirements.txt file was automatically generated from the poetry specs by running poetry export -f requirements.txt --output requirements.txt --without-hashes.

Option 2: Using poetry

This is the preferred option if you plan to do a more extensive experimentation.

Install poetry by running (see instructions if necessary):

curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -

Install project dependencies in a local virtualenv by running in the root of the project:

poetry install

This created a .venv virtual environment with all the dependecies. To active it and run an instance of jupyter notebooks run:

.venv/bin/activate
jupyter notebook

Reproducing results

  1. Run jupyter notebook and navigate to Notebooks to find the code used for the paper.
  2. You need to enter the WandB key when asked, which you can find under Settings in your WandB account.
  3. The Data folder contains the datasets used in the experiments.
  4. For the sake of completeness we have incuded in the folder Plots the results and the code to produce the plots used in the paper.

assessing-pinns-ocean-modelling's People

Contributors

hcarrillolincopi avatar lmarti avatar tdewolff avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.