↧
k-means
For a first article, we'll see an implementation in Matlab of the so-called k-means clustering algorithm. K-means algorithm is a very simple and intuitive unsupervised learning algorithm. Indeed, with...
View Article2-D logistic regression
We have previously presented a proposed implementation for the k-means algorithm on computed samples. We saw that the result performed quite well clustering our samples. The next step now is to...
View ArticleCombinatorial analysis - Enumerator
In mathematics, the branch that studies number arrangement is called combinatorial analysis. This a pretty tough exercice in general because one we might think of all possiblilities, all ways numbers...
View Article