Skip to main content

Helper functions for NSE as LPV with Neural Networks

Project description

Neural Networks for NSE as low-dimensional LPV

Active workflow

Installation

# package for sparse cholesky factorizations 
# not needed but speed up with FEM norms and POD
apt install libsuitesparse-dev
pip install scikit-sparse==0.4.5

# fenics -- for the FEM part
apt install fenics  # see https://fenicsproject.org/download/

# install this module and helper modules
pip install .

Generate the data

cd ../simulations-training-data
mkdir simu-data
mkdir train-data
source start-generic-tdp-sim.sh
# python3 time_dep_nse_generic.py
cd -

Check the NN

python3 data_fem_checks.py
python3 CNN_AE.py

Python Machine-Learning Resources

  • an overview
    1. Tensorflow -- see below
    2. Pytorch -- see below
    3. NeuroLab
    4. ffnet
    5. Scikit-Neural Network
    6. Lasagne
    7. pyrenn

Tensorflow

PyTorch

Scikit-Learn

  • website
  • looks well maintained
  • many routines for data processing
  • a few on neural network

Install

# not needed anymore
# pip install -e .  # Python3 needed here! install the module (and one dependency)

pip install -e installs the module nse_nn_lpv to be used in the tests/... but keeps track of all changes made in nse_nn_lpv.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nse_nn_lpv-0.0.3.tar.gz (7.4 kB view hashes)

Uploaded Source

Built Distribution

nse_nn_lpv-0.0.3-py3-none-any.whl (7.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page