Open Access. Powered by Scholars. Published by Universities.®

Data Science Commons

Open Access. Powered by Scholars. Published by Universities.®

Articles 61 - 82 of 82

Full-Text Articles in Data Science

Predicting Monthly Weather Anomalies In Ireland: A Comparative Study Of Machine Learning And Deep Learning Models., Fiona Behan Jan 2025

Predicting Monthly Weather Anomalies In Ireland: A Comparative Study Of Machine Learning And Deep Learning Models., Fiona Behan

ICT

Abstract

This study investigates the application of statistical, machine learning, and deep learning methods to detect monthly weather anomalies in Ireland between 1960-2024. Climate variability is intensifying globally, increasing the urgency for accurate detection of unusual weather events. Using publicly available data from Met Eireann provided by the CSO PxStat Open Data Portal, the research applied comprehensive preprocessing including Bayesian Ridge iterative imputation, temporal and seasonal feature engineering, and ensemble statistical anomaly labelling based on z-score, interquartile range, and rolling residual analysis. Four models were developed and evaluated: Isolation Forest, XGBoost, Long Short Term Memory networks, and Gated Recurrent Units, …


Optimizing Lstm Neural Network For Multimodal Multivariate Footfall Prediction., Aws Al Adhami Jan 2025

Optimizing Lstm Neural Network For Multimodal Multivariate Footfall Prediction., Aws Al Adhami

ICT

Accurate forecasting of pedestrian activity is important for smart city planning, retail analytics, and public service management. This study presents a forecasting framework using Long Short-Term Memory (LSTM) neural networks that integrates multiple data sources, including weather, calendar variables, and engineered temporal features. The model development follows a structured pipeline from baseline univariate models to a fully optimized multivariate model using feature engineering and hyperparameter tuning techniques such as Hyperband and Bayesian optimization. The final model achieved a Mean Absolute Error of 24.05 and explained 97.10% of the variance in unseen data, effectively capturing both regular patterns and short-term fluctuations …


Neural Networks Activation Functions And Hybrid Activations Functions Accuracy And Loss Comparison On Small Dataset Against Large Datasets For Classification Problems., Antonio Felipe Cora Martins Jan 2025

Neural Networks Activation Functions And Hybrid Activations Functions Accuracy And Loss Comparison On Small Dataset Against Large Datasets For Classification Problems., Antonio Felipe Cora Martins

ICT

Even on the era of Big Data, small datasets are the reality of many companies and sectors. Many datasets in rare disease diagnosis, custom manufacturing, military sciences, bioengineering, and disaster events are commonly limited in size, making machine learning predictive modelling difficult. Being the Activation Function choice crucial for Neural Networks learning, it raises the question of their effectiveness in such scenarios. This study compares five standard (single) activation functions (Sigmoid, Tanh, ReLU, Leaky ReLU, ELU) and two hybrid variants (one a mix of ReLU plus Tanh and a Learnable Activation Function with a trainable weight (alpha) that balances ReLU …


Leaf Classification Using Convolutional Neural Networks And Vision Transformers, Louis Wilkie Jan 2025

Leaf Classification Using Convolutional Neural Networks And Vision Transformers, Louis Wilkie

ICT

This study investigates deep learning techniques for plant image classification using four publicly available datasets: Folio, Flavia, Swedish, and Sugarcane. Three modelling approaches—Convolutional Neural Networks (CNN), Vision Transformers (ViT), and hybrid CNN-ViT ensembles—are evaluated. Models leverage PyTorch implementations and pretrained weights from the Hugging Face hub, with hyperparameter tuning applied to optimize accuracy. Transfer learning with pretrained ViT models achieved the highest performance, attaining 100% accuracy on Folio, Flavia, and Swedish datasets, and 94.07% on Sugarcane. CNN and CNN-ViT models showed comparable results, but pretrained CNN-ViTs were more resource-efficient. The findings highlight the importance of evaluating multiple pretrained architectures to …


Investigating The Effectiveness Of Traditional Vs Hybrid Time Series Models In Operational Planning., Cristina Priolo Jan 2025

Investigating The Effectiveness Of Traditional Vs Hybrid Time Series Models In Operational Planning., Cristina Priolo

ICT

This study conducts a systematic comparison of traditional and hybrid time series forecasting models for operational planning in a SaaS company, using large multichannel, multilanguage datasets aggregated at six-hour intervals. Classical models (ARIMA, SARIMA, ETS) are evaluated against hybrid models (ARIMA-ANN, SARIMA-ANN, ETS-ANN) to assess their ability to capture both linear and nonlinear patterns. Forecasts over a three-month horizon were evaluated using RMSE, MAE, and MAPE, with hyperparameter optimization applied to all models. Results show that hybrid models, particularly ARIMA-ANN and SARIMA-ANN, outperform traditional models in predicting volatile and high-volume data, while traditional models remain competitive for stable datasets. These …


Comparison Of Classification Methodologies Using Convolutional Neural Networks In A Dataset Of Plant Leaf Diseases., Ruairi O’Donohoe Jan 2024

Comparison Of Classification Methodologies Using Convolutional Neural Networks In A Dataset Of Plant Leaf Diseases., Ruairi O’Donohoe

ICT

This project investigates the impact of classification methodology selection on the performance of four Convolutional Neural Network (CNN) models applied to a multi-label image dataset. The dataset consists of plant leaf images with one or more diseases. Two classification methodologies—multi-label and multi-class—are compared based on their model performance metrics. It was hypothesised that multi-label classification would perform better, but the results show that although multi-label models performed better for Loss and Accuracy metrics, they underperformed in terms of the F1 score, which is considered a more appropriate metric for this task. This surprising result refutes the initial hypothesis. Transfer learning …


Supply Chain Optimisation With Machine Learning And Neural Networks: Applications To Demand Planning, Supply Planning, And Inventory Planning., Laurence Cully Jan 2024

Supply Chain Optimisation With Machine Learning And Neural Networks: Applications To Demand Planning, Supply Planning, And Inventory Planning., Laurence Cully

ICT

This thesis explores the impact of machine learning (ML) on supply chain planning, particularly in demand forecasting, supply planning, and inventory optimisation. By analysing literature on supply chain management, data flow, and the intersection of ML and competitive advantage, the author contextualises the research within a globalised market's demands. Case studies, interviews with industry professionals, and raw data collection provide empirical support for evaluating the research objectives and documenting the integration of ML in supply chain processes.

The findings reveal that optimised ML models, particularly those using model stacking (autoregressors, GRUs, and Random Forests), significantly outperform traditional demand forecasting methods, …


Evaluation And Implementation Of Machine Learning Models To Predict Customer Churn In The Telecommunications Sector., Stephen Hasson Jan 2024

Evaluation And Implementation Of Machine Learning Models To Predict Customer Churn In The Telecommunications Sector., Stephen Hasson

ICT

This research addresses customer churn in the Telecom industry by utilizing Machine Learning (ML) models to predict customers at risk of leaving and provide data-driven retention strategies. The study highlights the effectiveness of ML, particularly in churn prediction, while noting the need for further exploration into the ethical implications of AI, such as potential biases towards vulnerable groups. Using the CRISP-DM framework, the study develops and compares three Supervised Learning (SL) models: Random Forests (RF), LightGBM (LGBM), and XGBoost (XGB), incorporating class resampling techniques to manage data imbalance.

The findings identified five key features as the most significant predictors of …


Statistical And Machine Learning Techniques For Predicting Solar Power Generation In A Microgrid., Conor Dillon Jan 2024

Statistical And Machine Learning Techniques For Predicting Solar Power Generation In A Microgrid., Conor Dillon

ICT

This study investigates statistical and machine learning models for forecasting solar power generation in microgrids, focusing on the solar installation at Powell-Focht Bioengineering Hall, UC San Diego. Accurate predictions are critical due to the variability of solar energy, aiming to optimise microgrid operations and solar power efficiency. The research compares the performance of SARIMAX, LSTM, Random Forest, and ANN models using meteorological and solar power time series data. It finds that current meteorological inputs, especially solar radiation, enhance short-term forecasting accuracy over reliance on historical patterns.

The Random Forest Auto Regressor (RFAR) outperformed other models in 10-day-ahead solar power forecasting, …


Responsible Natural Language Processing To Aid Employee Performance Reviews., Grace Rubinger Jan 2024

Responsible Natural Language Processing To Aid Employee Performance Reviews., Grace Rubinger

ICT

This research explores the use of Natural Language Processing (NLP) techniques in assessing evaluators' written appraisals during Employee Performance Reviews (EPRs), aiming to address biases inherent in traditional methods. By integrating Responsible Artificial Intelligence (AI) and foundational Large Language Models (LLMs), the study seeks to enhance the objectivity, fairness, and ethical transparency of performance evaluations. It highlights the potential of AI systems to ensure comprehensive assessments while promoting trust, ethical standards, and employee retention.

The research also aims to advance the field of AI Ethics in practical Human Resources Management (HRM) applications, particularly through NLP-driven tools. These tools are designed …


Using Machine Learning To Identify Hate Speech And Offending Language On Twitter., Mayara Lorens, Thayene Lorens Jan 2024

Using Machine Learning To Identify Hate Speech And Offending Language On Twitter., Mayara Lorens, Thayene Lorens

ICT

This project focuses on applying Machine Learning (ML) techniques to detect hate speech and offensive language on Twitter, addressing ethical concerns like cyberbullying and fostering a safer online environment. The topic is chosen for its societal significance and business relevance, as hostile online behaviour negatively impacts user experiences and platform credibility.

To achieve this, the study implements four distinct ML models to develop an automated system capable of identifying and categorising content as offensive, non-offensive, or neutral. The system aims to contribute to mitigating harmful interactions on social media and improving user safety by effectively classifying potentially problematic content.

The …


Using Unsupervised Learning Methods In Extracting Features For Classifying Rice Varieties From Rice Grains Images., Kevin Anthony Martinez Jan 2024

Using Unsupervised Learning Methods In Extracting Features For Classifying Rice Varieties From Rice Grains Images., Kevin Anthony Martinez

ICT

Rice, a staple food for nearly half of the global population, requires accurate classification of its varieties to ensure food quality, support agricultural trade, and enhance yield optimisation. Traditional manual classification methods are time-intensive and error-prone, prompting this study's exploration of unsupervised learning for feature extraction from rice grain images. The research tested classifiers on 75,000 rice samples across five classes, with 15,000 samples per class.

The study's DCGAN-CNN model achieved the highest classification accuracy of 99.67%. However, the PCA-CNN model underperformed, with only 20% accuracy, due to implementation errors. Recommendations for improvement include optimising model parameters such as learning …


Applying Neural Networks To Predict Factors Affecting Harmful Algal Blooms For Timely Alerting And Implementing Preventive Measures In Ireland's Marine Ecosystem., Nikolai Potapov Jan 2024

Applying Neural Networks To Predict Factors Affecting Harmful Algal Blooms For Timely Alerting And Implementing Preventive Measures In Ireland's Marine Ecosystem., Nikolai Potapov

ICT

This study applies neural networks to predict harmful algal blooms (HABs) along the Irish coast, addressing ecological, health, and economic risks. Using primary interviews and secondary data on HAB species like Alexandrium and Karenia mikimotoi, the research incorporated Exploratory Data Analysis and tested three neural models: LSTM, Ensemble Stacking LSTM, and CNN-LSTM. Key factors influencing HABs, such as sea surface temperature and euphotic zone depth, were identified.

Results demonstrate the potential of neural networks to improve HAB prediction and monitoring, despite limitations. Future work aims to enhance model accuracy and integrate them into HAB warning systems.


Assessment Of The Impact Of Various Feature Extraction Techniques On The Effectiveness Of Music Genre Classification In Neural Network Models., Sabhdh Grace Jan 2024

Assessment Of The Impact Of Various Feature Extraction Techniques On The Effectiveness Of Music Genre Classification In Neural Network Models., Sabhdh Grace

ICT

This research focuses on Music Genre Classification (MGC) using Convolutional Neural Networks (CNNs) and various datasets, including raw audio files (WAV) and extracted features such as Mel Spectrograms (MS), Mel-Frequency Cepstral Coefficients (MFCC), and Chroma Features (CF). The study employs Explanatory Sequential Mixed Methods (ESMM), combining qualitative research and experimental analysis to explore different model inputs and their performance. Several CNN-based models, including 2D CNN, 2D CNN-LSTM, 1D CNN, and 1D CNN-LSTM, were tested. However, the models generally underperformed, with most achieving accuracy of 10% or lower, and the best model (raw audio 1D CNN) reaching only 20%. The research …


Deep Learning Model Compression For Resource-Constrained Environments., Stephen Burke Jan 2024

Deep Learning Model Compression For Resource-Constrained Environments., Stephen Burke

ICT

This study examines the effects of three Deep Neural Network compression techniques—Quantisation, Pruning, and Weight Sharing/Clustering—on CNN and ANN models trained for image classification tasks. The models were tested on the CIFAR-10 dataset for multiclass classification and a binary classification task using a dataset derived from COCO. The best validation accuracy achieved was 74.7% with a CNN on CIFAR-10 and 53% with the best ANN. On the COCO dataset, a modified CIFAR-10 CNN model achieved 75%. The models were compressed using the three techniques and benchmarked on a ThinkPad laptop and Raspberry Pi 3B+ based on metrics relevant for resource-constrained …


Data Analysis Of Twitter’S Nasdaq100 Sentiments And Topics As Indicators For News Articles Retrieval: Fine-Tuning Roberta And Rag., Kagan Timur Jan 2024

Data Analysis Of Twitter’S Nasdaq100 Sentiments And Topics As Indicators For News Articles Retrieval: Fine-Tuning Roberta And Rag., Kagan Timur

ICT

This study investigates the combination of sentiment analysis using the VADER lexicon and semantic analysis through Latent Dirichlet Allocation (LDA) to identify real-life events, focusing on Twitter datasets. The research shows that while sentiment analysis alone may be insufficient, combining it with semantic analysis improves the process, particularly for identifying relevant news articles and understanding brand perception on social media. The study also fine-tunes the RoBERTa model for question-answering tasks, yielding significant improvements in the SQuAD evaluation metric. The exact match (EM) score rose dramatically from 2.06% to 62%, and the F1 score improved from 9.41% to 65%. A retrieval …


Development And Optimisation Of Convolutional Neural Networks (Cnns) To Predict The Nutrition And Sustainability Scores Of Foods From Crowd Sourced Images., Cormac Mcelhinney Jan 2024

Development And Optimisation Of Convolutional Neural Networks (Cnns) To Predict The Nutrition And Sustainability Scores Of Foods From Crowd Sourced Images., Cormac Mcelhinney

ICT

This research explores the use of Convolutional Neural Networks (CNNs) for the automated classification and profiling of food products based on publicly sourced data. With the vast array of food products available worldwide and the complexity of labelling regulations, food business operators face challenges in ensuring compliance, while regulators struggle to verify adherence. This study addresses the need for efficient and accurate methods for food classification and eco/nutritional profiling. It begins with a comprehensive literature review on the application of CNNs in food product classification, followed by the collection of a large-scale dataset from Open Food Facts. A CNN architecture …


Evaluating The Performance Of Different Long Short-Term Memory Networks (Lstm’S) On Financial Timeseries Data Using Mean Squared Error In Order To Identify The Optimum Lstm Variant For Regression Performance On Financial Timeseries Data., Patrick O’ Connor Jan 2024

Evaluating The Performance Of Different Long Short-Term Memory Networks (Lstm’S) On Financial Timeseries Data Using Mean Squared Error In Order To Identify The Optimum Lstm Variant For Regression Performance On Financial Timeseries Data., Patrick O’ Connor

ICT

This study explores the use of Long Short Term Memory (LSTM) networks, a variant of Recurrent Neural Networks (RNNs), in the context of financial forecasting, specifically oil price prediction. The research follows the CRISP-DM (Cross-Industry Standard Process for Data Mining) methodology and tests six different LSTM variants. The models are evaluated based on Mean Squared Error (MSE), aiming to determine the optimal parameter settings for each LSTM type. Among the variants tested, the Gated Recurrent Unit (GRU) emerged as the highest performer, achieving an MSE of 0.100. This was surprising, as simpler variants outperformed more complex ones, suggesting that simpler …


Ml Predictive Model For Earthquakes Integrating Mass, Distance, Gravity, And Magnitude., Aadarsh Kushwaha Jan 2024

Ml Predictive Model For Earthquakes Integrating Mass, Distance, Gravity, And Magnitude., Aadarsh Kushwaha

ICT

This research investigates the application of machine learning regression models to improve earthquake prediction by integrating geophysical and astronomical factors such as Earth-Moon gravitational forces, their varying distances, and localized gravity fluctuations. Using data from 2011 to 2024, sourced from the US Geological Survey (USGS) and web scraping, the study tested models across four dataset proportions (25%, 50%, 80%, and 100%) with a 70:30 train-test split. The XGBRegressor model emerged as the best performer, achieving an R² score of 0.8706 on training data and 0.8632 on test data, along with a Mean Squared Error (MSE) of 0.1114 and Mean Absolute …


Maize Crop Pests And Diseases Classification Using Hybrid Models., Diana Flora Namaemba Jan 2024

Maize Crop Pests And Diseases Classification Using Hybrid Models., Diana Flora Namaemba

ICT

This research focuses on improving the detection and classification of maize crop pests and diseases to enhance agricultural yield and food security. A dataset comprising 5389 images of maize conditions (healthy, pest-affected, and disease-affected) across seven classes was used. The images underwent preprocessing, including resizing to 299x299, class balancing using augmentation techniques, and noise reduction with Gaussian filtering.

Feature extraction utilised EfficientNetB0 and InceptionV3 architectures, with PCA employed for feature selection. Classification was conducted using a Support Vector Machine (SVM) with a One-vs-One strategy, alongside a baseline 2D CNN model. Data engineering included label encoding, standardisation, and an 80:10:10 train-test-validation …


Fake News Detection Using Natural Language Processing, Fabiolla Mayrink Costa, Rael Guimaraes Jan 2023

Fake News Detection Using Natural Language Processing, Fabiolla Mayrink Costa, Rael Guimaraes

ICT

Nowadays with the advance of technologies we have vast access to any sort of information. We are able to use our phone/computer to access the news of any part of the world. It is great to keep us informed about everything that is happening around the world. It is also a powerful tool used for companies while making strategic business decisions. The biggest issue is that technology can and is being used to manipulate people/companies by propagating fake news. Fake news can mislead people's perceptions while forming opinions on a determined subject. It can also have a big impact on …


Predicting The Effects Of Climate Change On Irish Agriculture, Rodrigo Matsumoto, Sarah Kuprian Carrinho Jan 2023

Predicting The Effects Of Climate Change On Irish Agriculture, Rodrigo Matsumoto, Sarah Kuprian Carrinho

ICT

The impact of climate change on agriculture is a growing concern worldwide, and Ireland is no exception. The purpose of this project is to use machine learning techniques to predict the effects of climate change on Irish agriculture and identify strategies for adaptation and mitigation. The project uses the Cross-Industry Standard Process for Data Mining (CRISP-DM) methodology to guide the data analysis process, MoSCoW prioritization to identify the most critical needs, and SWOT analysis to evaluate the strengths, weaknesses, opportunities, and threats our project may encounter. Historical temperature data for Ireland and Dublin will be used as our data sources. …