paper-with-me

Papers

Scalable Manifold Learning for Big Data with Apache Spark

2018-08-31 · Frank Schoeneman, Jaroslaw Zola

Non-linear spectral dimensionality reduction methods, such as Isomap, remain important technique for learning manifolds. However, due to computational complexity, exact manifold learning using Isomap is currently impossible from large-scale data. In this paper, we propose a distributed memory framework implementing end-to-end exact Isomap under Apache Spark model. We show how each critical step of the Isomap algorithm can be efficiently realized using basic Spark model, without the need to provision data in the secondary storage. We show how the entire method can be implemented using PySpark, offloading compute intensive linear algebra routines to BLAS. Through experimental results, we demonstrate excellent scalability of our method, and we show that it can process datasets orders of magnitude larger than what is currently possible, using a 25-node parallel~cluster.

📄 PDF Abstract BibTeX arXiv:1808.10776

Code (1)

https://gitlab.com/SCoRe-Group/IsomapSpark 공식 구현

Tasks

Dimensionality Reduction

Similar Papers 제목 키워드 기반

Mobile Big Data Analytics Using Deep Learning and Apache Spark

2016-02-23 · Mohammad Abu Alsheikh, Dusit Niyato, Shaowei Lin, Hwee-Pink Tan 외

The proliferation of mobile devices, such as smartphones and Internet of Things (IoT) gadgets, results in the recent mobile big data (MBD) era. Collecting MBD is unprofitable unless suitable analytics and learning method…

Activity RecognitionDeep Learning

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

Flexible and Scalable Deep Learning with MMLSpark

2018-04-11 · Mark Hamilton, Sudarshan Raghunathan, Akshaya Annavajhala, Danil Kirsanov 외

In this work we detail a novel open source library, called MMLSpark, that combines the flexible deep learning library Cognitive Toolkit, with the distributed computing framework Apache Spark. To achieve this, we have con…

Deep LearningDistributed Computing

Distributed Streaming Analytics on Large-scale Oceanographic Data using Apache Spark

2019-07-31 · Janak Dahal, Elias Ioup, Shaikh Arifuzzaman, Mahdi Abdelguerfi

Real-world data from diverse domains require real-time scalable analysis. Large-scale data processing frameworks or engines such as Hadoop fall short when results are needed on-the-fly. Apache Spark's streaming library i…

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