Skip to content

haison19952013/NeuralODE_introduction

Repository files navigation

README

Introduction

Theory and general introduction

Tutorial

  • Refer to NeuralODE_tutorial.ipynb

Installation

Jupyter notebook

  • Install jupyter notebook: pip install jupyter
  • Run jupyter notebook: jupyter notebook

Pytorch and torchdyn with a GPU

1. Create new env: conda create --name py38torch python=3.8
2. Active env: conda activate py38torch
4. Install torchdyn: pip install torchdyn==1.0.3
5. Install torch: conda install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 pytorch-cuda=11.7 -c pytorch -c nvidia
==> Install 4, 5 in the end to avoid packages overwritten

Note

  • Recommend to use conda to install packages for convenience

  • If you dont have GPU, please refer to Torch website for more details

Recommendations for further reading

NeuralODEs and its applications

Other Time series forecasting models

Marine vehicles hydrodynamics and related machine learning applications

Tips for reading articles on Medium or towardsdatascience without subscription

  • Clear the cookies of your tab browser when you reach the limit of reading articles

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published