Accurately detecting threats such as plastic firearms presents a complex challenge in modern security systems due to the difficulty in distinguishing these objects from harmless ones when examined using X-ray scanners. This paper explores CNN architecture and image projection methods to compare systems capable of classifying plastic firearms with high accuracy. The results show that integrating data from three sources (a Stream of Commerce dataset, staged images, and synthetically produced images) was crucial for achieving satisfactory classification performance. We also reveal that to improve accuracy and generalization, it is important to expand the training dataset and explore more advanced neural networks, despite the limitations imposed by available computing power. Future work could include exploring the need for multiple views of the baggage examined and the use of more sophisticated imaging technologies, such as CT scanners, to further improve detection capabilities.
The energy efficiency of network equipment has become a priority in the current context of sustainability and cost reduction. This article examines hybrid strategies for improving this efficiency, integrating approaches based on software and hardware optimisation. Simulation results show a 30% improvement in energy efficiency over traditional methods. By comparing these results with other work, we discuss the implications of these strategies for the network industry.
Early detection of type 2 diabetes is a public health priority due to its high prevalence and the severe complications that may result. However, traditional machine learning approaches face several limitations, particularly in model optimization, handling class imbalance, and ensuring clinical interpretability.
In this context, we propose an optimized machine learning approach that combines advanced preprocessing, optimization, and modeling techniques. Our methodology is based on four key components: (i) feature engineering guided by medical knowledge (e.g., Glucose/BMI, Age×BMI), (ii) adaptive class rebalancing using SMOTEENN, (iii) Bayesian hyperparameter optimization with Optuna for XGBoost and MLP (Multilayer Perceptron) models, and (iv) an ensemble stacking strategy integrating Random Forest, XGBoost, and MLP, with logistic regression as the meta-learner.
The PIMA Indians and Frankfurt Hospital datasets were used to validate this approach. The results are remarkable: an accuracy of 94.05% on PIMA, 99.27% on Frankfurt, and 99.71% on the merged data, with an AUC reaching 99.99%.
SHAP analysis highlights the increased importance of insulin in PIMA and the Age×BMI interaction in Frankfurt, while confirming the stability of universal markers such as glucose and BMI.
This approach not only delivers outstanding predictive performance but also provides differentiated interpretability, paving the way for more personalized and equitable predictive medicine.