2020-05-15 10:36:15 +02:00
2020-03-27 09:33:43 +01:00
2019-05-24 13:31:53 +02:00
2020-03-10 15:28:50 +01:00
2019-01-01 12:19:55 +01:00
2018-07-17 12:03:41 +02:00
2019-09-09 09:07:15 +02:00
2020-05-15 10:36:15 +02:00
2019-09-07 14:45:59 +02:00
2017-12-26 13:48:09 +01:00
2019-02-20 11:40:27 +01:00
2018-10-10 17:03:02 +02:00
2018-09-24 14:44:24 +02:00
2019-09-07 14:36:50 +02:00

# Various machine learning algorithms. Mostly vanilla.

* [bayesian optimization](https://www.ritchievink.com/blog/2019/08/25/algorithm-breakdown-bayesian-optimization/)
* [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/)
* [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/)
* [affinity propagation](https://www.ritchievink.com/blog/2018/05/18/algorithm-breakdown-affinity-propagation/)
* [genetic algorithms](https://www.ritchievink.com/blog/2018/01/14/computer-build-me-a-bridge/)
* [support vector machine](https://www.ritchievink.com/blog/2017/11/27/implementing-a-support-vector-machine-in-scala/)
* [neural network](https://ritchievink.com/blog/2017/07/10/programming-a-neural-network-from-scratch/)
* [arima models](https://www.ritchievink.com/blog/2018/09/26/algorithm-breakdown-ar-ma-and-arima-models./)
* [expectation maximization](/clustering/expectation_maximization.ipynb)
Description
No description provided
Readme 15 MiB
Languages
Jupyter Notebook 99.6%
Python 0.4%