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

Latest commit

 

History

History
38 lines (24 loc) · 768 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 768 Bytes

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