What is Streaming K-Means
Streaming k-means is a version of k-means where the dataset is fed in a stream rather than all dumped at
What is DBSCAN clustering algorithm?
There are different approaches and algorithms to perform clustering tasks which can be divided into three sub-categories: Partition-based clustering: k-means,
What is a recommender system?
The recommender system produces a list of recommendations such as movies to see, products to buy, news to read, and
What is AdaBoost classification?
Adaboost stands for Adaptive Boosting where a set of simple and weak classifiers is used to achieve an improved classifier
How to deal with categorical features? And what is one-hot-encoding?
Categorical features usually indicate the type of observation. For instance, "Gender" can have two categories such as 'male'