Skip to content

Commit 2aca36f

Browse files
committed
add recommendation system wording
1 parent 041a932 commit 2aca36f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Competition/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,18 @@ The folders included demo programs for leverage scikit-learn, Keras libraries to
66

77
|Algorithm|Description|Link|
88
|------|------|--------|
9-
|Support Vector Regression (SVR), Neural Network, Long Short-Term Memory (LSTM), Gated Recurrent Unit (GRU) to perform prediction for number of vehicles |This is a demo program to leverage mutile models in one challenge. The final result can be improved by some emsemble techniques like Bootstrap aggregating (bagging), boosting, and stacking to get better performance.|[Source Code](https://github.com/Cheng-Lin-Li/MachineLearning/blob/master/scikit-learn/LinearRegression/sklearn-LinearRegression.py)|
10-
9+
|Support Vector Regression (SVR), Neural Network, Long Short-Term Memory (LSTM), Gated Recurrent Unit (GRU) | This task is to perform prediction for number of vehicles by given data. This is a demo program to leverage mutile models from existing libraries in one challenge. The final result can be improved by some emsemble techniques like Bootstrap aggregating (bagging), boosting, and stacking to get better performance.|[Source Code](https://github.com/Cheng-Lin-Li/MachineLearning/blob/master/scikit-learn/LinearRegression/sklearn-LinearRegression.py)|
10+
|Content Based Filtering and Singular Value decomposition (SVD) | This task is to perform recommendation to users/customers by given data. This is a demo program to leverage Content Based Recommender and Metadata Based Recommender like collaborative filtering (CF) algorithm in one challenge. The final result can be improved by neural network approach like Long-Short Term Memory (LSTM) and Gated Recurrent Unit (GRU) to get a test.|[Source Code](https://github.com/Cheng-Lin-Li/MachineLearning/blob/master/scikit-learn/LinearRegression/sklearn-LinearRegression.py)|
1111

1212

1313

1414
## Reference:
15-
* Machine learning-CSCI567 by Prof. Fei Sha at University of Southern California, Fall 2017.
15+
* [Yehuda Koren, Robert Bell and Chris Volinsky, MATRIX FACTORIZATION TECHNIQUES FOR RECOMMENDER SYSTEMS , IEEE Aug., 2009, p.42~49](https://datajobs.com/data-science-repo/Recommender-Systems-%5BNetflix%5D.pdf)
16+
* [Singular Value decomposition (SVD) in recommender systems for Non-math-statistics-programming wizards](https://medium.com/@m_n_malaeb/singular-value-decomposition-svd-in-recommender-systems-for-non-math-statistics-programming-4a622de653e9)
17+
* Surprise: http://surprise.readthedocs.io/en/stable/index.html. [Github link](https://github.com/NicolasHug/Surprise)
18+
* Rounak Banik, Movie Recommender Systems, https://www.kaggle.com/rounakbanik/movie-recommender-systems
1619
* scikit-learn: http://scikit-learn.org/stable/
17-
* Gaussian Mixture Models - Tutorial Slides by Andrew Moore : http://www.cs.cmu.edu/~./awm/tutorials/gmm.html
18-
* logistic regression: https://en.wikipedia.org/wiki/Logistic_regression
20+
1921

2022
Cheng-Lin Li@University of Southern California
2123

0 commit comments

Comments
 (0)