Skip to content

Commit 166ca26

Browse files
committed
revise link
1 parent 6f1a021 commit 166ca26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Competition/McKinseyAnalyticsPrediction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The folders included demo programs for leverage scikit-learn, Keras libraries to
55

66
|Algorithm|Description|Link|
77
|------|------|--------|
8-
|[Support Vector Regression (SVR), Neural Network, Long Short-Term Memory (LSTM), Gated Recurrent Unit (GRU)](https://github.com/Cheng-Lin-Li/MachineLearning/tree/master/Competition/McKinseyAnalyticsPrediction) | 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)|
8+
|[Support Vector Regression (SVR), Neural Network, Long Short-Term Memory (LSTM), Gated Recurrent Unit (GRU)](https://github.com/Cheng-Lin-Li/MachineLearning/tree/master/Competition/McKinseyAnalyticsPrediction) | 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/Competition/McKinseyAnalyticsPrediction/NumberOfVehiclesPrediction.ipynb)|
99

1010

1111
## The task:

Competition/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The folders included demo programs for leverage scikit-learn, Keras libraries to
77
|Algorithm|Description|Link|
88
|------|------|--------|
99
|[Support Vector Regression (SVR), Neural Network, Long Short-Term Memory (LSTM), Gated Recurrent Unit (GRU)](https://github.com/Cheng-Lin-Li/MachineLearning/tree/master/Competition/McKinseyAnalyticsPrediction) | 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)](https://github.com/Cheng-Lin-Li/MachineLearning/tree/master/Competition/McKinseyAnalyticsRecommendation) | 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)|
10+
|[Content Based Filtering and Singular Value decomposition (SVD)](https://github.com/Cheng-Lin-Li/MachineLearning/blob/master/Competition/McKinseyAnalyticsPrediction/NumberOfVehiclesPrediction.ipynb) | 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)|
1111

1212

1313

0 commit comments

Comments
 (0)