Giter Site home page Giter Site logo

xiliangsong / public Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sailing-pmls/bosen

0.0 2.0 0.0 35.86 MB

SailingLab's Petuum project.

Home Page: http://petuum.org/

License: BSD 3-Clause "New" or "Revised" License

Makefile 0.73% Shell 1.35% C++ 96.49% Python 1.43%

public's Introduction

Recent Changes

Version 0.93:
-More compatibility fixes for Lasso/LR; should now work on a wider range of configurations
-Hotfix 11/20/2014: Fixed an initialization issue with the PS, that affected LDA under some configurations

Version 0.92:
-Fixed Lasso/LR not working on some machine configurations
-Added --ps_row_cache_size option to MF, to control memory usage on very large matrices
-Fixed LDA not saving log-likelihood to disk

Version 0.91:
-Fixed minor bugs in the LDA app

Version 0.9:
-Initial Petuum beta release

Petuum

Wiki manual (latest version of Petuum only): http://github.com/sailinglab/petuum/wiki
PDF manual (for this version of Petuum): https://github.com/petuum/public/raw/release_0.93/Petuumv0.93documentation.pdf

Website: http://www.petuum.org.

Petuum is a distributed machine learning framework. It takes care of the difficult system "plumbing work", allowing you to focus on the ML. Petuum runs efficiently at scale on research clusters and cloud compute like Amazon EC2 and Google GCE.

Petuum provides essential distributed programming tools to tackle the challenges of running ML at scale: Big Data (many data samples) and Big Models (very large parameter and intermediate variable spaces). Petuum addresses these challenges with a distributed parameter server (key-value storage), a distributed model scheduler, and out-of-core (disk) storage. Unlike general-purpose distributed programming platforms, Petuum is designed specifically for ML algorithms. This means that Petuum takes advantage of data correlation, staleness, and other statistical properties to maximize the performance for ML algorithms.

In addition to distributed ML programming tools, Petuum comes with several distributed ML algorithms, all implemented on top of the Petuum framework for speed and scalability:
-Latent Dirichlet Allocation (a.k.a Topic Modeling)
-Least-squares Matrix Factorization (a.k.a Collaborative Filtering)
-Lasso and Logistic regression
-Deep Neural Network

Petuum comes from "perpetuum mobile," which is a musical style characterized by a continuous steady stream of notes. Paganini's Moto Perpetuo is an excellent example. It is our goal to build a system that runs efficiently and reliably -- in perpetual motion.

public's People

Contributors

jinliangwei avatar hoqirong avatar heydavid525 avatar

Watchers

James Cloos avatar Song Xiliang 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.