markov-models/report/references.bib
2021-01-05 11:10:29 +00:00

127 lines
4.3 KiB
BibTeX
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@comment{x-kbibtex-encoding=utf-8}
@misc{towards-data-science-markov-intro,
author = {Joseph Rocca},
howpublished = {Online},
month = feb,
organization = {Towards Data Science},
title = {Introduction to Markov chains},
url = {https://towardsdatascience.com/brief-introduction-to-markov-chains-2c8cab9c98ab},
urldate = {2020-12-31},
year = {2019}
}
@article{numpy,
author = {Charles R. Harris and K. Jarrod Millman and St{'{e}}fan J. van der Walt and Ralf Gommers and Pauli Virtanen and David Cournapeau and Eric Wieser and Julian Taylor and Sebastian Berg and Nathaniel J. Smith and Robert Kern and Matti Picus and Stephan Hoyer and Marten H. van Kerkwijk and Matthew Brett and Allan Haldane and Jaime Fern{'{a}}ndez del R{'ı}o and Mark Wiebe and Pearu Peterson and Pierre G{'{e}}rard-Marchant and Kevin Sheppard and Tyler Reddy and Warren Weckesser and Hameer Abbasi and Christoph Gohlke and Travis E. Oliphant},
doi = {10.1038/s41586-020-2649-2},
journal = {Nature},
month = sep,
number = {7825},
pages = {357362},
publisher = {Springer Science and Business Media {LLC}},
title = {Array programming with {NumPy}},
url = {https://doi.org/10.1038/s41586-020-2649-2},
urldate = {2021-1-1},
volume = {585},
year = {2020}
}
@misc{python,
author = {Guido {Van Rossum} and others},
howpublished = {Online},
title = {Python 3 Documentation},
url = {https://docs.python.org/3/},
urldate = {2021-1-1},
year = {2008}
}
@inproceedings{jupyter,
abstract = {It is increasingly necessary for researchers in all fields to write computer code, and in order to reproduce research results, it is important that this code is published. We present Jupyter notebooks, a document format for publishing code, results and explanations in a form that is both readable and executable. We discuss various tools and use cases for notebook documents.},
address = {Netherlands},
author = {Thomas Kluyver and Benjamin Ragan-Kelley and Fernando Pérez and Brian Granger and Matthias Bussonnier and Jonathan Frederic and Kyle Kelley and Jessica Hamrick and Jason Grout and Sylvain Corlay and Paul Ivanov and Damián Avila and Safia Abdalla and Carol Willing and Jupyter development team},
booktitle = {Positioning and Power in Academic Publishing: Players, Agents and Agendas},
editor = {Fernando Loizides and Birgit Scmidt},
pages = {8790},
publisher = {IOS Press},
title = {Jupyter Notebooks - a publishing format for reproducible computational workflows},
url = {https://eprints.soton.ac.uk/403913/},
urldate = {2021-1-1},
year = {2016}
}
@book{standford-hmm-book,
author = {Dan Jurafsky and James H. Martin},
chapter = {A},
edition = {3 (Draft)},
title = {Speech and Language Processing},
url = {https://web.stanford.edu/~jurafsky/slp3/A.pdf},
urldate = {2021-1-3},
year = {2020}
}
@comment{jabref-meta: databaseType:bibtex;}
@article{pj-h-forward-backward,
author = {Philip Jackson},
journaltitle = {EEEM030 - Speech \& Audio Processing \& Recognition},
month = nov,
number = {H},
organization = {University of Surrey},
pages = {H.4, H.6, H.12},
title = {HMM Likelihoods},
year = {2020}
}
@article{pj-h-baum-welch,
author = {Philip Jackson},
journaltitle = {EEEM030 - Speech \& Audio Processing \& Recognition},
month = nov,
number = {K},
organization = {University of Surrey},
pages = {K.13, K.14, K.15},
title = {HMM Training},
year = {2020}
}
@article{pj-h-pdf-re-estimate,
author = {Philip Jackson},
journaltitle = {EEEM030 - Speech \& Audio Processing \& Recognition},
month = nov,
number = {N},
organization = {University of Surrey},
pages = {N.8, N.12, N.13},
title = {Continuous HMM},
year = {2020}
}
@article{wolfram-gaussian,
author = {Eric W. Weisstein},
journalsubtitle = {A Wolfram Web Resource},
journaltitle = {MathWorld},
title = {Gaussian Function},
url = {https://mathworld.wolfram.com/GaussianFunction.html},
urldate = {2020-1-4}
}
@article{wolfram-monotone,
author = {Christopher Stover},
journalsubtitle = {A Wolfram Web Resource},
journaltitle = {MathWorld},
title = {Monotonic Function},
url = {https://mathworld.wolfram.com/MonotonicFunction.html},
urldate = {2020-1-5}
}
@article{hunter2007matplotlib,
author = {John D Hunter},
doi = {10.1109/MCSE.2007.55},
journal = {Computing in science \& engineering},
number = {3},
pages = {9095},
publisher = {IEEE},
title = {Matplotlib: A 2D graphics environment},
volume = {9},
year = {2007}
}