News

$ conda create -n pyEOF python=3.7 $ conda activate pyEOF $ conda install -c conda-forge numpy pandas scipy scikit-learn rpy2 Step 2: install using pip: $ pip install pyEOF (optional) for jupyter ...
This repository is provided as a tutorial for the implementation of integration algorithms of first and second order ODEs through recurrent neural networks in Python. The first order example ...