malcolmgreaves / fp4ml   0.0.0

GitHub

A library of machine learning algorithms implemented using principles of functional programming.

Scala versions: 2.11

fp4ml

Build Status Coverage Status Codacy Badge Stories in Ready Join the chat at https://gitter.im/malcolmgreaves/fp4ml Maven Central

Machine learning for functional programmers.

Project Structure

This repository is split into subprojects:

  • fp4ml-main

    • The meat and potatoes of the fp4ml project. Includes:
      • learning algorithms
      • abstractions
      • data structures
      • experiment frameworks
      • evaluation metrics
      • model definitions, formats
    • Depends on 3rd party libraries including:
  • fp4ml-spark

    • An extension of fp4ml-main to use elements from the Apache Spark ecosystem.

Legal

The original author retains copyright over all material contained within this repository. Use of this code is governed under the terms of the Apache 2.0 open source software license. See the LICENSE file for more details.