An open API service indexing awesome lists of open source software.

https://github.com/cjunwon/weather-prediction-with-markov-chains

Predicting weather in Los Angeles using Markov models
https://github.com/cjunwon/weather-prediction-with-markov-chains

latex markov-chain markov-model predictive-modeling python

Last synced: about 1 month ago
JSON representation

Predicting weather in Los Angeles using Markov models

Awesome Lists containing this project

README

          

# Math 42 - Final Project (UCLA)

Final Project for **MATH 42: Introduction to Data-Driven Mathematical Modeling: Life, Universe, and Everything** - Department of Mathematics, University of California, Los Angeles.

---

Weather forecasting using Markov chains. The official project report can be found [here](https://github.com/cjunwon/Weather-Prediction-with-Markov-Chains/blob/main/PDFs/Math_42_Final_Project_Report.pdf).

---

Code used in this project mainly referenced [Datacamp](https://www.datacamp.com/tutorial/markov-chains-python-tutorial) and [ericmjl](https://github.com/ericmjl/essays-on-data-science/)'s [Essays on Data Science](https://ericmjl.github.io/essays-on-data-science/machine-learning/markov-models/).