Skip to content

A bunch of example machine learning projects with real world applications

Notifications You must be signed in to change notification settings

aylint/ml-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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