Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/southendmusic/pinn-project-special-topics-in-cse

Code for the project on physics informed neural networks for the course special topics in computational science and engineering.
https://github.com/southendmusic/pinn-project-special-topics-in-cse

neural-networks pinns tensorflow

Last synced: 21 days ago
JSON representation

Code for the project on physics informed neural networks for the course special topics in computational science and engineering.

Awesome Lists containing this project

README

        

# PINN project special topics in CSE

## About

This repository contains the implementations of [Physics informed neural networks](https://en.wikipedia.org/wiki/Physics-informed_neural_networks) in TensorFlow, a technique for approximating the solution to a differential equation in the form of a neural network.

## Contents

These are the contents of this repository:

- The notebook `Warm-up PINNs v2.ipynb` contains a PNN implementation of a steady-state linear equation on a square,
- The