Skip to content

A collection of Statistical Machine Learning implementations and application projects implemented by me between 2015 and 2019. Features core algorithms (SVM, KNN, RF) and ensemble methods (GBDT, XGBoost, LightGBM)

Notifications You must be signed in to change notification settings

Eric-LLMs/Machine-Learning

Repository files navigation

Machine-Learning-Projects

This repository contains a collection of machine learning projects.

  1. Books-Classifier

    • Use XGBoost to classify books.
  2. GBDT-XGBoost-LightGBM

    • Use XGBoost and LightGBM to predict whether a bicycle has a fault.
  3. SVM-KNN-DT-RF-LR-NB-AdaBoost-Ensemble

    This folder contains implementations of several key machine learning algorithms and an ensemble method that combines these models.

    • Support Vector Machine (SVM)
    • K-Nearest Neighbors (KNN)
    • Decision Tree (DT)
    • Random Forest (RF)
    • Logistic Regression (LR)
    • Naive Bayes (NB)
    • Adaptive Boosting (AdaBoost)
    • Ensemble

About

A collection of Statistical Machine Learning implementations and application projects implemented by me between 2015 and 2019. Features core algorithms (SVM, KNN, RF) and ensemble methods (GBDT, XGBoost, LightGBM)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages