You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Competition/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ The folders included demo programs for leverage scikit-learn, Keras libraries to
6
6
7
7
|Algorithm|Description|Link|
8
8
|------|------|--------|
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)|
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/tree/master/Competition/McKinseyAnalyticsPrediction)|
10
+
|Content Based Filtering and Singular Value decomposition (SVD) |Under developing!!. 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/Competition/McKinseyAnalyticsRecommendation/Recommendation.ipynb)|
0 commit comments