Monthly Archives: October 2016

Recommender Systems (Notes from Mining of Massive Datasets )

What is Recommender Systems (RS)? It is a subclass of information filtering systems that are meant to predict the preferences or ratings that a user would give to a product. Recommender systems are widely used in movies, news, research articles, … Continue reading

Posted in Machine Learning | Leave a comment

Classification

There are many classifiers to predict a qualitative response (categorical): logistic regression, linear discriminant analysis, KNN, trees, random forests, boosting support vector machines and so on.   Why classification? (1)When it is binary qualitative response, we can code the two … Continue reading

Posted in Machine Learning | Leave a comment

Resources for learning SQL

SQL is a standard language for accessing and manipulating databases. There are many resources online to learn SQL. I will list some of them, which are useful in learning SQL. 1.Coursera  Managing Big Data with MySQL by Duke University.  This is … Continue reading

Posted in SQL | Leave a comment