• Stars
    star
    137
  • Rank 266,121 (Top 6 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created about 4 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A High-Efficient Hybrid Physics-Informed Neural Networks Based on Convolutional Neural Network

This repository contains the source code associated with my paper titled "A High-Efficient Hybrid Physics-Informed Neural Networks Based on Convolutional Neural Network".

Paper Reference

The full paper can be found on IEEE Xplore.

Getting Started

The main files in this project are:

  • epinn.py
  • epinn_i_1.py
  • epinn_s_1.py
  • epinn_v.py

You can run any of these files directly to see examples of the concepts discussed in the paper. For example:

python epinn.py

License

This project is licensed under the GPL License - see the LICENSE file for more details.