Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Commit

Permalink
cleaner separation
Browse files Browse the repository at this point in the history
  • Loading branch information
FKD13 committed Dec 23, 2022
1 parent 6a49d03 commit f6f939b
Show file tree
Hide file tree
Showing 4 changed files with 1,499 additions and 0 deletions.
145 changes: 145 additions & 0 deletions 1.3.viterbi_lapper.ipynb

Large diffs are not rendered by default.

694 changes: 694 additions & 0 deletions 3.1.fitting_the_data.ipynb

Large diffs are not rendered by default.

642 changes: 642 additions & 0 deletions 3.2.improving_the_data.ipynb

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Dynamic parameter optimization of a HMM used in a lap counting algorithm

## Java

The java part of this project can be found in the HMM.java file. Note this code won't be runnable but is here for reference.

## Hmmlearn

The Python part of my report is split into 3 notebooks matching the corresponding section in the report:

- 3.1.fitting_the_data.ipynb
- 3.2.improving_the_data.ipynb
- 1.3.viterbi_lapper.ipynb

### The data

The required data to run the notebooks is provided in the `data` and `data_reimport` folders.
If only the archives are available than these should be unpacked.

0 comments on commit f6f939b

Please sign in to comment.