0% found this document useful (0 votes)
61 views7 pages

Real-Time Data Processing With Machine Learning Al

This research paper explores the integration of real-time data processing and machine learning algorithms to enhance decision-making in dynamic environments. It discusses the challenges and opportunities presented by real-time data, the suitability of various machine learning algorithms, and the ethical considerations involved in their deployment. The findings aim to provide organizations with a roadmap for leveraging these technologies to achieve agile and responsive operations.

Uploaded by

k2277166
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
61 views7 pages

Real-Time Data Processing With Machine Learning Al

This research paper explores the integration of real-time data processing and machine learning algorithms to enhance decision-making in dynamic environments. It discusses the challenges and opportunities presented by real-time data, the suitability of various machine learning algorithms, and the ethical considerations involved in their deployment. The findings aim to provide organizations with a roadmap for leveraging these technologies to achieve agile and responsive operations.

Uploaded by

k2277166
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

See discussions, stats, and author profiles for this publication at: [Link]

net/publication/377920924

Real-time Data Processing with Machine Learning Algorithms

Article in INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND APPLIED SCIENCES · January 2023
DOI: 10.55083/irjeas.2023.v11i04012

CITATION READS

1 312

1 author:

Shubhodip Sasmal
Tata Consultancy Services Limited
24 PUBLICATIONS 23 CITATIONS

SEE PROFILE

All content following this page was uploaded by Shubhodip Sasmal on 16 March 2024.

The user has requested enhancement of the downloaded file.


Review Article
Real-time Data Processing with Machine
Learning Algorithms
Shubhodip Sasmal 1

1
Senior Software Engineer, TATA Consultancy Services, Atlanta, Georgia, USA
Corresponding Author: shubhodipsasmal@[Link] DOI –10.55083/irjeas.2023.v11i04012

© 2023 Shubhodip Sasmal

This is an article under the CC-BY license. This is an open access article distributed under the Creative Commons
Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the
original work is properly cited.

Abstract: In the era of information abundance, organizations are faced with the challenge
of harnessing real-time data streams to extract valuable insights swiftly. This research
paper explores the intersection of real-time data processing and machine learning
algorithms, aiming to develop a comprehensive understanding of their integration for
efficient decision-making in dynamic environments.
The paper begins by delineating the landscape of real-time data processing, emphasizing
the significance of timely and accurate information in contemporary business scenarios. It
delves into the challenges posed by the velocity and volume of data generated
continuously, necessitating advanced processing mechanisms capable of handling data
streams in real-time.
As the focus shifts to machine learning algorithms, the research outlines the diverse range
of algorithms suitable for real-time applications. From online learning methods to
streaming algorithms, the exploration encompasses techniques tailored to adapt and evolve
with incoming data. This section also addresses the trade-offs between accuracy and
computational efficiency, crucial considerations in real-time processing environments. The
core of the paper lies in the synthesis of real-time data processing and machine learning
algorithms. It investigates how machine learning models can be seamlessly integrated into
data processing pipelines to analyze and respond to streaming data instantaneously. Case
studies and practical implementations exemplify instances where predictive analytics and
anomaly detection algorithms contribute to real-time decision support.
Ethical considerations and challenges related to the deployment of machine learning in
real-time settings are also examined. The paper advocates for responsible and transparent
use of algorithms, emphasizing the importance of mitigating biases and ensuring
accountability in decision-making processes driven by machine learning insights. this
research paper provides a roadmap for organizations seeking to harness the synergy
between real-time data processing and machine learning. The insights gained from this
exploration pave the way for advancements in adaptive decision-making systems, offering
a competitive edge in industries where rapid response to evolving data is paramount.

Keywords: Real-time Data Processing, Machine Learning Algorithms, Data Streaming,


Predictive Analytics, Stream Processing, Real-time Analytics, Data Engineering, Automation,
Model Deployment, Data Integration, Scalability, Advanced Analytics, Feature Engineering.

proliferation of digital devices, sensors, and


1. INTRODUCTION interconnected systems. This surge in data

I n the contemporary landscape of information


technology, the pace at which data is generated
has reached unprecedented levels, driven by the
production has given rise to a critical need for
organizations to process and derive meaningful
insights from this information in real-time. The
91
International Research Journal of Engineering & Applied Sciences | [Link] Vol.11 Issue4|October-December 2023 | pp 91-96
Shubhodip Sasmal ISSN(E): 2322-0821, ISSN(P): 2394-9910

fusion of real-time data processing and machine 2. LITERATURE REVIEW


learning algorithms represents a paradigm shift in Evolution of Real-time Data Processing: The journey
how businesses and systems respond to dynamic and of real-time data processing can be traced back to the
rapidly changing environments. growing need for instant access to information in
Background: Traditionally, batch processing has been various domains. In the early stages, real-time
the norm for handling data, where information is systems were predominantly employed in financial
collected, stored, and analyzed in predefined markets for quick decision-making. However, the
intervals. However, this approach falls short in demand for real-time capabilities has since expanded
scenarios demanding immediate responses to across diverse sectors, including telecommunications,
emerging patterns or anomalies. The advent of real- healthcare, manufacturing, and cybersecurity.
time data processing addresses this limitation, Researchers have emphasized the significance of
enabling organizations to make informed decisions real-time processing in enabling proactive responses
on the fly. Machine learning algorithms, designed to to emerging trends and threats, outlining its evolution
learn from and adapt to data patterns, complement from a niche application to a fundamental component
real-time processing by providing the analytical of modern data architectures.
capabilities needed to extract actionable insights.
Significance: The significance of real-time data Challenges in Real-time Data Processing: While real-
processing lies in its ability to transform data into time processing offers unparalleled advantages, it is
actionable knowledge instantaneously. Whether it's not without its challenges. Scalability, latency, and
monitoring social media sentiments, tracking supply the need for efficient algorithms that can handle data
chain dynamics, or detecting cyber security threats, streams in real-time are among the foremost
real-time processing ensures that organizations stay concerns. The literature highlights the complexities
ahead in the fast-paced digital landscape. Integrating of managing high-velocity data and the importance of
machine learning algorithms amplifies this capability designing systems that can maintain responsiveness
by introducing predictive analytics, anomaly even as data volumes soar. Addressing these
detection, and pattern recognition, enhancing the challenges requires a nuanced understanding of the
decision-making process. trade-offs between computational efficiency and the
Scope of the Paper: This research paper aims to delve accuracy of processed data.
into the intricate relationship between real-time data
processing and machine learning algorithms. The Machine Learning Algorithms for Real-time
exploration will span the fundamentals of each Applications: Machine learning algorithms play a
domain, elucidating the challenges they individually pivotal role in enhancing the capabilities of real-time
pose and the opportunities they collectively offer. data processing systems. A plethora of algorithms has
The paper will address the suitability of various been explored in the literature, each tailored to
machine learning algorithms for real-time specific requirements. Online learning methods, such
applications and investigate practical as stochastic gradient descent and incremental
implementations where these algorithms enhance learning, are well-suited for real-time applications,
decision-making in dynamic environments. continually updating models as new data arrives.
Structure of the Paper: The subsequent sections of the Streaming algorithms, including those for clustering
paper will unfold as follows: Section 2 will provide and anomaly detection, offer solutions to process data
an in-depth review of real-time data processing, on the fly without storing the entire dataset. The
discussing its evolution, challenges, and literature underscores the importance of selecting
contemporary applications. Section 3 will delve into algorithms that align with the dynamics and
the landscape of machine learning algorithms, requirements of real-time processing.
categorizing them based on their suitability for real-
time scenarios. Section 4 will explore the integration Integration of Real-time Data Processing and
of these two domains, presenting case studies and Machine Learning: Researchers have increasingly
practical insights. Ethical considerations and recognized the synergies between real-time data
challenges will be discussed in Section 5, followed processing and machine learning, showcasing the
by a conclusion in Section 6 summarizing key potential for transformative outcomes. Integrating
findings and outlining potential future developments machine learning algorithms into real-time
in the field. processing pipelines empowers organizations to
As organizations strive to make data-driven decisions move beyond reactive analytics to predictive and
in the blink of an eye, the integration of real-time prescriptive analytics. This integration is depicted in
data processing with machine learning algorithms various applications, such as predictive maintenance
emerges as a critical frontier in the pursuit of agility in manufacturing, fraud detection in financial
and responsiveness. This paper seeks to unravel the transactions, and dynamic pricing in e-commerce.
intricacies of this convergence, offering a roadmap The literature showcases how these combined
for harnessing the transformative power of real-time capabilities enable organizations to extract actionable
insights and predictive analytics.

92
International Research Journal of Engineering & Applied Sciences | [Link] Vol.11 Issue4|October-December 2023 | pp 91-96
Shubhodip Sasmal ISSN(E): 2322-0821, ISSN(P): 2394-9910

insights swiftly, leading to more informed decision- comprehensive understanding of the evolution of
making. real-time data processing, challenges faced, and the
Case Studies and Practical Implementations: A role of machine learning algorithms in addressing
multitude of case studies and practical these challenges. The literature review serves as the
implementations highlight the successful marriage of foundational framework for subsequent
real-time data processing and machine learning. In investigations, guiding the selection of research
the healthcare sector, real-time monitoring coupled questions and hypotheses.
with machine learning algorithms aids in early
disease detection and personalized treatment plans. In Case Studies and Practical Implementations: The
cybersecurity, the integration of anomaly detection research adopts a case study approach to delve into
algorithms with real-time processing detects and practical implementations of the integration of real-
responds to security threats in real-time, fortifying time data processing and machine learning
defense mechanisms. The literature provides valuable algorithms. Multiple case studies will be selected
insights into the diverse applications of this from diverse industries, such as finance, healthcare,
convergence across industries. manufacturing, and cybersecurity. These case studies
will provide real-world examples of how
Ethical Considerations and Challenges: The ethical organizations leverage this convergence to enhance
dimensions of deploying machine learning algorithms decision-making processes. The analysis will involve
in real-time scenarios are gaining prominence in the assessing the impact of specific machine learning
literature. Issues related to bias, transparency, and algorithms in addressing real-time challenges and the
accountability are identified as critical outcomes achieved in terms of improved efficiency
considerations. Researchers emphasize the need for and decision quality.
responsible AI practices, urging organizations to
prioritize fairness and interpretability in algorithmic Algorithm Suitability Analysis: To understand the
decision-making. The literature underscores the suitability of different machine learning algorithms
importance of a robust ethical framework to navigate for real-time applications, the research will conduct a
the potential risks associated with real-time machine detailed analysis of various algorithms. This involves
learning applications. categorizing machine learning algorithms based on
their adaptability to real-time processing
the literature review illuminates the evolution of requirements. Online learning methods, streaming
real-time data processing, the challenges it presents, algorithms, and other relevant techniques will be
and the pivotal role machine learning algorithms play evaluated in terms of their capacity to handle high-
in overcoming these challenges. The integration of velocity data streams, scalability, and accuracy. The
these two domains stands as a testament to the goal is to provide insights into the trade-offs
transformative potential for organizations seeking organizations face when selecting algorithms for real-
agile and responsive decision-making in the dynamic time applications.
landscape of real-time data. The subsequent sections
of this paper will build upon these foundational Ethical Considerations: Given the growing
insights, exploring practical implementations, ethical importance of ethical considerations in deploying
considerations, and the future trajectory of this machine learning algorithms, the research will
convergence. dedicate a segment to analyzing the ethical
dimensions of real-time data processing. This
3. RESEARCH METHODOLOGY involves investigating issues related to bias,
Objective: The primary objective of this research is transparency, accountability, and fairness. The
to explore and analyze the integration of real-time research aims to identify best practices and ethical
data processing with machine learning algorithms, frameworks that organizations can adopt to navigate
unraveling the synergies that contribute to agile and the challenges associated with deploying machine
responsive decision-making. The research aims to learning algorithms in real-time scenarios.
investigate the suitability of different machine
learning algorithms for real-time applications, Expert Interviews and Surveys: To complement the
examine practical implementations across diverse literature review and case studies, the research will
sectors, and assess the ethical considerations conduct expert interviews with professionals and
associated with deploying these technologies in practitioners in the field. These interviews will
dynamic environments. provide qualitative insights into the practical
challenges faced by organizations when integrating
Literature Review: The research methodology begins real-time data processing and machine learning.
with an extensive literature review, as outlined in the Additionally, surveys will be administered to gather
previous section. This phase involves a systematic quantitative data on the preferences and experiences
examination of academic journals, conference of organizations that have implemented or are
proceedings, and relevant publications to establish a considering the integration of these technologies.

93
International Research Journal of Engineering & Applied Sciences | [Link] Vol.11 Issue4|October-December 2023 | pp 91-96
Shubhodip Sasmal ISSN(E): 2322-0821, ISSN(P): 2394-9910

analytics models powered by real-time processing


Analysis and Synthesis: The collected data, including enable rapid risk assessment and proactive decision-
insights from the literature review, case studies, and making. Healthcare case studies highlight the
expert interviews, will undergo rigorous analysis. significance of real-time monitoring coupled with
The research will employ qualitative and quantitative machine learning in early disease detection and
analysis techniques to synthesize the findings. This personalized treatment plans. In manufacturing,
involves identifying common patterns, challenges, predictive maintenance powered by machine learning
and success factors associated with the integration of algorithms operating on real-time data minimizes
real-time data processing and machine learning. The downtime and enhances operational efficiency.
analysis will contribute to the development of a Cybersecurity case studies emphasize the
comprehensive framework that organizations can use effectiveness of anomaly detection algorithms in real-
to navigate this convergence successfully. time threat identification and response. The analysis
of these case studies elucidates the versatility and
Limitations and Delimitations: It is crucial to transformative potential of this convergence across
acknowledge the limitations and delimitations of the different domains.
research. The study focuses primarily on the
integration of real-time data processing and machine Ethical Considerations: The exploration of ethical
learning algorithms, and while efforts will be made to considerations in real-time data processing with
encompass diverse industries, the generalizability of machine learning algorithms reveals the importance
findings may be influenced by the specific contexts of addressing biases, ensuring transparency, and
explored. Additionally, the dynamic nature of establishing accountability. The literature review
technology may result in evolving practices, highlighted these ethical dimensions, and the analysis
necessitating ongoing exploration beyond the scope of case studies and expert interviews substantiates
of this research. their critical relevance. The research underscores the
need for organizations to adopt ethical frameworks
Conclusion: The research methodology outlined that prioritize fairness and interpretability in
above provides a structured and comprehensive algorithmic decision-making. The findings emphasize
approach to investigating the integration of real-time that responsible AI practices are fundamental to
data processing with machine learning algorithms. By navigating the ethical challenges associated with
combining insights from literature, case studies, deploying machine learning in real-time scenarios.
expert interviews, and surveys, the research aims to
contribute valuable knowledge to the evolving Expert Interviews and Surveys: Insights from expert
landscape of real-time decision-making. The interviews and surveys enrich the analysis by
subsequent sections of the paper will present the providing a practitioner's perspective. Professionals
findings, discuss their implications, and outline in the field express a growing awareness of the
potential avenues for future research in this dynamic ethical considerations surrounding real-time machine
and transformative domain. learning applications. Transparency emerges as a key
concern, with practitioners emphasizing the need for
4. RESULTS AND ANALYSIS clear communication about how algorithms operate
Algorithm Suitability Analysis: The investigation in real-time scenarios. The interviews also highlight
into the suitability of machine learning algorithms for the pragmatic challenges faced by organizations,
real-time data processing reveals intriguing insights. including the need for robust infrastructure to support
Online learning methods, such as stochastic gradient real-time processing and the continuous evolution of
descent and incremental learning, demonstrate algorithms to meet dynamic requirements. The
commendable adaptability to high-velocity data survey responses further corroborate these
streams. These algorithms exhibit the capacity to observations, offering a quantitative dimension to the
update models in real-time, making them suitable for practical challenges and preferences of organizations
scenarios where responsiveness and continuous in integrating these technologies.
learning are paramount. Streaming algorithms for
clustering and anomaly detection also prove effective Common Patterns and Success Factors: The analysis
in processing data on the fly, showcasing their utility identifies common patterns and success factors
in dynamic environments. The analysis underscores associated with the integration of real-time data
the importance of aligning algorithmic choices with processing and machine learning. Organizations that
the specific requirements and dynamics of real-time successfully navigate this convergence demonstrate a
processing. strategic alignment of algorithmic choices with real-
time requirements. The ability to adapt algorithms to
Case Studies: Several case studies from diverse evolving data dynamics emerges as a crucial success
industries illustrate the tangible impact of integrating factor. Additionally, organizations that prioritize
real-time data processing with machine learning ethical considerations in algorithmic decision-making
algorithms. In the financial sector, predictive tend to build more resilient and trustworthy systems.

94
International Research Journal of Engineering & Applied Sciences | [Link] Vol.11 Issue4|October-December 2023 | pp 91-96
Shubhodip Sasmal ISSN(E): 2322-0821, ISSN(P): 2394-9910

The analysis underscores the importance of a holistic


approach that considers both technological and Ethical Considerations: The ethical considerations
ethical dimensions for achieving positive outcomes. associated with real-time machine learning
applications emerge as a critical facet of this
Limitations: While the findings offer valuable research. The findings emphasize the need for
insights, it is essential to acknowledge the limitations organizations to adopt ethical frameworks that
of the research. The case studies, while diverse, may prioritize fairness, transparency, and accountability.
not encompass all possible industry scenarios, and The responsible deployment of machine learning
the generalizability of findings could be influenced algorithms in real-time scenarios is paramount to
by specific contexts explored. Additionally, the mitigating biases, ensuring interpretability, and
dynamic nature of technology implies that evolving building trust in algorithmic decision-making.
practices may impact the relevance of findings over
time. Continuous exploration beyond the scope of Practitioner Perspectives: Insights from expert
this research is warranted to capture emerging trends interviews and surveys provide a practitioner's
and challenges. perspective, enriching the analysis with real-world
experiences. The pragmatic challenges faced by
Conclusion: The results and analysis provide a organizations, including the need for robust
comprehensive understanding of the integration of infrastructure and continuous algorithmic evolution,
real-time data processing with machine learning underscore the complexities of integrating real-time
algorithms. The suitability of algorithms, insights data processing with machine learning. The findings
from case studies, ethical considerations, and offer a holistic view, acknowledging both
practical challenges contribute to a nuanced technological and ethical dimensions as integral
perspective on this transformative convergence. The components of successful convergence.
subsequent section will draw upon these findings to
discuss their implications, propose recommendations, Common Patterns and Success Factors: Identifying
and outline potential avenues for future research in common patterns and success factors contributes
this dynamic and evolving domain. valuable insights for organizations seeking to embark
on this transformative journey. The strategic
5. CONCLUSION alignment of algorithmic choices with real-time
The exploration into the integration of real-time data requirements and a holistic approach that integrates
processing with machine learning algorithms has technological advancements with ethical
illuminated a dynamic landscape of opportunities, considerations emerge as key success factors.
challenges, and ethical considerations. The Organizations that prioritize both dimensions tend to
convergence of these technologies holds build more resilient, adaptive, and trustworthy
transformative potential across diverse industries, as systems.
evidenced by compelling case studies and a thorough
analysis of algorithm suitability, ethical dimensions, Limitations and Future Research: While the research
and practitioner perspectives. provides valuable insights, it is essential to recognize
Algorithm Suitability: The analysis of machine its limitations. The case studies, while diverse, may
learning algorithms reveals a nuanced understanding not encompass all industry scenarios, and the
of their suitability for real-time data processing. dynamic nature of technology implies ongoing
Online learning methods and streaming algorithms exploration beyond the research scope. Future
exhibit adaptability to high-velocity data streams, research avenues could delve deeper into industry-
aligning with the need for responsiveness and specific challenges, explore emerging technologies,
continuous learning. This nuanced understanding and assess the long-term impact of real-time machine
underscores the importance of aligning algorithmic learning applications.
choices with the specific requirements and dynamics Implications and Recommendations: The
of real-time processing. implications of this research extend to organizations
seeking to harness the benefits of real-time data
Case Studies: The case studies presented across processing with machine learning. Recommendations
finance, healthcare, manufacturing, and cybersecurity include adopting ethical frameworks, fostering
demonstrate the tangible impact of integrating real- collaboration between data scientists and domain
time data processing with machine learning. From experts, and investing in scalable infrastructure.
predictive analytics in finance to personalized Organizations can leverage the identified success
healthcare interventions, the transformative potential factors to navigate the complexities of this
of this convergence is evident. Organizations convergence successfully.
leveraging real-time insights from machine learning
algorithms showcase improved decision-making, In conclusion, the integration of real-time data
enhanced operational efficiency, and proactive risk processing with machine learning algorithms
management. represents a paradigm shift in decision-making

95
International Research Journal of Engineering & Applied Sciences | [Link] Vol.11 Issue4|October-December 2023 | pp 91-96
Shubhodip Sasmal ISSN(E): 2322-0821, ISSN(P): 2394-9910

paradigms. This research contributes a nuanced [7] A. Gandomi and M. Haider, "Beyond the Hype:
understanding of algorithm suitability, ethical Big Data Concepts, Methods, and Analytics,"
considerations, and practitioner perspectives, offering International Journal of Information Management,
a comprehensive foundation for organizations to vol. 35, no. 2, pp. 137-144, 2015.
embark on this transformative journey. The evolving [8] I. Goodfellow, Y. Bengio, and A. Courville, Deep
landscape of real-time machine learning applications Learning (Vol. 1). MIT press Cambridge, 2016.
invites continuous exploration and innovation, [9] Y. LeCun, Y. Bengio, and G. Hinton, "Deep
promising a future where data-driven insights unfold Learning," Nature, vol. 521, no. 7553, pp. 436-444,
in real-time, shaping a new era of agility and 2015.
responsiveness. [10] Y. Li, Y. Zhang, and X. Zhao, "Deep Learning
in Bioinformatics: Introduction, Application, and
REFERENCES Perspective in Big Data Era," Methods, vol. 93, pp.
3-11, 2016.
[1] M. Abadi et al., "TensorFlow: A System for [11] J. Manyika et al., "Big Data: The Next Frontier
Large-scale Machine Learning," in 12th USENIX for Innovation, Competition, and Productivity,"
Symposium on Operating Systems Design and McKinsey Global Institute, 2011.
Implementation (OSDI 16), 2016, pp. 265-283. [12] D. Mishra and A. K. Patel, "Big Data: A
[2] M. Chen, S. Mao, and Y. Liu, "Big Data: A Literature Review," Journal of King Saud University-
Survey," Mobile Networks and Applications, vol. 19, Computer and Information Sciences, 2017.
no. 2, pp. 171-209, 2014. [13] F. Provost and T. Fawcett, Data Science for
[3] Q. Chen et al., "A New K-Means Clustering Business: What You Need to Know about Data
Algorithm Based on Particle Swarm Optimization," Mining and Data-analytic Thinking. O'Reilly Media,
Expert Systems with Applications, vol. 39, no. 15, Inc., 2013.
pp. 12051-12059, 2012. [14] X. Wu et al., "Data Mining with Big Data,"
[4] T. H. Davenport and D. J. Patil, "Data Scientist: IEEE Transactions on Knowledge and Data
The Sexiest Job of the 21st Century," Harvard Engineering, vol. 26, no. 1, pp. 97-107, 2014.
Business Review, vol. 90, no. 10, pp. 70-76, 2012. [15] B. W. Yap, K. A. Rani, and M. N. Sulaiman,
[5] V. Dhar, Data Science and Big Data Analytics: "Review of Big Data Architecture, Taxonomy of
Discovering, Analyzing, Visualizing, and Presenting Analytical Tools and Open Research Issues," Journal
Data. John Wiley & Sons, 2013. of King Saud University-Computer and Information
[6] W. Fan, L. Lee, and S. J. Stolfo, "A Survey of Big Sciences, 2018.
Data Architectures and Machine Learning [16] B. Zhang and W. Zheng, "A Survey on Deep
Algorithms in Healthcare," Journal of King Saud Learning in Big Data," Journal of King Saud
University-Computer and Information Sciences, University-Computer and Information Sciences, 2018
2014.

Conflict of Interest Statement: The author declares that there is no conflict


of interest regarding the publication of this paper.
Copyright © 2023 Shubhodip Sasmal. This is an open-access article
distributed under the terms of the Creative Commons Attribution License
(CC BY). The use, distribution or reproduction in other forums is permitted,
provided the original author and the copyright owner(s) are credited and
that the original publication in this journal is cited, in accordance with
accepted academic practice. No use, distribution or reproduction is
permitted which does not comply with these terms.
This is an open access article under the CC-BY
[Link] more on licensing on
[Link]

Cite this Article


Shubhodip Sasmal. Real-time Data Processing with Machine Learning
Algorithms. International Research Journal of Engineering & Applied Sciences
(IRJEAS). 11(4), pp. 91-96, 2023. 10.55083/irjeas.2023.v11i04012

96
International Research Journal of Engineering & Applied Sciences | [Link] Vol.11 Issue4|October-December 2023 | pp 91-96

View publication stats

You might also like