Skip to content

Commit 1731203

Browse files
committed
revise readme
1 parent ddded9b commit 1731203

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Competition/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ 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) | 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)|
9+
|[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)|
1111

1212

1313

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Thanks,
2424
|[Gaussian Mixture Models (GMMs) on scikit-learn](https://github.com/Cheng-Lin-Li/MachineLearning/tree/master/scikit-learn)|GMMs are among the most statistically mature methods for data clustering (and density estimation). It assumes each component generates data from a Gaussian distribution. This example shows how to use scikit-learn package.|[Source Code](https://github.com/Cheng-Lin-Li/MachineLearning/blob/master/scikit-learn/KMean_GMM/k-means_EM-GMM.py)|
2525
|[K-Means on scikit-learn](https://github.com/Cheng-Lin-Li/MachineLearning/tree/master/scikit-learn)|One of most famous and easy to understand clustering algorithm. This example shows how to use scikit-learn package.|[Source Code](https://github.com/Cheng-Lin-Li/MachineLearning/blob/master/scikit-learn/KMean_GMM/k-means_EM-GMM.py)|
2626
|[PLA on scikit-learn](https://github.com/Cheng-Lin-Li/MachineLearning/tree/master/scikit-learn)|Perceptron Learning Algorithm. A solver for binary classification task. This example shows how to use scikit-learn package.|[Source Code](https://github.com/Cheng-Lin-Li/MachineLearning/blob/master/scikit-learn/PLA/sklearn-Perceptron.py)|
27-
|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/Competition/McKinseyAnalyticsPrediction/NumberOfVehiclesPrediction.ipynb)|
27+
|[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)|
2828

2929

3030
## Reference

0 commit comments

Comments
 (0)