paper-with-me

Papers

A Big Data Analysis Framework Using Apache Spark and Deep Learning

2017-11-25 · Anand Gupta, Hardeo Thakur, Ritvik Shrivastava, Pulkit Kumar, Sreyashi Nag

With the spreading prevalence of Big Data, many advances have recently been made in this field. Frameworks such as Apache Hadoop and Apache Spark have gained a lot of traction over the past decades and have become massively popular, especially in industries. It is becoming increasingly evident that effective big data analysis is key to solving artificial intelligence problems. Thus, a multi-algorithm library was implemented in the Spark framework, called MLlib. While this library supports multiple machine learning algorithms, there is still scope to use the Spark setup efficiently for highly time-intensive and computationally expensive procedures like deep learning. In this paper, we propose a novel framework that combines the distributive computational abilities of Apache Spark and the advanced machine learning architecture of a deep multi-layer perceptron (MLP), using the popular concept of Cascade Learning. We conduct empirical analysis of our framework on two real world datasets. The results are encouraging and corroborate our proposed framework, in turn proving that it is an improvement over traditional big data analysis methods that use either Spark or Deep learning as individual elements.

📄 PDF Abstract BibTeX arXiv:1711.09279

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

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

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

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

Large-scale text processing pipeline with Apache Spark

2019-12-02 · Alexey Svyatkovskiy, Kosuke Imai, Mary Kroeger, Yuki Shiraito

In this paper, we evaluate Apache Spark for a data-intensive machine learning problem. Our use case focuses on policy diffusion detection across the state legislatures in the United States over time. Previous work on pol…