All Projects → google-research → Data Driven Pdes

google-research / Data Driven Pdes

Licence: apache-2.0

Projects that are alternatives of or similar to Data Driven Pdes

Fourier
An Interactive Introduction to Fourier Transforms
Stars: ✭ 1,809 (+1240%)
Mutual labels:  jupyter-notebook
Arduino Max30100
Arduino library for MAX30100, integrated oximeter and heart rate sensor
Stars: ✭ 134 (-0.74%)
Mutual labels:  jupyter-notebook
Monthly Challenges
Repository containing monthly challenges about quantum computing.
Stars: ✭ 126 (-6.67%)
Mutual labels:  jupyter-notebook
Keras Yolo2
Easy training on custom dataset. Various backends (MobileNet and SqueezeNet) supported. A YOLO demo to detect raccoon run entirely in brower is accessible at https://git.io/vF7vI (not on Windows).
Stars: ✭ 1,693 (+1154.07%)
Mutual labels:  jupyter-notebook
2016 Ml Contest
Machine learning contest - October 2016 TLE
Stars: ✭ 135 (+0%)
Mutual labels:  jupyter-notebook
Google refexp toolbox
The toolbox for the Google Refexp dataset proposed in this paper: http://arxiv.org/abs/1511.02283
Stars: ✭ 135 (+0%)
Mutual labels:  jupyter-notebook
Riptide
Simple Training and Deployment of Fast End-to-End Binary Networks
Stars: ✭ 135 (+0%)
Mutual labels:  jupyter-notebook
Pytorch 101 Tutorial Series
PyTorch 101 series covering everything from the basic building blocks all the way to building custom architectures.
Stars: ✭ 136 (+0.74%)
Mutual labels:  jupyter-notebook
Opencv projects
List of OpenCV projects to further increase the computer vision community. Coding in Python & C++(In progress).
Stars: ✭ 135 (+0%)
Mutual labels:  jupyter-notebook
Poppy
Physical Optics Propagation in Python
Stars: ✭ 135 (+0%)
Mutual labels:  jupyter-notebook
Python Narrative Journey
Repo of Files for Python Narrative Journey Course
Stars: ✭ 135 (+0%)
Mutual labels:  jupyter-notebook
Nbgallery
Enterprise Jupyter notebook sharing and collaboration app
Stars: ✭ 135 (+0%)
Mutual labels:  jupyter-notebook
Blog stuff
experiments and snippets used on the blog
Stars: ✭ 135 (+0%)
Mutual labels:  jupyter-notebook
Deeplearning.ai
deeplearning.ai , By Andrew Ng, All slide and notebook + code and some material.
Stars: ✭ 1,663 (+1131.85%)
Mutual labels:  jupyter-notebook
Kyle School
쏘카 데이터 그룹 사내 신입/인턴을 대상으로 한 카일 스쿨
Stars: ✭ 136 (+0.74%)
Mutual labels:  jupyter-notebook
Ventilator
Low-Cost Open Source Ventilator or PAPR
Stars: ✭ 1,665 (+1133.33%)
Mutual labels:  jupyter-notebook
Data Science Wg
SF Brigade's Data Science Working Group.
Stars: ✭ 135 (+0%)
Mutual labels:  jupyter-notebook
Spanet
Spatial Attentive Single-Image Deraining with a High Quality Real Rain Dataset (CVPR'19)
Stars: ✭ 136 (+0.74%)
Mutual labels:  jupyter-notebook
Robust representations
Code for "Learning Perceptually-Aligned Representations via Adversarial Robustness"
Stars: ✭ 137 (+1.48%)
Mutual labels:  jupyter-notebook
Pydy Tutorial Human Standing
PyDy tutorial materials for MASB 2014, PYCON 2014, and SciPy 2014/2015.
Stars: ✭ 135 (+0%)
Mutual labels:  jupyter-notebook

Data driven discretizations for solving 2D PDEs

This repository explores extensions of the techniques developed in:

Learning data-driven discretizations for partial differential equations. Yohai Bar-Sinai*, Stephan Hoyer*, Jason Hickey, Michael P. Brenner. PNAS 2019, 116 (31) 15344-15349.

See this repository for the code used to produce results for the PNAS paper.

This is not an official Google product.

Installation

Installation is most easily done using pip.

  1. Create or activate a virtual environment (e.g. using virtualenv or conda).

  2. Install TensorFlow.

  3. If you just want to install the package without the code, simply use pip to install directly from github:

    pip install git+git//github.com/google-research/data-driven-pdes

    If you want to fiddle around with the code, cd to where you want to store the code, clone the repo and install:

cd <your directory>
git clone git+https://github.com/google-research/data-driven-pdes
pip install -e data-driven-pdes

Usage

We aim to make the code accessible for researchers who want to apply our method to their favorite PDEs. To this end we wrote, and continue to write, tutorials and documentation. This is still very much in development, please open an issue if you have questions.

  1. A tutorial notebook that explains some of the basic notions in the code base and demonstrates how to use the framework to define new equations.
  2. This notebook contains a complete example of creating a training database, defining a model, training it and evaluating the trained model (well documented, though less pedagogical).
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].