https://github.com/gerdm/qmul
Repository of code and notes for the MSc. in Maths at Queen Mary University of London
https://github.com/gerdm/qmul
Last synced: 12 months ago
JSON representation
Repository of code and notes for the MSc. in Maths at Queen Mary University of London
- Host: GitHub
- URL: https://github.com/gerdm/qmul
- Owner: gerdm
- Created: 2020-09-19T13:26:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-17T19:08:27.000Z (about 5 years ago)
- Last Synced: 2025-04-04T04:41:41.710Z (about 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 108 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Msc Mathematics
## Queen Mary University of London
### Project structure
```
.
├── 7CCMCS06-elements-statistical-learning
│ ├── mathematica-notebooks
│ ├── problem-sheets
│ └── topic-notebooks
├── MTH700-research-methods
│ ├── coursework1
│ └── coursework2
├── MTH739U-topics-scientific-computing
│ ├── exercises
│ ├── mathematica-notebooks
│ ├── notes
│ └── readme.md
├── MTH743P-complex-systems
│ ├── assignments
│ ├── mathematica-notebooks
│ └── review-notebooks
├── MTH744P-dynamical-systems
│ ├── __pycache__
│ ├── coursework
│ ├── dynamics.py
│ ├── experiments
│ ├── l01-vector-fields.ipynb
│ ├── l02-linear-stability.ipynb
│ ├── l03-bifurcations-r.ipynb
│ ├── l04-flow-on-circle.ipynb
│ ├── l05-linear-systems.ipynb
│ ├── l06-classification-linear-systems.ipynb
│ ├── l07-nonlinear-systems.ipynb
│ ├── l08-conservative-gradient-systems.ipynb
│ ├── l09-limit-cycles.ipynb
│ ├── readme.md
│ └── tmp.gif
├── MTH750P-graphs-and-networks
│ ├── assignments
│ ├── data
│ └── notes
├── MTH776-bayesian-statistics
│ ├── mixture-conjugate-priors.ipynb
│ ├── noninformative-priors.ipynb
│ ├── predictive-distribution.ipynb
│ └── problem-sheet-1.ipynb
├── MTH793P-advanced-machine-learning
│ ├── courseworks
│ └── review-notebooks
├── MTHM038-project-dissertation
│ ├── drafts
│ ├── figures
│ └── notebooks
├── Manifest.toml
└── Project.toml
31 directories, 19 files
```