https://github.com/bruce-lee-ly/machine_learning
Implement several common machine learning algorithms with sklearn.
https://github.com/bruce-lee-ly/machine_learning
ensemble-learning machine-learning python sklearn supervised-learning unsupervised-learning
Last synced: 7 months ago
JSON representation
Implement several common machine learning algorithms with sklearn.
- Host: GitHub
- URL: https://github.com/bruce-lee-ly/machine_learning
- Owner: Bruce-Lee-LY
- License: mit
- Created: 2022-05-23T15:32:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-02T13:33:23.000Z (over 3 years ago)
- Last Synced: 2025-01-16T09:38:55.787Z (9 months ago)
- Topics: ensemble-learning, machine-learning, python, sklearn, supervised-learning, unsupervised-learning
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Machine Learning
Implement several common machine learning algorithms with sklearn.## Ensemble Learning
- random forest## Supervised Learning
- decision tree
- KNN
- linear regression
- logistic regression
- naive Bayes
- SVM## Unsupervised Learning
- KMeans
- PCA