Post-grad speech, audio processing & recognition coursework - Hidden Markov Model invesigations. Achieved 98%
Go to file
dependabot[bot] 49ce6146fb
Bump bleach from 3.2.1 to 3.3.0
Bumps [bleach](https://github.com/mozilla/bleach) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/mozilla/bleach/releases)
- [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES)
- [Commits](https://github.com/mozilla/bleach/compare/v3.2.1...v3.3.0)

---
updated-dependencies:
- dependency-name: bleach
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-13 21:13:09 +00:00
.vscode report outline, added state transitions to constants 2020-12-10 22:59:55 +00:00
report submitted 2021-01-05 11:10:29 +00:00
.gitignore finished code, beginning writeup 2020-12-31 19:30:39 +00:00
constants.py beginning markov code 2020-12-11 21:33:20 +00:00
markov.ipynb submitted 2021-01-05 11:10:29 +00:00
markov.py gathered resources, working on report 2021-01-01 18:53:11 +00:00
markovlog.py finished code, beginning writeup 2020-12-31 19:30:39 +00:00
maths.py beginning markov code 2020-12-11 21:33:20 +00:00
notebook.py submitted 2021-01-05 11:10:29 +00:00
README.md added a bit to report, bit of notebook formatting 2021-01-03 21:14:25 +00:00
requirements.txt Bump bleach from 3.2.1 to 3.3.0 2022-02-13 21:13:09 +00:00
scratchpad.ipynb submitted 2021-01-05 11:10:29 +00:00

Hidden Markov Models

Speech recognition coursework focusing on training and analysing hidden markov models, main dev notebook here.

PDFs with observations marked Probability density functions with provided observations marked

Occupation likelihoods Occupation likelihoods for each state through time

Training iterations Output Gaussian functions through 5 iterations of Baum-Welch training