paper-with-me

Papers

Distributed Function Minimization in Apache Spark

2019-09-17 · Andrea Schioppa

We report on an open-source implementation for distributed function minimization on top of Apache Spark by using gradient and quasi-Newton methods. We show-case it with an application to Optimal Transport and some scalability tests on classification and regression problems.

📄 PDF Abstract BibTeX arXiv:1909.07922

Code (1)

salayatana66/distfom 공식 구현

Tasks

General Classificationregression

Similar Papers 제목 키워드 기반

Distributed Record Linkage in Healthcare Data with Apache Spark

2024-03-09 · Mohammad Heydari, Reza Sarshar, Mohammad Ali Soltanshahi

Healthcare data is a valuable resource for research, analysis, and decision-making in the medical field. However, healthcare data is often fragmented and distributed across various sources, making it challenging to combi…

Decision Making

MMLSpark: Unifying Machine Learning Ecosystems at Massive Scales

2018-10-20 · Mark Hamilton, Sudarshan Raghunathan, Ilya Matiach, Andrew Schonhoffer 외

We introduce Microsoft Machine Learning for Apache Spark (MMLSpark), an ecosystem of enhancements that expand the Apache Spark distributed computing library to tackle problems in Deep Learning, Micro-Service Orchestratio…

BIG-bench Machine LearningDistributed Computingobject-detectionObject Detection

BigDL: A Distributed Deep Learning Framework for Big Data

2018-04-16 · Jason Dai, Yiheng Wang, Xin Qiu, Ding Ding 외

This paper presents BigDL (a distributed deep learning framework for Apache Spark), which has been used by a variety of users in the industry for building deep learning applications on production big data platforms. It a…

Deep LearningFraud DetectionManagementObject Detection

MLlib: Machine Learning in Apache Spark

2015-05-26 · Xiangrui Meng, Joseph Bradley, Burak Yavuz, Evan Sparks 외

Apache Spark is a popular open-source platform for large-scale data processing that is well-suited for iterative machine learning tasks. In this paper we present MLlib, Spark's open-source distributed machine learning li…

BIG-bench Machine Learning

Performance Evaluation of Query Plan Recommendation with Apache Hadoop and Apache Spark

2022-09-17 · Elham Azhir, Mehdi Hosseinzadeh, Faheem Khan, Amir Mosavi

Access plan recommendation is a query optimization approach that executes new queries using prior created query execution plans (QEPs). The query optimizer divides the query space into clusters in the mentioned method. H…

ClusteringDistributed Computing