scispace - formally typeset
B

Burak Yavuz

Researcher at Boğaziçi University

Publications -  9
Citations -  2009

Burak Yavuz is an academic researcher from Boğaziçi University. The author has contributed to research in topics: Spark (mathematics) & Matrix (mathematics). The author has an hindex of 7, co-authored 9 publications receiving 1767 citations.

Papers
More filters
Journal Article

MLlib: machine learning in apache spark

TL;DR: MLlib as mentioned in this paper is an open-source distributed machine learning library for Apache Spark that provides efficient functionality for a wide range of learning settings and includes several underlying statistical, optimization, and linear algebra primitives.
Proceedings ArticleDOI

Structured Streaming: A Declarative API for Real-Time Applications in Apache Spark

TL;DR: Structured Streaming is a new high-level streaming API in Apache Spark based on the experience with Spark Streaming that achieves high performance via Spark SQL's code generation engine and can outperform Apache Flink by up to 2x and Apache Kafka Streams by 90x.
Posted Content

MLlib: Machine Learning in Apache Spark

TL;DR: MLlib as discussed by the authors is an open-source distributed machine learning library for Apache Spark that provides efficient functionality for a wide range of learning settings and includes several underlying statistical, optimization, and linear algebra primitives.
Proceedings ArticleDOI

Matrix Computations and Optimization in Apache Spark

TL;DR: In this paper, the authors describe matrix computations available in the cluster programming framework, Apache Spark, which is able to exploit the computational power of a cluster, while running code written decades ago for a single core.
Posted Content

Matrix Computations and Optimization in Apache Spark

TL;DR: A comprehensive set of benchmarks for hardware accelerated matrix computations from the J VM, which is interesting in its own right, as many cluster programming frameworks use the JVM.