paper-with-me

Papers

Splash: User-friendly Programming Interface for Parallelizing Stochastic Algorithms

2015-06-24 · Yuchen Zhang, Michael. I. Jordan

Stochastic algorithms are efficient approaches to solving machine learning and optimization problems. In this paper, we propose a general framework called Splash for parallelizing stochastic algorithms on multi-node distributed systems. Splash consists of a programming interface and an execution engine. Using the programming interface, the user develops sequential stochastic algorithms without concerning any detail about distributed computing. The algorithm is then automatically parallelized by a communication-efficient execution engine. We provide theoretical justifications on the optimal rate of convergence for parallelizing stochastic gradient descent. Splash is built on top of Apache Spark. The real-data experiments on logistic regression, collaborative filtering and topic modeling verify that Splash yields order-of-magnitude speedup over single-thread stochastic algorithms and over state-of-the-art implementations on Spark.

📄 PDF Abstract BibTeX arXiv:1506.07552

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative FilteringDistributed Computing

Similar Papers 제목 키워드 기반

ChatLogo: A Large Language Model-Driven Hybrid Natural-Programming Language Interface for Agent-based Modeling and Programming

2023-08-16 · John Chen, Uri Wilensky

Building on Papert (1980)'s idea of children talking to computers, we propose ChatLogo, a hybrid natural-programming language interface for agent-based modeling and programming. We build upon previous efforts to scaffold…

Language ModelingLanguage ModellingLarge Language Model

Swarm-in-Blocks: Simplifying Drone Swarm Programming with Block-Based Language

2025-08-15 · Agnes Bressan de Almeida, Joao Aires Correa Fernandes Marsicano arxiv

Swarm in Blocks, originally developed for CopterHack 2022, is a high-level interface that simplifies drone swarm programming using a block-based language. Building on the Clover platform, this tool enables users to creat…

Application of the interactive Leipzig Corpus Miner as a generic research platform for the use in the social sciences

2021-10-06 · Christian Kahmann, Andreas Niekler, Gregor Wiedemann

This article introduces to the interactive Leipzig Corpus Miner (iLCM) - a newly released, open-source software to perform automatic content analysis. Since the iLCM is based on the R-programming language, its generic te…

PRoTECT: Parallelized Construction of Safety Barrier Certificates for Nonlinear Polynomial Systems

2024-04-23 · Ben Wooding, Viacheslav Horbanov, Abolfazl Lavaei

We develop an open-source software tool, called PRoTECT, for the parallelized construction of safety barrier certificates (BCs) for nonlinear polynomial systems. This tool employs sum-of-squares (SOS) optimization progra…

Debugging Non-Ground ASP Programs: Technique and Graphical Tools

2018-08-01 · Carmine Dodaro, Philip Gasteiger, Kristian Reale, Francesco Ricca 외

Answer Set Programming (ASP) is one of the major declarative programming paradigms in the area of logic programming and non-monotonic reasoning. Despite that ASP features a simple syntax and an intuitive semantics, error…