This commit is contained in:
ritchie46
2019-02-15 10:19:55 +01:00
parent be12e61e15
commit 34a55eeadb
2 changed files with 807 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,5 +1,6 @@
# Various machine learning algorithms. Mostly vanilla. # Various machine learning algorithms. Mostly vanilla.
* [gaussian processes](https://www.ritchievink.com/blog/2019/02/01/an-intuitive-introduction-to-gaussian-processes/)
* [bayesian generalized additive models](https://www.ritchievink.com/blog/2018/10/09/build-facebooks-prophet-in-pymc3-bayesian-time-series-analyis-with-generalized-additive-models/) * [bayesian generalized additive models](https://www.ritchievink.com/blog/2018/10/09/build-facebooks-prophet-in-pymc3-bayesian-time-series-analyis-with-generalized-additive-models/)
* [gradient boosting machines](https://www.ritchievink.com/blog/2018/10/09/algorithm-breakdown-why-do-we-call-it-gradient-boosting/) * [gradient boosting machines](https://www.ritchievink.com/blog/2018/10/09/algorithm-breakdown-why-do-we-call-it-gradient-boosting/)
* [dirichlet gaussian mixture models](https://www.ritchievink.com/blog/2018/06/05/clustering-data-with-dirichlet-mixtures-in-edward-and-pymc3/) * [dirichlet gaussian mixture models](https://www.ritchievink.com/blog/2018/06/05/clustering-data-with-dirichlet-mixtures-in-edward-and-pymc3/)