Skip to content

Examplary code for NN, MFNN, DynNet, PINNs and CNN

Notifications You must be signed in to change notification settings

JiaqingKou/PyTorchTutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyTorch Tutorial

This repository contains several key models written in PyTorch.

  • NN (Neural Network)
    • Standard fully connected neural networks
  • MFNN (Multi-fidelity Neural Network)
    • Three standard neural networks coupled to fit high-fidelity data, high-fidelity data and their linear combination.
  • PINNs (Physical-informed Neural Networks)
    • Physical-informed neural network for solving partial differential equations, e.g., Allen-Cahn equation(1D time-dependent and 2D equilibrium state)
  • CNN (Convolutional Neural Network)
    • Convolutional neural network(Decoder)

Proof of Concept are listed below:

  • DynNet (Dynamic-graph Network)
    • Fully-connected neural network to demonstrate the concept of dynamic graph.
  • Gradient (Automatic Differentiation)
    • Calculate gradient in PyTorch

About

Examplary code for NN, MFNN, DynNet, PINNs and CNN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.1%
  • MATLAB 3.9%