Coder Social home page Coder Social logo

scala-machine-learning's Introduction

Scala Machine Learning

Branch Status CodeCov
master Build Status Codecov
develop Build Status Codecov

Light Weight Scala Machine Learning Library

A very light weight Scala machine learning library that provide some basic ML algorithms in Scala. The repo is served as a algorithm gallery. Please enjoy and dive into the algorithm that you will like to learn in its basic level.

Dev-Environment

  • Scala 2.12

  • Sbt 1.2

This package includes

Classification :

  • Naive Bayesian Decision

  • K-Nearest Neighborhood (KNN)

  • Gaussian Process Classification

  • Linear Regression

  • Linear Support Vector Machine (linear-SVM)

  • Perceptron

  • Decision Tree

  • Random Forest

Boost :

  • Naive Boost

  • Weighted Boost

Clustering :

  • Hierarchical

  • DBSCAN

  • HDBSCAN

  • BIRCH

  • K-Means

  • EM Cluster

  • Density Peak Cluster

Neural Net & Deep Learning :

  • Neural Network (NN)

  • Restricted Boltzmann Machine (RBM)

  • Deep Belief Network (DBN)

  • Long Short-Term Memory (LSTM)

  • Neural Turing Machine - Memory Searching Cognition (Code in a Different Repo)

Optimization :

  • Gene Algorithm (GA)

  • Minimax

  • Monte Carlo Tree Search

Reinforcement Learning :

  • Naive Feedback

  • Q-Learning

  • Q-Neural Learning

  • Deep Q-Network (DQN)

  • Double DQN (D-DQN)

  • Asynchronous Advantage Actor-Critic (A3C)

Feature Analysis :

  • Student-T Test

  • ANOVA

  • Linear Discriminant Analysis

  • Quadratic Discriminant Analysis

TODO

  • Alpha-go Zero (MCTS-NN) - Deep Reinforcement Learning

Installation Process

  1. Install sbt

  2. Clone this project

git clone https://github.com/Wei-1/Scala-Machine-Learning.git

Test

sbt test

Build Jar

sbt assembly

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.