added gmm
This commit is contained in:
parent
524d052d03
commit
4802ed19b8
1044
clustering/mixture_models_dirichlet_process.ipynb
Normal file
1044
clustering/mixture_models_dirichlet_process.ipynb
Normal file
File diff suppressed because one or more lines are too long
10
readme.md
10
readme.md
@ -1,6 +1,10 @@
|
||||
# Various machine learning algorithms. Mostly vanilla.
|
||||
|
||||
* [neural network](https://ritchievink.com/blog/2017/07/10/programming-a-neural-network-from-scratch/)
|
||||
* [support vector machine](https://www.ritchievink.com/blog/2017/11/27/implementing-a-support-vector-machine-in-scala/)
|
||||
* [genetic algorithms](https://www.ritchievink.com/blog/2018/01/14/computer-build-me-a-bridge/)
|
||||
* [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/)
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user