Introduction to Mathematical Modeling in Python
- Introduction to Python
- Matrix Manipulation in Python
- Curve Fitting
- Solving DIfferential Equations
- Introduction to Graph Theory and Applications to Network Science
- Machine Learning
To setup the conda environment in your local machine, do the following:
- Go to the directory where the
environment.yml
is located. - Assuming that you already have an existing anaconda installation, type
conda env create -f environment.yml
and wait for the installation to finish. - Now, to install other required python packages, type
pip install -r requirements.txt
and wait for the installation to finish.