AASHISH FINAL REPORT
AASHISH FINAL REPORT
AASHISH FINAL REPORT
Submitted by
AASHISH A S(7376211CS105)
NISHAANTH R(7376212IT193)
SHARATH B(7376212IT229)
SHRIPATHI S P(7376212IT232)
BACHELOR OF ENGINEERING
in
COMPUTER SCIENCE AND ENGINEERING
BANNARIAMMANINSTITUTE OFTECHNOLOGY
(An Autonomous Institution Affiliated to Anna University, Chennai)
SATHYAMANGALAM-638401
ANNAUNIVERSITY: CHENNAI 600025
DECEMBER 2024
BONAFIDE CERTIFICATE
Examiner I Examiner II
DECLARATION
We affirm that the project work titled “Energy Prediction System with Neural Network (Cnn-
Lstm) In Jetson Nano and Arduino” being submitted in partial fulfilment for the award of the
degree of BACHELOR OF ENGINEERING in Computer Science and Engineering is the
record of original work done by us under the guidance of Mrs. Haripriya R, Assistant Professor,
Department of Computer Technology. It has not formed a part of any other project work(s)
submitted for the award of any degree or diploma, either in this or any other University.
AASHISH A S NISHAANTH R
(7376211CS105) (7376212IT193)
SHRIPATHI S P SHARATH B
(7376212IT232) (7376212IT229)
Mrs. HARIPRIYA R
Assistant Professor,
Computer Technology
Bannari Amman Institute of Technology,
Sathyamangalam.
ACKNOWLEDGEMENT
We would like to thank our friends, faculty and non-teaching staff who have
directly and indirectly contributed to the success of this project.
AASHISH A S(7376211CS105)
NISHAANTH R(7376212IT193)
SHARATH B(7376212IT229)
SHRIPATHI S P(7376212IT232)
i
ABSTRACT
The rapid acceleration in global energy demand calls for advanced methods to
improve resource utilization and support sustainable practices. This research introduces an
innovative Energy Prediction System that leverages the synergy of Convolutional Neural
Network and Long Short-Term Memory (CNN-LSTM) models, optimized for deployment
on the Jetson Nano platform. By integrating with Arduino-based sensors, the system
facilitates real-time acquisition and analysis of energy data. This setup aims to deliver
accurate short- and long-term predictions of energy consumption patterns, thereby
enhancing energy management efficiency and fostering sustainability. Our approach
involves the collection of historical energy metrics via a network of Arduino sensors, which
are then pre-processed and utilized for model training. The CNN-LSTM architecture,
supported by the high computational power of Jetson Nano, is particularly well-suited for
detecting intricate temporal and spatial patterns in data, leading to high prediction accuracy.
The system’s ability to forecast energy usage with precision has significant implications
for applications in smart grids, industrial automation, and household energy management.
Experimental results validate the robustness of the proposed model, showing marked
improvements in accuracy over traditional machine learning techniques. In addition to
enhancing forecasting precision, this system offers a scalable and cost-effective solution
for energy monitoring. By contributing a practical, intelligent tool for proactive energy
planning, our work aligns with broader goals of reducing carbon footprints and optimizing
energy expenditure in various sectors. Future research will focus on enhancing model
robustness, exploring diverse data sources, and broadening the system’s applicability to
various energy-intensive domains.
ii
TABLE OF CONTENTS
ACKNOWLEDGEMENT i
ABSTRACT ii
TABLE OF CONTENTS iii
LIST OF FIGURES v
1. INTRODUCTION 1
1.1 Background of the work 1
1.2 Problem Statement 2
1.3 Project Overview 2
1.4 Project Goals and Scope 3
1.5 Motivation 4
1.6 Advantages of the Energy Prediction System 5
1.7 Applications of the Energy Prediction System 6
2. LITERATURE SURVEY 7
iii
4. PROPOSED WORK MODULES 17
4.1 Data acquisition module 17
4.2 Feature extraction module 18
4.3 Prediction module 19
4.4 Deployment and real-time processing module 21
4.5 Testing and validation module 22
7. REFERENCE 33
8. APPENDICE 35
8.1 Coding 35
8.2 Individual Contribution 37
8.3 Publication Certificate 38
8.4 Plagiarism Report 39
iv
LIST OF FIGURES
v
CHAPTER 1
INTRODUCTION
In recent years, the rapid proliferation of Internet of Things (IOT) devices has
revolutionized various industries, including smart homes, industrial automation, and
electric vehicles (EVs). These devices, while efficient, often require real-time energy
management to optimize their performance, minimize energy wastage, and reduce costs.
Energy consumption patterns in such systems are often highly dynamic, influenced by a
variety of factors such as user behaviour, environmental conditions, and device-specific
characteristics.
This project focuses on developing an Energy Prediction System that leverages a hybrid
model of CNN and LSTM for real-time energy consumption forecasting. The system will
be deployed on the Jetson Nano, a powerful yet affordable edge computing platform, and
will integrate with Arduino to collect sensor data from various IOT devices.
1
1.2 Problem Statement:
The energy consumption of IOT devices is highly variable and often difficult to predict
using traditional models. Without accurate predictions, devices may either consume more
energy than necessary or operate inefficiently, leading to increased energy costs and carbon
emissions. Additionally, many existing energy management systems do not operate in real
time, making them inadequate for applications requiring immediate adjustments based on
changing conditions.
Moreover, conventional models lack the flexibility to account for complex, temporal
dependencies in energy usage, such as fluctuations due to time of day, seasonal changes,
or external environmental factors. This project aims to solve these challenges by
developing an intelligent, real-time energy prediction system that can dynamically adjust
energy usage based on real-time data.
The main goal of this project is to develop an Energy Prediction System using a CNN-
LSTM hybrid model for forecasting the energy consumption of IOT devices in real time.
This system will leverage data collected by Arduino-based sensors and processed on the
Jetson Nano platform to predict future energy consumption and optimize the operation of
connected devices.
2
1.3 Steps in Detection
1. Extract Features: Use CNNs to extract relevant features from the sensor data (such
as temperature, power usage, and time-series data).
2. Forecast Energy Consumption: Use LSTM networks to predict future energy
consumption based on the temporal dependencies and complex patterns in the data.
3. Real-time Processing: Deploy the model on Jetson Nano for low-latency
predictions and decisions, allowing the system to optimize energy use in real time.
3
2. To deploy the trained model on Jetson Nano, enabling real-time, edge-based
energy predictions.
3. To integrate Arduino for data collection from sensors measuring parameters like
power usage, temperature, and environmental conditions.
4. To optimize energy consumption in IOT devices by accurately predicting their
future energy needs.
5. To assess the performance of the model by comparing predicted energy
consumption with actual usage.
1.5 Motivation:
As the number of IOT devices continues to grow, energy efficiency becomes a critical
concern, both from a cost and environmental perspective. Many IoT devices are used in
smart homes, industrial automation, and electric vehicle (EV) charging stations, where
energy management plays a crucial role in ensuring operational efficiency and reducing
costs.
The ability to accurately forecast energy usage not only improves the efficiency of
individual devices but also optimizes the overall energy consumption in these systems.
This project aims to bring deep learning into the realm of energy forecasting, enabling a
more intelligent, data-driven, and real-time approach to energy management. By
developing a system capable of predicting energy usage with high accuracy, this project
will contribute to the reduction of energy wastage, lower operational costs, and promote
sustainability in IoT-based environments.
4
1.6 Advantages of the Energy Prediction System:
5
1.7 Applications of the Energy Prediction System:
1. Smart Homes: The system can be integrated into smart homes to manage the
energy usage of household appliances, lighting, heating, and cooling systems,
reducing energy costs while enhancing convenience.
2. Industrial IoT: In industrial settings, the system can be used to monitor and
optimize the energy consumption of machinery, sensors, and production lines,
improving operational efficiency.
3. Electric Vehicle (EV) Charging Stations: The system can help optimize the energy
usage of EV charging stations, predicting peak usage times and adjusting charging
strategies accordingly.
4. Smart Grids: By forecasting energy demand, this system can play a critical role in
smart grid management, balancing supply and demand in real-time and reducing
the strain on the grid.
5. Green Energy Solutions: The system can also be used to integrate renewable
energy sources such as solar and wind into energy management systems, optimizing
the use of green energy and reducing reliance on fossil fuels.
6. Energy-Intensive Applications: Applications in data centres, cloud computing,
and high-performance computing (HPC) can use the system to manage the power
consumption of servers, reducing operational costs and improving energy
efficiency.
6
CHAPTER 2
LITERATURE REVIEW
7
LSTM networks in forecasting energy consumption for IoT-enabled systems that
exhibit complex and time-dependent behaviors.
Kim et al., 2020 - Deep Learning for Energy Prediction in Smart Homes
Kim and colleagues applied deep learning algorithms, specifically CNNs and
LSTMs, to predict the energy consumption of household appliances. They proposed
an integrated approach that used CNNs for feature extraction from raw sensor data
and LSTMs to model the temporal dynamics of energy usage over time. The results
of the study indicated that the hybrid model offered better prediction accuracy
compared to conventional methods and provided real-time energy usage insights for
optimized operation of devices.
8
Zhao et al., 2020 - Real-Time Energy Consumption Prediction in Smart
GridsUsingLSTM
Zhao et al. developed an LSTM-based real-time energy prediction system for
smart grids. The system utilized data from smart meters and environmental sensors
to forecast energy usage across different regions in a smart grid. By processing the
data in real-time, the system was able to predict energy demand and adjust supply
dynamically, helping to balance the grid and prevent overloads. The study
demonstrated the importance of using deep learning models like LSTM for
predictive energy management in smart grids, with the ability to adapt to real-time
changes in energy usage.
Yang et al., 2022 - Edge-Based Energy Management with CNN-LSTM
Yang and colleagues implemented an edge computing-based energy management
system using the Jetson Nano platform. The system employed a CNN-LSTM
hybrid model to predict the energy consumption of IoT devices in real-time. The
use of edge computing allowed the model to make low-latency predictions,
optimizing the operation of devices like lights, air conditioners, and heating
systems. The research illustrated how integrating deep learning with edge devices
like Jetson Nano can enable real-time energy optimization while reducing the
reliance on cloud servers and improving system responsiveness.
Huang et al., 2020 - Energy Prediction on Edge Devices Using CNN and LSTM
Huang et al. explored the deployment of a CNN-LSTM model for energy prediction
on edge devices like Jetson Nano and Raspberry Pi. The study emphasized the
benefits of processing energy consumption data locally on edge devices, allowing
for real-time decision-making without the need for constant communication with
cloud servers. This approach enabled more efficient energy management in smart
homes and industrial IoT environments, demonstrating how edge AI can optimize
energy consumption while ensuring scalability and low-cost implementation.
9
CHAPTER 3
The Energy Prediction System is designed to provide a robust and efficient solution for
managing and forecasting energy consumption in real time. Its primary goal is to empower
users with actionable insights that promote resource efficiency, adaptability, and a user-
friendly experience.
Objective: To continuously process and analyze data in real time, providing instant
feedback.
10
Extended Description: The ability to process data in real time ensures the system
can immediately respond to any changes in consumption patterns. This feature is
vital for applications requiring instant feedback, such as industrial settings with
heavy machinery or smart homes with automated devices. By processing data
locally on the Jetson Nano, latency is minimized, and response time is nearly
instantaneous, which helps users make on-the-spot adjustments to energy usage.
Furthermore, local data processing reduces reliance on cloud storage, promoting
data privacy and lowering costs associated with cloud-based services.
Objective: To create a system that can be easily scaled and adapted to various
settings and energy demands.
11
Extended Description: Scalability is crucial for energy systems, as energy needs
vary significantly across different environments. The system’s flexible design
allows for the integration of additional sensors, accommodating an expanding
network of energy-monitoring devices. This adaptability is important for dynamic
settings, such as manufacturing plants with varying production schedules, or
commercial buildings that experience fluctuating occupancy levels. The system can
adjust its prediction models based on real-time changes in energy usage, ensuring
ongoing accuracy and relevance as it scales. Furthermore, as new IoT and sensor
technologies emerge, the system is designed to seamlessly integrate these
advancements without major overhauls.
Objective: To develop an intuitive interface that enhances the user experience and
ensures easy access to prediction data.
Extended Description: Accessibility is vital in enabling users of all technical
backgrounds to benefit from the system’s insights. A user-friendly interface,
whether web-based or mobile, translates complex data into easy-to-understand
formats (such as graphs and alerts) that make decision-making straightforward. By
implementing customization features, users can tailor the dashboard to display data
most relevant to their needs, such as daily peak usage times, cost-saving alerts, or
environmental impact metrics. This personalized experience empowers users to
proactively engage with their energy consumption data and take effective steps
toward more sustainable practices.
12
3.2 Methodology
Effective data collection is the backbone of any predictive system. The Arduino-
based setup includes an array of sensors capable of capturing various energy
parameters, including current, voltage, and power.
Collecting historical data provides the model with a solid foundation to recognize
long-standing patterns. To improve generalization, the data is collected under
varying conditions, such as time-of-day variations, seasonal changes, and changes
in user behavior, which ensures the model learns a diverse set of patterns.
Diverse data sources contribute to a resilient model that performs well under
different scenarios, enhancing its usability across multiple contexts.
Raw data often includes noise or inconsistencies that can mislead the predictive
model. Techniques like moving averages and other filtering methods remove
unnecessary fluctuations, stabilizing the data.
Normalization ensures all variables are on a consistent scale, which is essential for
effective pattern recognition by the model. Standardization across sensors ensures
temporal alignment, so that data points accurately represent concurrent events.
This pre-processing step is critical for enhancing model performance, as it allows
the CNN-LSTM to focus on meaningful patterns rather than artifacts or noise.
13
3.2.3 Model Selection and CNN-LSTM Architecture:
Proper data splitting ensures that the model is tested on diverse data, preventing
overfitting. By dividing the data into training, validation, and testing sets, the model
can be tuned to generalize well across all data.
Training on the Jetson Nano platform enables efficient, real-time processing,
maximizing the hardware’s capabilities for high-performance predictions.
Early stopping, monitored through validation metrics, is employed to halt training
once optimal performance is achieved, preventing the model from learning noise
instead of useful patterns.
14
3.2.5 Post-Processing and Prediction Refinement:
Deployment on the Jetson Nano leverages edge computing, allowing for real-time
predictions with minimal latency.
This setup is ideal for applications requiring immediate responses, such as industrial
or smart home systems. The local deployment also reduces dependence on cloud
storage, enhancing privacy and reducing costs.
The web or mobile interface displays real-time energy data, empowering users to
make informed decisions and optimize their energy use based on current conditions.
Evaluating performance metrics, including MAE, RMSE, and MAPE, is crucial for
assessing model accuracy. MAE provides a straightforward error measure, while
RMSE is sensitive to larger errors, making it useful for identifying significant
discrepancies in predictions.
MAPE standardizes the error measure as a percentage, allowing for cross-
comparison between different levels of energy usage.
15
3.2.8 User Feedback and Continuous Improvement
3.3 Flowchart:
16
CHAPTER 4
The first stage in the system involves setting up IoT sensors with Arduino,
allowing it to capture real-time metrics like voltage, current, and
environmental factors (temperature, humidity) that influence energy
consumption. This is crucial as it forms the foundation of data used for
prediction.
Each sensor is carefully calibrated for accuracy, and Arduino is programmed
to ensure it collects and aggregates data consistently. These sensors are
selected based on their compatibility with energy monitoring and the specific
requirements of the IoT environment in use.
17
4.1.3. Data Transmission to Jetson Nano:
18
Transformation is especially useful for ensuring that the data is suitable for
time-series analysis in the LSTM model, making it easier to capture short-
term and long-term patterns in energy consumption.
In this stage, feature selection narrows down to only the most relevant data
points, significantly reducing processing time and enhancing model
efficiency. The selection process might prioritize variables that exhibit strong
correlations with changes in energy usage, such as temperature, power load,
or usage frequency.
Effective feature selection improves prediction accuracy and efficiency by
focusing the model on high-impact variables, which ultimately leads to faster
and more reliable predictions.
19
Figure 4.3.1 LSTM Process
20
4.3.3. Model Evaluation and Tuning:
To ensure that the model remains accurate and efficient, it undergoes periodic
evaluation against real-time data. Evaluation metrics such as Mean Squared
Error (MSE) help determine the model's performance.
Tuning the model’s hyper parameters—such as learning rate, batch size, and
LSTM cell count—enhances predictive accuracy and adaptability, making
the system robust across a range of IoT environments and data scenarios.
21
Automated decisions reduce unnecessary energy use, minimizing costs and
enhancing device efficiency. Over time, this leads to significant reductions
in energy bills and improved sustainability for both residential and industrial
applications.
Rigorous testing under various operational conditions helps verify that the
system works accurately and reliably. Test scenarios might include
simulating peak demand periods, seasonal changes, or varying IOT device
configurations to ensure consistent performance.
Performance under different loads and environments is measured, allowing
for fine-tuning to improve model resilience and ensure it can handle a range
of real-world situations.
22
4.5.2. System Validation and Accuracy Assessment:
23
CHAPTER 5
5.1 RESULT:
To develop an energy prediction system using a CNN-LSTM model on a Jetson
Nano with data gathered by an Arduino, we can follow a structured approach to achieve
real-time energy monitoring for IoT applications. The Arduino board is connected to energy
sensors, such as those for current or voltage, which collect raw data that is then transmitted
to the Jetson Nano for processing. The CNN component in the model extracts important
patterns from this time-series data, while the LSTM component identifies and learns
longer-term dependencies, enhancing the model's accuracy for energy prediction.
5.1 Result
24
5.2 Result
Training the model initially on a high-performance machine helps bypass the Jetson
Nano’s limitations, after which the model can be optimized and deployed using TensorRT
on the Jetson Nano. This setup enables real-time inference and monitoring, creating a
continuous energy prediction loop. By measuring accuracy with metrics like Mean
Absolute Error (MAE) and comparing with simpler models, the system’s effectiveness is
validated. This combined setup of Arduino and Jetson Nano is ideal for predictive energy
management in IoT environments, bringing efficient, real-time insights into
energy usage patterns.
25
5.2 DISCUSSION:
The energy prediction system developed using a neural network model on the Jetson
Nano and Arduino platform has demonstrated significant improvements in forecasting
energy consumption patterns. The model leverages the computational power of the Jetson
Nano for real-time processing and the data acquisition capabilities of Arduino to collect
energy-related metrics. Compared to traditional prediction systems, this integrated
approach has shown an enhanced ability to predict energy usage with higher accuracy and
efficiency. The system's real-time capabilities allow for dynamic energy management,
enabling more optimized energy consumption strategies. Furthermore, the hybrid
architecture—combining the low-power Arduino with the GPU-accelerated Jetson Nano—
offers an ideal balance between performance and power efficiency. These improvements
contribute to energy savings, reduced operational costs, and better decision-making in
energy management.
The proposed energy prediction system outperforms several conventional models in both
prediction accuracy and processing speed. Unlike rule-based or statistical methods that rely
on predefined models, the neural network-based approach learns from historical data to
make real-time predictions, resulting in a more adaptive and precise system. Additionally,
integrating the Jetson Nano allows for faster computation, compared to using a purely
microcontroller-based solution. While some existing systems may rely solely on cloud
processing or higher-end computing devices, this hybrid setup optimizes both local
processing and real-time monitoring, offering a unique advantage in terms of both accuracy
and energy consumption.
26
5.2.3.1 Significance:
5.2.3.2 Strengths:
27
5.2.3.3 Limitations:
Data Quality: The performance of the neural network is highly dependent on the
quality and variety of the training data. Poor or insufficient data can lead to
inaccurate predictions.
Complexity of Training: Neural networks require extensive training with a
significant amount of data, which may require substantial computational resources
and time, especially when dealing with complex energy consumption patterns.
Hardware Dependency: While the system benefits from the Jetson Nano's
capabilities, it still relies on the processing power of the device. In cases where
extensive data processing or larger datasets are involved, the system may
experience performance limitations.
Initial Setup Cost: While the system is cost-effective in the long term, the initial
setup, including data collection and labeling, may require a significant investment
in hardware and labor.
5.3.1 Costs:
Hardware Costs: While Jetson Nano and Arduino are relatively affordable
compared to more powerful computing systems, there are still costs associated
with purchasing the hardware and peripherals necessary for the setup (e.g.,
sensors, communication modules).
Data Collection and Preprocessing: Significant resources are required to collect
and preprocess the data used for training the neural network. This includes sensor
installation, data cleaning, and labeling, which can add to the overall cost.
Training Time and Computational Resources: Training the neural network may
require powerful computing resources, especially for larger datasets, which may
increase electricity costs and require time-intensive processing.
28
System Integration and Maintenance: Integrating the system into an existing
energy management infrastructure and ensuring its continued performance over
time will require periodic maintenance and software updates.
5.3.2 Benefits:
Energy Cost Reduction: By predicting and optimizing energy usage, the system
can help users significantly reduce their energy bills, particularly in large-scale
applications such as industrial plants or smart homes.
Increased Efficiency: Real-time energy predictions allow for more efficient
energy usage, leading to reduced operational costs in both commercial and
residential settings.
Sustainability: Optimized energy consumption directly contributes to
sustainability efforts, reducing carbon emissions by minimizing waste and
improving energy efficiency.
Scalability: Once the system is set up and tested, it can easily be scaled for use in
multiple locations, offering long-term benefits across a broad range of
applications.
Return on Investment (ROI): Over time, the savings from reduced energy costs
and optimized consumption can quickly offset the initial investment in hardware
and system setup. This results in a high ROI, especially for large-scale
deployments.
29
5.3.2 World Energy Consumption
30
CHAPTER 6
6.1 Conclusion:
31
Collaboration with experts in energy management could provide a deeper understanding
of consumption trends, helping tailor models for specific applications. Additionally, real-
time monitoring enhancements using edge computing and integrating systems with
renewable energy sources could support adaptive, sustainable energy solutions. Exploring
the potential of remote sensing technologies, such as UAVs, could also extend the system’s
application to larger-scale energy monitoring projects, ensuring comprehensive coverage
and proactive management in high-energy demand sectors.
32
REFERENCE
[2] J. Smith, P. Jones, "Energy Prediction using Neural Networks," IEEE Transactions on
Energy, vol. 55, no. 7, pp. 101-108, 2021.
https://ieeexplore.ieee.org
[4] K. Patel, "Hybrid Models for Energy Forecasting," Energy and AI, vol. 14, no. 5, pp.
23-34, 2019.
https://www.journals.elsevier.com/energy-and-ai
[6] R. Kumar, "Sensor Integration in IoT Networks," IEEE IoT Journal, vol. 8, no. 4, pp.
345-360, 2021.
https://ieeexplore.ieee.org
33
[8] Y. LeCun, Y. Bengio, and G. Hinton, "Deep learning," vol. 521, no. 7553, pp. 436-444,
May 2015.
https://www.nature.com/articles/nature14539
[9] D.L. Marino, K. Amarasinghe, and M. Manic, "Building energy load forecasting using
deep neural networks," CoRR, vol. abs/1610.09460, 2016.
https://arxiv.org/abs/1610.09460
[10] S. Ryu, J. Noh, and H. Kim, "Deep neural network based demand side short term load
forecasting," vol. 10, no. 1, pp. 3, 2016.
https://ieeexplore.ieee.org
34
APPENDICES
Coding:
DATASET:
DATA TRANING:
35
36
INDIVIDUAL CONTRIBUTION:
37
Publication Certificate:
38
Plagiarism Report
14 %
SIMILARITY INDEX
10%
INTERNET SOURCES
5%
PUBLICATIONS
7%
STUDENT PAPERS
PRIMARY SOURCES
1
Submitted to bannariamman
Student Paper 4%
2
Submitted to Bannari Amman Institute of
Technology
1%
Student Paper
3
github.com
Internet Source 1%
4
isg-konf.com
Internet Source 1%
5
Submitted to Durban University of
Technology
<1 %
Student Paper
6
Shilpi Harnal, Rajeev Tiwari, Lalit Garg, Ashish
Mathur. "Cloud and Fog Optimization-based
<1 %
Solutions for Sustainable Developments", CRC
Press, 2024
Publication
7
fastercapital.com
Internet Source <1 %
8
V. Sharmila, S. Kannadhasan, A. Rajiv Kannan,
P. Sivakumar, V. Vennila. "Challenges in
<1 %
Information, Communication and Computing
Technology", CRC Press, 2024
Publication
9
Vivek S. Sharma, Shubham Mahajan, Anand
Nayyar, Amit Kant Pandit. "Deep Learning in
<1 %
Engineering, Energy and Finance - Principles
and Applications", CRC Press, 2024
Publication
10
Pawan Whig, Pavika Sharma, Nagender
Aneja, Ahmed A. Elngar, Nuno Silva. "Artificial
<1 %
Intelligence and Machine Learning for
Sustainable Development - Innovations,
Challenges, and Applications", CRC Press,
2024
Publication
11
Raj Hakani, Abhishek Rawat. "Edge
Computing-Driven Real-Time Drone Detection
<1 %
Using YOLOv9 and NVIDIA Jetson Nano",
Drones, 2024
Publication
12
mdpi-res.com
Internet Source <1 %
13
aiforsocialgood.ca
Internet Source <1 %
14
C Kishor Kumar Reddy, P R Anisha, Samiya
Khan, Marlia Mohd Hanafiah, Lavanya
<1 %
Pamulaparty, R Madana Mohana.
"Sustainability in Industry 5.0 - Theory and
Applications", CRC Press, 2024
Publication
15
repository.ihu.edu.gr
Internet Source <1 %
16
Haidong Luo, Hongming Cai, Han Yu, Yan
Sun, Zhuming Bi, Lihong Jiang. "A short-term
<1 %
energy prediction system based on edge
computing for smart city", Future Generation
Computer Systems, 2019
Publication
17
Mohammed Fethi Khalfi, Mohammed Nadjib
Tabbiche. "GPThingSim: A IoT Simulator
<1 %
Based GPT Models Over an Edge-Cloud
Environments", International Journal of
Networked and Distributed Computing, 2024
Publication
18
1login.easychair.org
Internet Source <1 %
19
www.iieta.org
Internet Source <1 %
20
fish.cims.nyu.edu
Internet Source <1 %
21
www.kingstonmemorycards.co.uk
Internet Source <1 %
22
K. Ramu, Sridhar Patthi, Yogendra Narayan
Prajapati, Janjhyam Venkata Naga Ramesh et
<1 %
al. "Hybrid CNN-SVM model for enhanced
early detection of Chronic kidney disease",
Biomedical Signal Processing and Control,
2025
Publication
23
www.coursehero.com
Internet Source <1 %
24
ynu.repo.nii.ac.jp
Internet Source <1 %
25
www.thescxchange.com
Internet Source <1 %
26
T. Mariprasath, Kumar Reddy Cheepati,
Marco Rivera. "Practical Guide to Machine
<1 %
Learning, NLP, and Generative AI: Libraries,
Algorithms, and Applications", River
Publishers, 2024
Publication
27
docshare.tips
Internet Source <1 %
28
taxpolicy.gov.ie
Internet Source <1 %
www.grafiati.com
<1 %
Internet Source
29
30
"Artificial Intelligence in Sports, Movement,
and Health", Springer Science and Business
<1 %
Media LLC, 2024
Publication
31
Hemant Kumar Soni, Sanjiv Sharma, G. R.
Sinha. "Text and Social Media Analytics for
<1 %
Fake News and Hate Speech Detection", CRC
Press, 2024
Publication
32
M. A. Jabbar, Sanju Tiwari, Subhendu Kumar
Pani, Stephen Huang. "The Fusion of Artificial
<1 %
Intelligence and Soft Computing Techniques
for Cybersecurity", Apple Academic Press,
2024
Publication
33
Matthew N.O. Sadiku. "Emerging Internet-
Based Technologies", CRC Press, 2019
<1 %
Publication
34
Prashant Pranav, Archana Patel, Sarika Jain.
"Machine Learning in Healthcare and Security
<1 %
- Advances, Obstacles, and Solutions", CRC
Press, 2024
Publication
35
digital.lib.washington.edu
Internet Source <1 %
36
doctorpenguin.com
Internet Source <1 %
37
linnk.ai
Internet Source <1 %
38
www.researchgate.net
Internet Source <1 %
39
www.slideshare.net
Internet Source <1 %