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.13

  • Sbt 2.1

This package includes

Classification :

Boost :

Regression :

Clustering :

Neural Net & Deep Learning :

Optimization :

Reinforcement Learning :

Feature Analysis :

Feature Transformation :

Abnormal Detection :

TODO

  • Rainbow - Deep Reinforcement Learning

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

  • Neural Architect Search (NAS) - Neural Network & Deep Learning

Installation Process

  1. Install sbt

  2. Clone this project

Test

sbt test

Build Jar

sbt assembly

scala-machine-learning's People

Contributors

scala-steward avatar wei-1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

scala-machine-learning's Issues

Create the Regression Section

Currently, I put Linear Regression in Classification.
And we actually do Linear Regressing Classification in the code.
For actually Linear Regression, we should start a new section and write new code.

  • Multiple Linear Regression
  • Multivariant Linear Regression

Boost for classifier

let's build a classifier trait and implement boost algorithms with it.

  • naive boost
  • weighted boost

Depth Control to Avoid Overfitting

While testing some dataset with my algorithms, I found that my current implementations overfit a lot because there is no depth control or fuzzy logic been taken into consideration.
(especially for tree-based algorithms)
It shouldn't be hard to fix.

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.