Solution to matlab problems of Dr.AmirMazlaghani final project of Engineering Mathematics course.
We want to forecast weather with markov model, Assume we have following table for weather:
| Tomorrow / Today | Sunny | Cloudy | Rainy |
|---|---|---|---|
| Sunny | 0.4 | 0.3 | 0.1 |
| Cloudy | 0.4 | 0.3 | 0.6 |
| Rainy | 0.2 | 0.4 | 0.3 |
and then we create some awsome code in 01.m.
Let's compress our image with SVD. Please install octave image package before use this awesome code.
sudo apt install octave-imageFacial Recognition with Singular Value Decomposition