Skip to content

Latest commit

 

History

History
20 lines (8 loc) · 785 Bytes

README.md

File metadata and controls

20 lines (8 loc) · 785 Bytes

ml-projects

ML

A bunch of example machine learning projects with real world applications

Problem Methods Libs Repo
Company Bankruptcy Prediction
(Multivariate Classification)
Naive Bayes Classifier,
Random Forest Classifier
sklearn, matplotlib company-fault-pred
Stock Price Prediction (regression) Fuzzy Logic, ANFIS, time series, ensemble learning anfis, genfis, matlab stock-price-anfis
Multi-Class Logistic Regression Logistic Regression numpy, pandas log-reg-multi