Giter Site home page Giter Site logo

mlearning's Introduction

SpLearn: A CS6350 Machine Learning Library

SpLearn is a machine learning library developed by Spencer Elkington for use during the CS6350: Machine Learning course at the University of Utah.

SpLearn is built to run off of the same general interface as the scikit-learn package commmonly used for statistical analysis and modelling.

Getting Started

You can run run.sh in order to install dependencies and begin a new Jupyter Lab session. Python files and notebooks can use import splearn to begin using SpLearn models.

SpLearn is dependent on:

Documentation

All machine learning models and methods in SpLearn use PyDocs to document method signatures, along with weak typing provided. In general, training and test data will accept Pandas DataFrame or Series objects.

The available SpLearn packages are:

  • SpLearn.Metrics: A collection of metric methods used for model testing and additional utility
  • SpLearn.DecisionTree: A collection of DecisionTree models
  • SpLearn.EnsembleLearning: A collection of Ensemble learning classifiers that make use of weaker modesl to boost accuracy.
  • SpLearn.Linear: A collection of regression algorithms to generate models with continuous outputs.
  • SpLearn.Perceptron: A Perceptron learning model used to create boundaries for linear separability.

mlearning's People

Contributors

spelkington avatar

Watchers

 avatar

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.