Skip to content

jack482653/ML-Technique

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML-Technique

All Programming implementation from Machine Learning Technique homework. I try & implement the following machine learning algorithm:

  • HW1
    • Hard-Margin Support Vector Machine (by cvxopt)
    • Soft-Margin Support Vector Machine (by sklearn)
  • HW2
    • Adaboost + Decision Stump
    • Kernel Ridge Regession
  • HW3
    • Decision Tree (CART)
    • Random Forest (CART)
  • HW4
    • K-Means
    • K-Nearest Neighbor
    • Netural Network

All program is written by Python, parameters are fixed and you can just command: python {program name}.py

About

All Programming implementation from Machine Learning Technique homework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages