-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
247 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Formalism | ||
========= | ||
This page contains the formal presentation of most of the learning algorithm and models implemented in Jajapy. | ||
|
||
* HMM | ||
* Baum-Welch for HMMs :download:`pdf <pdfs/BW_for_HMM.pdf>` | ||
* A Tutorial on HMMs and Selected Applications in Speech Recognition (L.R. Rabiner) :download:`pdf <https://web.ece.ucsb.edu/Faculty/Rabiner/ece259/Reprints/tutorial%20on%20hmm%20and%20applications.pdf>` | ||
|
||
* MC | ||
* Baum-Welch for MCs :download:`pdf <pdfs/BW_for_MC.pdf>` | ||
* Learning Stochastic Regular Grammars by Means of STate Merging Method (R. Carrasco and J. Oncina) :download:`pdf <https://grfia.dlsi.ua.es/repositori/grfia/pubs/57/icgi1994.pdf>` | ||
|
||
* MDP | ||
* Baum-Welch for MDPs :download:`pdf <pdfs/BW_for_MDP.pdf>` | ||
* Active Learning of Markov Decision Processes using Baum-Welch algorithm (G. Bacci et al.) :download:`pdf <https://arxiv.org/pdf/2110.03014.pdf>` | ||
* Learning Deterministic Probabilistic Automata from a Model Checking Perspective (H. Mao et al.) :download:`pdf <https://people.cs.aau.dk/~tdn/papers/ML_Hua.pdf>` | ||
|
||
* GoHMM | ||
* Baum-Welch for GoHMMs :download:`pdf <pdfs/BW_for_GoHMM.pdf>` | ||
* A New Improved Baum-Welch Algorithm for Unsupervised Learning for Continuous-Time HMM Using Spark :download:`pdf <http://www.inass.org/2020/2020022920.pdf>` | ||
|
||
* MGoHMM | ||
* Baum-Welch for MGoHMMs :download:`pdf <pdfs/BW_for_MGoHMM.pdf>` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,6 +40,7 @@ Content | |
|
||
help | ||
tuto | ||
formal | ||
References | ||
|
||
|
||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.