Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 293 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 293 Bytes

Basic-Machine-Learning

Implementation of Basic Machine Learning Models:

  • SupportVectorMachine
  • Multi-Layer Perceptron
  • Bagging Meta-Estimator
  • Forests of Randomized Trees
  • Linear Regression

Needed Installations:

  • pip install sklearn
  • pip install pandas
  • pip install matplotlib