Skip to content

Code for the paper "Non-Linear Dynamics Through Linear Algebraic Lenses: Attempting to Learn the Trajectories of the Logistic Map with Artificial Neural Networks"

Notifications You must be signed in to change notification settings

ritog/logistic_map_nn

Repository files navigation

Learning Logistic Map with Deep Neural Networks

Code for "Non-Linear Dynamics Through Linear Algebraic Lenses: Attempting to Learn the Trajectories of the Logistic Map with Artificial Neural Networks"

by Ritobrata Ghosh (April, 2023)

(Code for the Master's Thesis of Ritobrata Ghosh)

DOI: doi: 10.5281/zenodo.7840239


To Run

To run the notebooks, I recommend using miniconda.

conda env create -f environment.yml
conda activate <env-name>

Then launch the notebooks using Jupyter. VS Code is a good alternative.


Built with:

  • Python
  • PyTorch
  • Jupyter Lab Desktop
  • Linux

About

Code for the paper "Non-Linear Dynamics Through Linear Algebraic Lenses: Attempting to Learn the Trajectories of the Logistic Map with Artificial Neural Networks"

Topics

Resources

Stars

Watchers

Forks