Posture Recognition Method for Caregivers during Postural Change of a Patient on a Bed using Wearable Sensors
Volume 5, Issue 5, Page No 1093–1098, 2020
Adv. Sci. Technol. Eng. Syst. J. 5(5), 1093–1098 (2020);
DOI: 10.25046/aj0505133
Keywords: Posture recognition, Caregiver, Patient handling, Lower back pain, Wearable sensor, Machine learning
Caregivers experience lower back pain due to their awkward postures while handling patients. Therefore, a monitoring system to supervise caregivers’ postures using wearable sensors is being developed. This study proposed a postural recognition method for caregivers during postural change while handling a patient on a bed. The proposed method recognizes foot positions and arm movements by a machine learning algorithm using inertial data on the trunk and foot pressure data obtained from wearable sensors. An experiment was conducted to evaluate whether the proposed method could recognize three foot positions and three arm movements. Participants provided postural change for a simulated patient on a bed (patient: supine to lateral recumbent) under nine conditions, including different combinations of the three foot positions and three arm movements; the experiment was repeated ten times for each condition. Experimental results showed that the proposed method using an artificial neural network with all features obtained from an inertial measurement unit and insole pressure sensors could recognize arm movements and foot positions with an accuracy of approximately 0.75 and 0.97, respectively. These results suggest that the proposed method can be used in a monitoring system tracking a caregiver’s posture.
1. Introduction
Recently, many caregivers have experienced lower back pain owing to frequent patient handling [1–2]. Previous studies have suggested that caregivers should maintain an appropriate posture based on body mechanics during patient handling [3–4]. Accordingly, previous studies have developed monitoring systems to supervise the postures of caregivers to prevent lower back pain [5–8].
Lin et al. developed a robot patient comprising an inertial measurement unit (IMU), angular position sensors, and servo motor encoders and found that the robot could classify correct and incorrect transfer methods [5]. Huang et al. developed an automatic evaluation method for patient transfer skills using two Kinect RGB-D sensors [6, 7]. Their study showed that this method could improve the patient transfer skill of students [7]. Itami et al. developed a monitoring system using electromyography, goniometer, and inclination sensor [8]. This system could monitor skills and lumbar loads of patient handling [8]. These systems are useful for monitoring caregivers’ postures; however, these systems have limitations in terms of workspace and usability because they require vision-based devices, multiple specialized sensors, or robots. Previous study reported that assistive devices for caregivers should be time-efficient, cost-effective, and suitable for various workspaces [9]. Hence, there is a need to develop wearables and simple monitoring systems for caregivers’ postures.
PostureCoach is a wearable and simple system for preventing lower back pain among caregivers [10]. This system can provide real-time biofeedback using the trunk angle obtained from only two IMUs [10]. Previous investigations have shown that PostureCoach can reduce the lumbar spine flexion in a beginner who handles patients [10]. However, this system cannot suggest caregiver ways to adjust to an appropriate posture because the system measures only the trunk angle. Several factors, such as the foot position and arm movement, are useful to achieve suitable postures to prevent lower back pain during patient handling [11–13]. Therefore, a simple and wearable system that monitors the trunk angle, foot position, and arm movement is being develop [14].
Figure 1 shows the flow of the proposed monitoring system for caregivers’ postures. The proposed system monitors a caregiver’s posture using wearable sensors mounted on the caregiver’s trunk and shoes (Step 1). The proposed method evaluates several factors such as trunk angle, foot positions, and arm movements using sensor data obtained from the wearable sensors (Step 2). If the evaluated factors are unsuitable, the proposed system informs the caregiver to adjust their posture (Step 3).
Our previous study proposed a postural recognition method during sit-to-stand assistive motions but could not consider other patient-handling aspects and various foot positions and arm movements [14]. Several patient-handling aspects, such as providing postural change to turn a patient on a bed, cause lumber load among caregivers [12, 15]. Such a type of patient handling causes lower back pain among caregivers as a patient is frequently repositioned on a bed [15]. As explained above, arm movements and foot positions are important factors for patient handling [11-13]. Thus, this study proposes the recognition method for various foot positions and arm movements of caregivers using a postural recognition method during postural change for a patient on a bed.

Figure 1: Monitoring system for patient-handling motion.
This section discusses the background, previous studies of this paper. The remainder of this paper is organized as follows. Section 2 mentions the objective and contribution of this paper. Section 3 explains the proposed method for postural recognition during postural change while handling a patient on a bed. Section 4 describes the experiments conducted to evaluate whether the proposed method can recognize a caregiver’s posture during patient handling. Section 5 presents experimental results and discussions. Finally, section 6 presents conclusions.
2. Objective and Contribution
The objective of this study is proposal of a novel posture recognition method for wearable monitoring system to prevent lower back pain among caregivers. Furthermore, this study explores appropriate combination of wearable sensors and machine learning algorithms for the proposed method.
The contribution of this study is as follows. The proposed method will be applied to suggest an appropriate posture for caregivers because this method recognizes both arm movements and foot positions. This study presents the novel posture recognition method using sensor fusion consisted of IMU and insole pressure sensor. As a scientific contribution, this method using sensor fusion of wearable sensor has a potential to be applied to posture recognition related to occupational health. In addition, the appropriate combination of wearable sensors and machine learning algorithms shown in this study will be useful in the research area of computer science and wearable systems.
3. Proposed Method
3.1. Overview
Figure 2 shows a block diagram of the proposed postural recognition method. The proposed method measured postural information by wearable sensors. Machine learning algorithm using features obtained from wearable sensors generated function for postural recognition. Caregiver’s posture such as arm movement and foot position were recognized by generated function. The details of each component are described below.
3.2. Input (wearable sensors)
The IMU attached on the trunk and insole pressure sensors measured postural information during patient handling. The IMU (Logical Product Co., Japan) measures the three-axis acceleration and angular velocity of the trunk for features of the machine learning algorithm. Insole pressure sensors are fabricated by arranging eight FlexiForce sensors (Tekscan, USA) on each foot. Because the FlexiForce sensors are thin and flexible, they are suitable for measuring forces between various surfaces, such as an insole [16]. Furthermore, the FlexiForce sensors can be used in real time applications owing to the lack of linearity, non-repeatability, and hysteresis [17]. Front and rear forces on each foot are measured using insole pressure sensors as features for the machine learning algorithm. These sensor data were measured at a 1-kHz sampling rate.
3.3. Machine learning-based recognition
Seven features (mean, maximum, minimum, standard deviation, root mean square, kurtosis and skewness) were extracted for machine learning algorithm. These features were extracted from each sensor data using a sliding window technique with a 1.0-s window size and 50% overlap. These features, window size, and overlap were selected based on the previous researches about posture recognition using wearable sensors [18–19].
The machine learning algorithm recognized three arm movements and three foot positions during postural change while handling a patient on a bed. In this study, artificial neural network, decision tree, and support vector machine were selected as machine learning algorithm for the proposed method because these three algorithms were used for wearable sensor-based posture recognition [19-20]. Details of the recognition models were described below.
Artificial neural network is applied to complex relationship between input and output by nonlinear and flexible decision boundary [19-21]. The artificial neural network-based model consists of input layer, hidden layer and output layer [19-20]. In our proposed method, the features obtained from the wearable sensors were inputted to the input layer, and the recognized posture was outputted from the output layer. Hidden layer was set function for learning the relationship between features obtained wearable sensor and postures. The specifications and parameters in artificial neural network of proposed method is shown in Table 1.
Decision tree provides if-then rules which have free of ambiguity [22-24]. If-then rules generated by decision tree consist of root, internal and leaf nodes [22]. The root and internal nodes have threshold of features for recognition. Position and features of these nodes are determined based on comparison of entropy for all features [23]. Leaf nodes are defined as recognition output via root and internal nodes. When these nodes are too many and complex, recognition model has problem such as over fitting [24]. Thus, decision tree has several parameters to adjust number of nodes [24]. The specifications and parameters of decision tree in our proposed method is shown in Table 2.
Support vector machine is applied to nonlinear data without over fitting by large margin separation and kernel function [25]. Kernel function provides efficient calculation in nonlinear feature spaces [25]. Large margin separation is required for generalization performance of support vector machine [25]. The specifications and parameters of support vector machine in our proposed method is shown in Table 3.
Comparison of these machine learning algorithms was necessary in order to determine the appropriate algorithm depends on the target postures [19–20]. In this study, the proposed method was compared to investigate which algorithm could recognize patient handling motion using these wearable sensors.
Table 1: Specifications and parameters for artificial neural network of the proposed method.
3.4. Output (recognized posture)
In the proposed method, arm movements and foot positions were recognized as postural factors. The monitoring system shown in previous section will provide caregiver the appropriate posture based on recognition results.

Figure 2: Proposed postural recognition method.
Table 2: Specifications and parameters for decision tree of the proposed method.

Table 3: Specifications and parameters for support vector machine of the proposed method.
4. Experiment
Four young healthy males (24.75 ± 0.83 years, 1.72 ± 0.05 m, 67.00 ± 10.79 kg) were participants as caregivers. One young healthy male (25.00 years, 1.69 m, 70.00 kg) participated as a simulated patient. All participants provided their verbal informed consent to the experiment.
The four participants (caregivers) were asked to perform a postural change for the simulated patient on a bed under nine postural conditions. The nine conditions were a combination of the three arm movements and three foot positions shown in Figure 3. Each participant (caregiver) repeated this motion ten times for each condition. Data for the proposed method were measured by wearable sensors (IMU and insole pressure sensors) at 1-kHz sampling frequency for each trial.
The proposed method recognized the three arm movements and three foot positions by processing data obtained from the sensors using the machine learning algorithm. This experiment compared the recognition performance of three machine learning algorithms to determine the appropriate algorithm for the proposed method. Furthermore, the recognition performances of three feature patterns (“IMU,” “Insole Sensor,” and “All”) were compared to verify the effectiveness of the sensors and features.
The metrics of accuracy and F-measure were used to evaluate the recognition performance of the algorithms. These evaluation metrics were calculated according to

where TP denotes true positive and represents the number of correct recognition for positive samples, TN denotes true negative and represents the number of correct recognition for negative samples, FP denotes false positive represents the number of samples incorrectly recognized as positive in actual negative samples, and FN denotes false negative and represents the number of samples incorrectly recognized as negative in actual positive samples. The accuracy of the proposed method was evaluated based on the recognition performance of each algorithm using the feature patterns. The F-measure of each arm movement and foot position was calculated using the harmonic mean of precision and recall as the overall performance. These metrics were calculated by ten-fold cross validation using data obtained from all trials and participants.

Figure 3: Postural conditions in the experiment.
5. Results and Discussion
Tables 4 and 5 show the accuracy and F-measure of the proposed method. The results show that the combination of artificial neural network and all features obtained from both IMU and insole pressure sensors achieved the best performance for postural recognition. In this combination, the proposed method could recognize arm movements and foot positions with an accuracy of approximately 0.75 and 0.97, respectively. These results suggest the possibility of using the proposed recognition method in monitoring systems to prevent lower back pain.
A comparison between the machine leaning algorithms showed that the artificial neural network exhibited the best performance for both accuracy and F-measure. Therefore, the artificial neural network was deemed the most suitable machine learning algorithm for the proposed method. The artificial neural network’s best performance was attributed to its nonlinear and flexible decision boundary, which was effective for wearable sensor data [19-21].
A comparison between feature patterns showed that the proposed method yielded the best performance for accuracy and F-measure when all features obtained from both IMU and insole pressure sensors were used. These results indicated that both IMU and insole pressure sensors were effective and necessary for the proposed method. Moreover, in foot position recognition, the proposed method using only insole pressure sensors achieved a great performance. These findings indicate that the insole pressure sensors could detect the force distribution depending on the foot positions. However, the proposed method could not recognize arm movements using only the insole pressure sensors. Thus, IMU was also considered necessary for the proposed method. Table 6 shows the confusion matrices of the proposed method using the artificial neural network and all features for postural recognition. These results showed that the proposed method achieved good performance for foot position recognition. The reason for this performance, as explained earlier, was that insole pressure sensors in the shoes could detect relevant features related to foot positions. However, the proposed method incorrectly recognized arm movement between movements 1 and 3 because there was no sensor on the upper limbs. Placing additional sensors on the upper limbs could obstruct care activities. Thus, the optimal position to place an IMU on the trunk to detect arm movement without additional sensors should be explored.
The limitation of this study is that the proposed method was not evaluated in an actual workspace and under various aspects of patient handling, such as assisting transfer. Moreover, the proposed method should be tested for female participants, patients of different ages, and caregivers. Furthermore, other feature selection patterns and algorithms should be examined to improve the performance of the proposed postural recognition method. Following further tests and improvements on the proposed method, the postural monitoring system to prevent lower back pain will be implemented based on the proposed postural recognition method.
Table 4: Accuracy of the proposed method.

Table 5: F-measure of the proposed method.

In future work, the optimal placement of sensors will be explored to improve the accuracy of postural recognition in the proposed method. Moreover, other machine learning algorithms will be tested to determine a more suitable algorithm for the proposed method. Furthermore, a modified version of the proposed recognition method should be evaluated under various conditions. Finally, a monitoring system will be implemented based on the modified postural recognition method to prevent lower back pain due to patient handling.
Table 6: Confusion matrices of posture recognition
(using an artificial neural network with all features).
6. Conclusion
In this study, the posture recognition method for caregivers during postural change for a patient on a bed was proposed. The experimental results showed that the proposed method could recognize a caregiver’s posture. The proposed method using novel sensor fusion with machine learning will also be useful for posture recognition in other various application.
Conflict of Interest
The authors declare no conflict of interest.
Acknowledgment
The first author is grateful for a scholarship from the Nakatani Foundation for Advancement of Measuring Technologies in Biomedical Engineering.
- S. Kai, “Consideration of low back pain in health and welfare workers,” Journal of Physical Therapy Science, 13(2), 149–152, 2001, doi:10.1589/jpts.13.149.
- A. Holtermann, T. Clausen, M.B. Jørgensen, A. Burdorf, L.L. Andersen, “Patient handling and risk for developing persistent low-back pain among female healthcare workers,” Scandinavian Journal of Work, Environment & Health, 39(2), 164–169, 2013, doi:10.5271/sjweh.3329.
- R. Ibrahim, O.E.A.E. Elsaay, “The effect of body mechanics training program for intensive care nurses in reducing low back pain,” IOSR Journal of Nursing and Health Science, 4(5), 81–96, 2015, doi:10.9790/1959-04548196.
- A. Karahan, N. Bayraktar, “Determination of the usage of body mechanics in clinical settings and the occurrence of low back pain in nurses,” International Journal of Nursing Studies, 41(1), 67–75, 2004, doi:10.1016/s0020-7489(03)00083-x.
- C. Lin, T. Ogata, Z. Zhong, M. Kanai-Pak, J. Maeda, Y. Kitajima, M. Nakamura, N. Kuwahara, J. Ota, “Development and Validation of Robot Patient Equipped with an Inertial Measurement Unit and Angular Position Sensors to Evaluate Transfer Skills of Nurses,” International Journal of Social Robotics, 1–19, 2020, doi:10.1007/s12369-020-00673-6.
- Z. Huang, A. Nagata, M. Kanai-Pak, J. Maeda, Y. Kitajima, M. Nakamura, K. Aida, N. Kuwahara, T. Ogata, J. Otha, “Automatic evaluation of trainee nurses’ patient transfer skills using multiple kinect sensors,” IEICE TRANSACTIONS on Information and Systems, 97(1), 107–118, 2014, doi:10.1587/transinf.E97.D.107.
- Z. Huang, A. Nagata, M. Kanai-Pak, J. Maeda, Y. Kitajima, M. Nakamura, K. Aida, N. Kuwahara, T. Ogata, J. Otha, “Self-help training system for nursing students to learn patient transfer skills,” IEEE Transactions on Learning Technologies, 7(4), 319–332, 2014, doi: 10.1109/TLT.2014.2331252.
- K. Itami, T. Yasuda, Y. Otsuki, M. Ishibashi, T. Maesako, “Development of a checking system for body mechanics focusing on the angle of forward leaning during bed making,” Educational Technology Research, 33(1–2), 63–71, 2010, doi: 10.15077/etr.KJ00006713267.
- S. Sivakanthan, E. Blaauw, M. Greenhalgh, A.M. Koontz, R. Vegter, R.A. Cooper, “Person transfer assist systems: a literature review. Disability and Rehabilitation,” Assistive Technology, 1–10, 2019, doi: 10.1080/17483107.2019.1673833.
- M. Owlia, M. Kamachi, T. Dutta, “Reducing lumbar spine flexion using real-time biofeedback during patient handling tasks,” Work, 66(1), 41–51, 2020, doi: 10.3233/WOR-203149.
- K. Kitagawa, T. Nagasaki, S. Nakano, M. Hida, S. Okamatsu, C. Wada, “Optimal foot-position of caregiver based on muscle activity of lower back and lower limb while providing sit-to-stand support,” Journal of Physical Therapy Science, 32(8), 534–540, 2020, doi:10.1589/jpts.32.534.
- B. Schibye, A.F. Hansen, C.T. Hye-Knudsen, M. Essendrop, M. Böcher, J. Skotte, “Biomechanical analysis of the effect of changing patient-handling technique,” Applied Ergonomics, 34(2), 115–123, 2003, doi: 10.1016/S0003-6870(03)00003-6.
- Q. An, J. Nakagawa, J. Yasuda, W. Wen, H. Yamakawa, A. Yamashita, H. Asama, “Skill Extraction from Nursing Care Service Using Sliding Sheet,” International Journal of Automation Technology, 12(4), 533–541, 2018, doi:10.20965/ijat.2018.p0533.
- K. Kitagawa, T. Uezono, T. Nagasaki, S. Nakano, C. Wada, “Classification Method of Assistance Motions for Standing-up with Different Foot Anteroposterior Positions using Wearable Sensors,” in 2018 International Conference on Information and Communication Technology Robotics (ICT-ROBOT2018), 1–3, 2018, doi:10.1109/ICT-ROBOT.2018.8549912.
- H. Wardell, “Reduction of injuries associated with patient handling,” Aaohn Journal, 55(10), 407–412, 2007, doi:10.1177/216507990705501003.
- A.M. Almassri, W.Z. Wan Hasan, S.A. Ahmad, A.J. Ishak, A.M. Ghazali, D.N. Talib, C. Wada, “Pressure sensor: state of the art, design, and application for robotic hand,” Journal of Sensors, 2015, 846487, 2015, doi:10.1155/2015/846487.
- A.M. Almassri, W.Z. Wan Hasan, C. Wada, “Evaluation of a Commercial Force Sensor for Real Time Applications,” ICIC Express Letters, Part B: Applications, 11(5), 421–426, 2020, doi:10.24507/icicelb.11.05.421.
- S. Pirttikangas, K. Fujinami, T. Nakajima, “Feature selection and activity recognition from wearable sensors,” in 2006 International Symposium on Ubiquitous Computing Systems (UCS2006), 516–527, doi:10.1007/11890348_39.
- M.F. Antwi-Afari, H. Li, Y. Yu, L. Kong, “Wearable insole pressure system for automated detection and classification of awkward working postures in construction workers,” Automation in Construction, 96, 433–441, 2018, doi:10.1016/j.autcon.2018.10.004.
- M.F. Antwi-Afari, H. Li, J. Seo, A.Y.L. Wong, “Automated detection and classification of construction workers’ loss of balance events using wearable insole pressure sensors,” Automation in Construction, 96, 189–199, 2018, doi:10.1016/j.autcon.2018.09.010.
- S. Dreiseitl, L. Ohno-Machado, “Logistic regression and artificial neural network classification models: a methodology review,” Journal of Biomedical Informatics, 35(5–6), 352–359, 2002, doi:10.1016/S1532-0464(03)00034-0.
- Y.Y. Song, L.U. Ying, “Decision tree methods: applications for classification and prediction,” Shanghai archives of psychiatry, 27(2):130-135, 2015, doi:10.11919/j.issn.1002-0829.215044.
- Y. Zhang, S. Lu, X. Zhou, M. Yang, L. Wu, B. Liu, P. Phillips, D. Wang, “Comparison of machine learning methods for stationary wavelet entropy-based multiple sclerosis detection: decision tree, k-nearest neighbors, and support vector machine,” Simulation, 92(9), 861-871, 2016, doi:10.1177/0037549716666962.
- T. Wang, Z. Qin, Z. Jin, S. Zhang, “Handling over-fitting in test cost-sensitive decision tree learning by feature selection, smoothing, and pruning,” Journal of Systems and Software. 83(7), 1137-1147, 2010, doi: 10.1016/j.jss.2010.01.002.
- A. Ben-Hur, C.S. Ong, S. Sonnenburg, B. Schölkopf, G. Rätsch, “Support vector machines and kernels for computational biology,” PLoS Comput Biol, 4(10), p.e1000173, 2008, doi: 10.1371/journal.pcbi.1000173.
- Vikas Thammanna Gowda, Landis Humphrey, Aiden Kadoch, YinBo Chen, Olivia Roberts, "Multi Attribute Stratified Sampling: An Automated Framework for Privacy-Preserving Healthcare Data Publishing with Multiple Sensitive Attributes", Advances in Science, Technology and Engineering Systems Journal, vol. 11, no. 1, pp. 51–68, 2026. doi: 10.25046/aj110106
- David Degbor, Haiping Xu, Pratiksha Singh, Shannon Gibbs, Donghui Yan, "StradNet: Automated Structural Adaptation for Efficient Deep Neural Network Design", Advances in Science, Technology and Engineering Systems Journal, vol. 10, no. 6, pp. 29–41, 2025. doi: 10.25046/aj100603
- Glender Brás, Samara Leal, Breno Sousa, Gabriel Paes, Cleberson Junior, João Souza, Rafael Assis, Tamires Marques, Thiago Teles Calazans Silva, "Machine Learning Methods for University Student Performance Prediction in Basic Skills based on Psychometric Profile", Advances in Science, Technology and Engineering Systems Journal, vol. 10, no. 4, pp. 1–13, 2025. doi: 10.25046/aj100401
- khawla Alhasan, "Predictive Analytics in Marketing: Evaluating its Effectiveness in Driving Customer Engagement", Advances in Science, Technology and Engineering Systems Journal, vol. 10, no. 3, pp. 45–51, 2025. doi: 10.25046/aj100306
- Khalifa Sylla, Birahim Babou, Mama Amar, Samuel Ouya, "Impact of Integrating Chatbots into Digital Universities Platforms on the Interactions between the Learner and the Educational Content", Advances in Science, Technology and Engineering Systems Journal, vol. 10, no. 1, pp. 13–19, 2025. doi: 10.25046/aj100103
- Ahmet Emin Ünal, Halit Boyar, Burcu Kuleli Pak, Vehbi Çağrı Güngör, "Utilizing 3D models for the Prediction of Work Man-Hour in Complex Industrial Products using Machine Learning", Advances in Science, Technology and Engineering Systems Journal, vol. 9, no. 6, pp. 01–11, 2024. doi: 10.25046/aj090601
- Haruki Murakami, Takuma Miwa, Kosuke Shima, Takanobu Otsuka, "Proposal and Implementation of Seawater Temperature Prediction Model using Transfer Learning Considering Water Depth Differences", Advances in Science, Technology and Engineering Systems Journal, vol. 9, no. 4, pp. 01–06, 2024. doi: 10.25046/aj090401
- Brandon Wetzel, Haiping Xu, "Deploying Trusted and Immutable Predictive Models on a Public Blockchain Network", Advances in Science, Technology and Engineering Systems Journal, vol. 9, no. 3, pp. 72–83, 2024. doi: 10.25046/aj090307
- Anirudh Mazumder, Kapil Panda, "Leveraging Machine Learning for a Comprehensive Assessment of PFAS Nephrotoxicity", Advances in Science, Technology and Engineering Systems Journal, vol. 9, no. 3, pp. 62–71, 2024. doi: 10.25046/aj090306
- Taichi Ito, Ken’ichi Minamino, Shintaro Umeki, "Visualization of the Effect of Additional Fertilization on Paddy Rice by Time-Series Analysis of Vegetation Indices using UAV and Minimizing the Number of Monitoring Days for its Workload Reduction", Advances in Science, Technology and Engineering Systems Journal, vol. 9, no. 3, pp. 29–40, 2024. doi: 10.25046/aj090303
- Henry Toal, Michelle Wilber, Getu Hailu, Arghya Kusum Das, "Evaluation of Various Deep Learning Models for Short-Term Solar Forecasting in the Arctic using a Distributed Sensor Network", Advances in Science, Technology and Engineering Systems Journal, vol. 9, no. 3, pp. 12–28, 2024. doi: 10.25046/aj090302
- Tinofirei Museba, Koenraad Vanhoof, "An Adaptive Heterogeneous Ensemble Learning Model for Credit Card Fraud Detection", Advances in Science, Technology and Engineering Systems Journal, vol. 9, no. 3, pp. 01–11, 2024. doi: 10.25046/aj090301
- Yutaka Yoshida, Emi Yuda, "Verify of Left and Right Differences in Sleep Index using the Ring-type Sensor", Advances in Science, Technology and Engineering Systems Journal, vol. 9, no. 1, pp. 9–14, 2024. doi: 10.25046/aj090102
- Toya Acharya, Annamalai Annamalai, Mohamed F Chouikha, "Optimizing the Performance of Network Anomaly Detection Using Bidirectional Long Short-Term Memory (Bi-LSTM) and Over-sampling for Imbalance Network Traffic Data", Advances in Science, Technology and Engineering Systems Journal, vol. 8, no. 6, pp. 144–154, 2023. doi: 10.25046/aj080614
- Renhe Chi, "Comparative Study of J48 Decision Tree and CART Algorithm for Liver Cancer Symptom Analysis Using Data from Carnegie Mellon University", Advances in Science, Technology and Engineering Systems Journal, vol. 8, no. 6, pp. 57–64, 2023. doi: 10.25046/aj080607
- Ng Kah Kit, Hafeez Ullah Amin, Kher Hui Ng, Jessica Price, Ahmad Rauf Subhani, "EEG Feature Extraction based on Fast Fourier Transform and Wavelet Analysis for Classification of Mental Stress Levels using Machine Learning", Advances in Science, Technology and Engineering Systems Journal, vol. 8, no. 6, pp. 46–56, 2023. doi: 10.25046/aj080606
- Kitipoth Wasayangkool, Kanabadee Srisomboon, Chatree Mahatthanajatuphat, Wilaiporn Lee, "Accuracy Improvement-Based Wireless Sensor Estimation Technique with Machine Learning Algorithms for Volume Estimation on the Sealed Box", Advances in Science, Technology and Engineering Systems Journal, vol. 8, no. 3, pp. 108–117, 2023. doi: 10.25046/aj080313
- Chaiyaporn Khemapatapan, Thammanoon Thepsena, "Forecasting the Weather behind Pa Sak Jolasid Dam using Quantum Machine Learning", Advances in Science, Technology and Engineering Systems Journal, vol. 8, no. 3, pp. 54–62, 2023. doi: 10.25046/aj080307
- Der-Jiun Pang, "Hybrid Machine Learning Model Performance in IT Project Cost and Duration Prediction", Advances in Science, Technology and Engineering Systems Journal, vol. 8, no. 2, pp. 108–115, 2023. doi: 10.25046/aj080212
- Paulo Gustavo Quinan, Issa Traoré, Isaac Woungang, Ujwal Reddy Gondhi, Chenyang Nie, "Hybrid Intrusion Detection Using the AEN Graph Model", Advances in Science, Technology and Engineering Systems Journal, vol. 8, no. 2, pp. 44–63, 2023. doi: 10.25046/aj080206
- Ossama Embarak, "Multi-Layered Machine Learning Model For Mining Learners Academic Performance", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 1, pp. 850–861, 2021. doi: 10.25046/aj060194
- Roy D Gregori Ayon, Md. Sanaullah Rabbi, Umme Habiba, Maoyejatun Hasana, "Bangla Speech Emotion Detection using Machine Learning Ensemble Methods", Advances in Science, Technology and Engineering Systems Journal, vol. 7, no. 6, pp. 70–76, 2022. doi: 10.25046/aj070608
- Deeptaanshu Kumar, Ajmal Thanikkal, Prithvi Krishnamurthy, Xinlei Chen, Pei Zhang, "Analysis of Different Supervised Machine Learning Methods for Accelerometer-Based Alcohol Consumption Detection from Physical Activity", Advances in Science, Technology and Engineering Systems Journal, vol. 7, no. 4, pp. 147–154, 2022. doi: 10.25046/aj070419
- Zhumakhan Nazir, Temirlan Zarymkanov, Jurn-Guy Park, "A Machine Learning Model Selection Considering Tradeoffs between Accuracy and Interpretability", Advances in Science, Technology and Engineering Systems Journal, vol. 7, no. 4, pp. 72–78, 2022. doi: 10.25046/aj070410
- Ayoub Benchabana, Mohamed-Khireddine Kholladi, Ramla Bensaci, Belal Khaldi, "A Supervised Building Detection Based on Shadow using Segmentation and Texture in High-Resolution Images", Advances in Science, Technology and Engineering Systems Journal, vol. 7, no. 3, pp. 166–173, 2022. doi: 10.25046/aj070319
- Osaretin Eboya, Julia Binti Juremi, "iDRP Framework: An Intelligent Malware Exploration Framework for Big Data and Internet of Things (IoT) Ecosystem", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 5, pp. 185–202, 2021. doi: 10.25046/aj060521
- Arwa Alghamdi, Graham Healy, Hoda Abdelhafez, "Machine Learning Algorithms for Real Time Blind Audio Source Separation with Natural Language Detection", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 5, pp. 125–140, 2021. doi: 10.25046/aj060515
- Baida Ouafae, Louzar Oumaima, Ramdi Mariam, Lyhyaoui Abdelouahid, "Survey on Novelty Detection using Machine Learning Techniques", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 5, pp. 73–82, 2021. doi: 10.25046/aj060510
- Radwan Qasrawi, Stephanny VicunaPolo, Diala Abu Al-Halawa, Sameh Hallaq, Ziad Abdeen, "Predicting School Children Academic Performance Using Machine Learning Techniques", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 5, pp. 08–15, 2021. doi: 10.25046/aj060502
- Zhiyuan Chen, Howe Seng Goh, Kai Ling Sin, Kelly Lim, Nicole Ka Hei Chung, Xin Yu Liew, "Automated Agriculture Commodity Price Prediction System with Machine Learning Techniques", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 4, pp. 376–384, 2021. doi: 10.25046/aj060442
- Hathairat Ketmaneechairat, Maleerat Maliyaem, Chalermpong Intarat, "Kamphaeng Saen Beef Cattle Identification Approach using Muzzle Print Image", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 4, pp. 110–122, 2021. doi: 10.25046/aj060413
- Md Mahmudul Hasan, Nafiul Hasan, Dil Afroz, Ferdaus Anam Jibon, Md. Arman Hossen, Md. Shahrier Parvage, Jakaria Sulaiman Aongkon, "Electroencephalogram Based Medical Biometrics using Machine Learning: Assessment of Different Color Stimuli", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 3, pp. 27–34, 2021. doi: 10.25046/aj060304
- Dominik Štursa, Daniel Honc, Petr Doležel, "Efficient 2D Detection and Positioning of Complex Objects for Robotic Manipulation Using Fully Convolutional Neural Network", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 2, pp. 915–920, 2021. doi: 10.25046/aj0602104
- Md Mahmudul Hasan, Nafiul Hasan, Mohammed Saud A Alsubaie, "Development of an EEG Controlled Wheelchair Using Color Stimuli: A Machine Learning Based Approach", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 2, pp. 754–762, 2021. doi: 10.25046/aj060287
- Antoni Wibowo, Inten Yasmina, Antoni Wibowo, "Food Price Prediction Using Time Series Linear Ridge Regression with The Best Damping Factor", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 2, pp. 694–698, 2021. doi: 10.25046/aj060280
- Javier E. Sánchez-Galán, Fatima Rangel Barranco, Jorge Serrano Reyes, Evelyn I. Quirós-McIntire, José Ulises Jiménez, José R. Fábrega, "Using Supervised Classification Methods for the Analysis of Multi-spectral Signatures of Rice Varieties in Panama", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 2, pp. 552–558, 2021. doi: 10.25046/aj060262
- Phillip Blunt, Bertram Haskins, "A Model for the Application of Automatic Speech Recognition for Generating Lesson Summaries", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 2, pp. 526–540, 2021. doi: 10.25046/aj060260
- Sebastianus Bara Primananda, Sani Muhamad Isa, "Forecasting Gold Price in Rupiah using Multivariate Analysis with LSTM and GRU Neural Networks", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 2, pp. 245–253, 2021. doi: 10.25046/aj060227
- Byeongwoo Kim, Jongkyu Lee, "Fault Diagnosis and Noise Robustness Comparison of Rotating Machinery using CWT and CNN", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 1, pp. 1279–1285, 2021. doi: 10.25046/aj0601146
- Md Mahmudul Hasan, Nafiul Hasan, Mohammed Saud A Alsubaie, Md Mostafizur Rahman Komol, "Diagnosis of Tobacco Addiction using Medical Signal: An EEG-based Time-Frequency Domain Analysis Using Machine Learning", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 1, pp. 842–849, 2021. doi: 10.25046/aj060193
- Reem Bayari, Ameur Bensefia, "Text Mining Techniques for Cyberbullying Detection: State of the Art", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 1, pp. 783–790, 2021. doi: 10.25046/aj060187
- Inna Valieva, Iurii Voitenko, Mats Björkman, Johan Åkerberg, Mikael Ekström, "Multiple Machine Learning Algorithms Comparison for Modulation Type Classification Based on Instantaneous Values of the Time Domain Signal and Time Series Statistics Derived from Wavelet Transform", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 1, pp. 658–671, 2021. doi: 10.25046/aj060172
- Carlos López-Bermeo, Mauricio González-Palacio, Lina Sepúlveda-Cano, Rubén Montoya-Ramírez, César Hidalgo-Montoya, "Comparison of Machine Learning Parametric and Non-Parametric Techniques for Determining Soil Moisture: Case Study at Las Palmas Andean Basin", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 1, pp. 636–650, 2021. doi: 10.25046/aj060170
- Ndiatenda Ndou, Ritesh Ajoodha, Ashwini Jadhav, "A Case Study to Enhance Student Support Initiatives Through Forecasting Student Success in Higher-Education", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 1, pp. 230–241, 2021. doi: 10.25046/aj060126
- Lonia Masangu, Ashwini Jadhav, Ritesh Ajoodha, "Predicting Student Academic Performance Using Data Mining Techniques", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 1, pp. 153–163, 2021. doi: 10.25046/aj060117
- Sara Ftaimi, Tomader Mazri, "Handling Priority Data in Smart Transportation System by using Support Vector Machine Algorithm", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 6, pp. 1422–1427, 2020. doi: 10.25046/aj0506172
- Othmane Rahmaoui, Kamal Souali, Mohammed Ouzzif, "Towards a Documents Processing Tool using Traceability Information Retrieval and Content Recognition Through Machine Learning in a Big Data Context", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 6, pp. 1267–1277, 2020. doi: 10.25046/aj0506151
- Puttakul Sakul-Ung, Amornvit Vatcharaphrueksadee, Pitiporn Ruchanawet, Kanin Kearpimy, Hathairat Ketmaneechairat, Maleerat Maliyaem, "Overmind: A Collaborative Decentralized Machine Learning Framework", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 6, pp. 280–289, 2020. doi: 10.25046/aj050634
- Pamela Zontone, Antonio Affanni, Riccardo Bernardini, Leonida Del Linz, Alessandro Piras, Roberto Rinaldo, "Supervised Learning Techniques for Stress Detection in Car Drivers", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 6, pp. 22–29, 2020. doi: 10.25046/aj050603
- Khalid A. AlAfandy, Hicham Omara, Mohamed Lazaar, Mohammed Al Achhab, "Using Classic Networks for Classifying Remote Sensing Images: Comparative Study", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 5, pp. 770–780, 2020. doi: 10.25046/aj050594
- Khalid A. AlAfandy, Hicham, Mohamed Lazaar, Mohammed Al Achhab, "Investment of Classic Deep CNNs and SVM for Classifying Remote Sensing Images", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 5, pp. 652–659, 2020. doi: 10.25046/aj050580
- Rajesh Kumar, Geetha S, "Malware Classification Using XGboost-Gradient Boosted Decision Tree", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 5, pp. 536–549, 2020. doi: 10.25046/aj050566
- Nghia Duong-Trung, Nga Quynh Thi Tang, Xuan Son Ha, "Interpretation of Machine Learning Models for Medical Diagnosis", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 5, pp. 469–477, 2020. doi: 10.25046/aj050558
- Oumaima Terrada, Soufiane Hamida, Bouchaib Cherradi, Abdelhadi Raihani, Omar Bouattane, "Supervised Machine Learning Based Medical Diagnosis Support System for Prediction of Patients with Heart Disease", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 5, pp. 269–277, 2020. doi: 10.25046/aj050533
- Haytham Azmi, "FPGA Acceleration of Tree-based Learning Algorithms", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 5, pp. 237–244, 2020. doi: 10.25046/aj050529
- Hicham Moujahid, Bouchaib Cherradi, Oussama El Gannour, Lhoussain Bahatti, Oumaima Terrada, Soufiane Hamida, "Convolutional Neural Network Based Classification of Patients with Pneumonia using X-ray Lung Images", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 5, pp. 167–175, 2020. doi: 10.25046/aj050522
- Young-Jin Park, Hui-Sup Cho, "A Method for Detecting Human Presence and Movement Using Impulse Radar", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 4, pp. 770–775, 2020. doi: 10.25046/aj050491
- Anouar Bachar, Noureddine El Makhfi, Omar EL Bannay, "Machine Learning for Network Intrusion Detection Based on SVM Binary Classification Model", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 4, pp. 638–644, 2020. doi: 10.25046/aj050476
- Adonis Santos, Patricia Angela Abu, Carlos Oppus, Rosula Reyes, "Real-Time Traffic Sign Detection and Recognition System for Assistive Driving", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 4, pp. 600–611, 2020. doi: 10.25046/aj050471
- Amar Choudhary, Deependra Pandey, Saurabh Bhardwaj, "Overview of Solar Radiation Estimation Techniques with Development of Solar Radiation Model Using Artificial Neural Network", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 4, pp. 589–593, 2020. doi: 10.25046/aj050469
- Maroua Abdellaoui, Dounia Daghouj, Mohammed Fattah, Younes Balboul, Said Mazer, Moulhime El Bekkali, "Artificial Intelligence Approach for Target Classification: A State of the Art", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 4, pp. 445–456, 2020. doi: 10.25046/aj050453
- Shahab Pasha, Jan Lundgren, Christian Ritz, Yuexian Zou, "Distributed Microphone Arrays, Emerging Speech and Audio Signal Processing Platforms: A Review", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 4, pp. 331–343, 2020. doi: 10.25046/aj050439
- Ilias Kalathas, Michail Papoutsidakis, Chistos Drosos, "Optimization of the Procedures for Checking the Functionality of the Greek Railways: Data Mining and Machine Learning Approach to Predict Passenger Train Immobilization", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 4, pp. 287–295, 2020. doi: 10.25046/aj050435
- Yosaphat Catur Widiyono, Sani Muhamad Isa, "Utilization of Data Mining to Predict Non-Performing Loan", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 4, pp. 252–256, 2020. doi: 10.25046/aj050431
- Hai Thanh Nguyen, Nhi Yen Kim Phan, Huong Hoang Luong, Trung Phuoc Le, Nghi Cong Tran, "Efficient Discretization Approaches for Machine Learning Techniques to Improve Disease Classification on Gut Microbiome Composition Data", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 3, pp. 547–556, 2020. doi: 10.25046/aj050368
- Ruba Obiedat, "Risk Management: The Case of Intrusion Detection using Data Mining Techniques", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 3, pp. 529–535, 2020. doi: 10.25046/aj050365
- Krina B. Gabani, Mayuri A. Mehta, Stephanie Noronha, "Racial Categorization Methods: A Survey", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 3, pp. 388–401, 2020. doi: 10.25046/aj050350
- Dennis Luqman, Sani Muhamad Isa, "Machine Learning Model to Identify the Optimum Database Query Execution Platform on GPU Assisted Database", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 3, pp. 214–225, 2020. doi: 10.25046/aj050328
- Gillala Rekha, Shaveta Malik, Amit Kumar Tyagi, Meghna Manoj Nair, "Intrusion Detection in Cyber Security: Role of Machine Learning and Data Mining in Cyber Security", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 3, pp. 72–81, 2020. doi: 10.25046/aj050310
- Ahmed EL Orche, Mohamed Bahaj, "Approach to Combine an Ontology-Based on Payment System with Neural Network for Transaction Fraud Detection", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 2, pp. 551–560, 2020. doi: 10.25046/aj050269
- Bokyoon Na, Geoffrey C Fox, "Object Classifications by Image Super-Resolution Preprocessing for Convolutional Neural Networks", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 2, pp. 476–483, 2020. doi: 10.25046/aj050261
- Johannes Linden, Xutao Wang, Stefan Forsstrom, Tingting Zhang, "Productify News Article Classification Model with Sagemaker", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 2, pp. 13–18, 2020. doi: 10.25046/aj050202
- Michael Wenceslaus Putong, Suharjito, "Classification Model of Contact Center Customers Emails Using Machine Learning", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 1, pp. 174–182, 2020. doi: 10.25046/aj050123
- Rehan Ullah Khan, Ali Mustafa Qamar, Mohammed Hadwan, "Quranic Reciter Recognition: A Machine Learning Approach", Advances in Science, Technology and Engineering Systems Journal, vol. 4, no. 6, pp. 173–176, 2019. doi: 10.25046/aj040621
- Mehdi Guessous, Lahbib Zenkouar, "An ML-optimized dRRM Solution for IEEE 802.11 Enterprise Wlan Networks", Advances in Science, Technology and Engineering Systems Journal, vol. 4, no. 6, pp. 19–31, 2019. doi: 10.25046/aj040603
- Toshiyasu Kato, Yuki Terawaki, Yasushi Kodama, Teruhiko Unoki, Yasushi Kambayashi, "Estimating Academic results from Trainees’ Activities in Programming Exercises Using Four Types of Machine Learning", Advances in Science, Technology and Engineering Systems Journal, vol. 4, no. 5, pp. 321–326, 2019. doi: 10.25046/aj040541
- Nindhia Hutagaol, Suharjito, "Predictive Modelling of Student Dropout Using Ensemble Classifier Method in Higher Education", Advances in Science, Technology and Engineering Systems Journal, vol. 4, no. 4, pp. 206–211, 2019. doi: 10.25046/aj040425
- Fernando Hernández, Roberto Vega, Freddy Tapia, Derlin Morocho, Walter Fuertes, "Early Detection of Alzheimer’s Using Digital Image Processing Through Iridology, An Alternative Method", Advances in Science, Technology and Engineering Systems Journal, vol. 4, no. 3, pp. 126–137, 2019. doi: 10.25046/aj040317
- Abba Suganda Girsang, Andi Setiadi Manalu, Ko-Wei Huang, "Feature Selection for Musical Genre Classification Using a Genetic Algorithm", Advances in Science, Technology and Engineering Systems Journal, vol. 4, no. 2, pp. 162–169, 2019. doi: 10.25046/aj040221
- Konstantin Mironov, Ruslan Gayanov, Dmiriy Kurennov, "Observing and Forecasting the Trajectory of the Thrown Body with use of Genetic Programming", Advances in Science, Technology and Engineering Systems Journal, vol. 4, no. 1, pp. 248–257, 2019. doi: 10.25046/aj040124
- Bok Gyu Han, Hyeon Seok Yang, Ho Gyeong Lee, Young Shik Moon, "Low Contrast Image Enhancement Using Convolutional Neural Network with Simple Reflection Model", Advances in Science, Technology and Engineering Systems Journal, vol. 4, no. 1, pp. 159–164, 2019. doi: 10.25046/aj040115
- Callum Owen-Bridge, Stewart Blakeway, Emanuele Lindo Secco, "An Integrated & Secure System for Wearable Devices", Advances in Science, Technology and Engineering Systems Journal, vol. 3, no. 6, pp. 432–437, 2018. doi: 10.25046/aj030651
- Zheng Xie, Chaitanya Gadepalli, Farideh Jalalinajafabadi, Barry M.G. Cheetham, Jarrod J. Homer, "Machine Learning Applied to GRBAS Voice Quality Assessment", Advances in Science, Technology and Engineering Systems Journal, vol. 3, no. 6, pp. 329–338, 2018. doi: 10.25046/aj030641
- Richard Osei Agjei, Emmanuel Awuni Kolog, Daniel Dei, Juliet Yayra Tengey, "Emotional Impact of Suicide on Active Witnesses: Predicting with Machine Learning", Advances in Science, Technology and Engineering Systems Journal, vol. 3, no. 5, pp. 501–509, 2018. doi: 10.25046/aj030557
- Mostafa Haghi, Kerstin Thurow, Regina Stoll, "A Ubiquitous and Configurable Wrist-Worn Sensor Node in Hazardous Gases Detection", Advances in Science, Technology and Engineering Systems Journal, vol. 3, no. 5, pp. 248–257, 2018. doi: 10.25046/aj030530
- Sudipta Saha, Aninda Saha, Zubayr Khalid, Pritam Paul, Shuvam Biswas, "A Machine Learning Framework Using Distinctive Feature Extraction for Hand Gesture Recognition", Advances in Science, Technology and Engineering Systems Journal, vol. 3, no. 5, pp. 72–81, 2018. doi: 10.25046/aj030510
- Sherif Said, Samer Al-Kork, Vishnu Nair, Itta Gowthami, Taha Beyrouthy, Xavier Savatier, M Fayek Abdrabbo, "Experimental Investigation of Human Gait Recognition Database using Wearable Sensors", Advances in Science, Technology and Engineering Systems Journal, vol. 3, no. 4, pp. 201–210, 2018. doi: 10.25046/aj030418
- Charles Frank, Asmail Habach, Raed Seetan, Abdullah Wahbeh, "Predicting Smoking Status Using Machine Learning Algorithms and Statistical Analysis", Advances in Science, Technology and Engineering Systems Journal, vol. 3, no. 2, pp. 184–189, 2018. doi: 10.25046/aj030221
- Sehla Loussaief, Afef Abdelkrim, "Machine Learning framework for image classification", Advances in Science, Technology and Engineering Systems Journal, vol. 3, no. 1, pp. 1–10, 2018. doi: 10.25046/aj030101
- Ruijian Zhang, Deren Li, "Applying Machine Learning and High Performance Computing to Water Quality Assessment and Prediction", Advances in Science, Technology and Engineering Systems Journal, vol. 2, no. 6, pp. 285–289, 2017. doi: 10.25046/aj020635
- Batoul Haidar, Maroun Chamoun, Ahmed Serhrouchni, "A Multilingual System for Cyberbullying Detection: Arabic Content Detection using Machine Learning", Advances in Science, Technology and Engineering Systems Journal, vol. 2, no. 6, pp. 275–284, 2017. doi: 10.25046/aj020634
- Yuksel Arslan, Abdussamet Tanıs, Huseyin Canbolat, "A Relational Database Model and Tools for Environmental Sound Recognition", Advances in Science, Technology and Engineering Systems Journal, vol. 2, no. 6, pp. 145–150, 2017. doi: 10.25046/aj020618
- Loretta Henderson Cheeks, Ashraf Gaffar, Mable Johnson Moore, "Modeling Double Subjectivity for Gaining Programmable Insights: Framing the Case of Uber", Advances in Science, Technology and Engineering Systems Journal, vol. 2, no. 3, pp. 1677–1692, 2017. doi: 10.25046/aj0203209
- Moses Ekpenyong, Daniel Asuquo, Samuel Robinson, Imeh Umoren, Etebong Isong, "Soft Handoff Evaluation and Efficient Access Network Selection in Next Generation Cellular Systems", Advances in Science, Technology and Engineering Systems Journal, vol. 2, no. 3, pp. 1616–1625, 2017. doi: 10.25046/aj0203201
- Rogerio Gomes Lopes, Marcelo Ladeira, Rommel Novaes Carvalho, "Use of machine learning techniques in the prediction of credit recovery", Advances in Science, Technology and Engineering Systems Journal, vol. 2, no. 3, pp. 1432–1442, 2017. doi: 10.25046/aj0203179
- Daniel Fraunholz, Marc Zimmermann, Hans Dieter Schotten, "Towards Deployment Strategies for Deception Systems", Advances in Science, Technology and Engineering Systems Journal, vol. 2, no. 3, pp. 1272–1279, 2017. doi: 10.25046/aj0203161
- Arsim Susuri, Mentor Hamiti, Agni Dika, "Detection of Vandalism in Wikipedia using Metadata Features – Implementation in Simple English and Albanian sections", Advances in Science, Technology and Engineering Systems Journal, vol. 2, no. 4, pp. 1–7, 2017. doi: 10.25046/aj020401
- Adewale Opeoluwa Ogunde, Ajibola Rasaq Olanbo, "A Web-Based Decision Support System for Evaluating Soil Suitability for Cassava Cultivation", Advances in Science, Technology and Engineering Systems Journal, vol. 2, no. 1, pp. 42–50, 2017. doi: 10.25046/aj020105
- Arsim Susuri, Mentor Hamiti, Agni Dika, "The Class Imbalance Problem in the Machine Learning Based Detection of Vandalism in Wikipedia across Languages", Advances in Science, Technology and Engineering Systems Journal, vol. 2, no. 1, pp. 16–22, 2016. doi: 10.25046/aj020103


