Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 627 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 627 Bytes

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