What's new in Machine learning ?
Recommendation Systems or Rec-Sys- How does it work?
Why do the we care about the Recommendation Systems, the answer to this question may be different based on different perspective. For example, for...
Machine learning explained
Machine Learning Explained: Vectorization and matrix operations
Today in Machine Learning Explained, we will tackle a central (yet under-looked) aspect of Machine Learning: vectorization. Let's say you want to compute the...
Machine Learning Explained: Kmeans
Kmeans is one of the most popular and simple algorithm to discover underlying structures in your data. The goal of kmeans is simple, split your...
Machine Learning Explained: Dimensionality Reduction
Dealing with a lot of dimensions can be painful for machine learning algorithms. High dimensionality will increase the computational complexity, increase the risk of...