Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

brunopacheco1/machinelearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

machinelearning

Some examples of Machine Learning algorithms using Scala and ML Library from Apache Spark.

Classifiers

Decision Tree

com.dev.bruno.ml.classification.DecisionTree

Logistic Regression

com.dev.bruno.ml.classification.LogisticRegression

Naive Bayes

com.dev.bruno.ml.classification.NaiveBayes

Random Forest

com.dev.bruno.ml.classification.RandomForest

Regressors

Decision Tree

com.dev.bruno.ml.regression.DecisionTree

Linear Regression

com.dev.bruno.ml.regression.LogisticRegression

Multiple Variable Regression

com.dev.bruno.ml.classification.NaiveBayes

Random Forest

com.dev.bruno.ml.regression.RandomForest

Deep Learning

Recurrent Neural Network

LSTM

com.dev.bruno.ml.deeplearning.lstm.LSTM

About

Machine Learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published