Facebook pixel tracking

The Science and Information (SAI) Organization publishes open-access peer-reviewed journals in computer science and artificial intelligence.

Contact Info
Website thesai.org
Follow Us
Contact Info
Follow Us

Machine Learning | IJACSA

Machine learning is a branch of artificial intelligence in which systems improve their performance on a task by learning patterns from data rather than following explicitly programmed rules. It is broadly divided into supervised learning for classification and regression from labeled examples, unsupervised learning for clustering and dimensionality reduction on unlabeled data, and reinforcement learning for learning optimal actions through trial-and-error interaction with an environment. Common algorithms include decision trees, support vector machines, ensemble methods such as random forests and gradient boosting, and neural networks, chosen based on data characteristics, interpretability needs, and computational constraints. Industry surveys suggest most organizations remain in experimentation or pilot phases with machine learning, with only about a third reporting they have begun scaling programs organization-wide. Machine learning underlies applications across nearly every domain, including predictive maintenance, credit scoring, medical diagnosis support, and recommendation systems. As an open-access machine learning journal (an ML journal), IJACSA publishes comparative studies and applied research spanning these algorithm families.

Published in International Journal of Advanced Computer Science and Applications (IJACSA) · list last refreshed September 2026

Analyzing the Performance of Anomaly Detection Algorithms

Vol. 12, Issue 6 (2021) · 8 citations

An outlier is a data observation that is considerably irregular from the rest of the dataset. The outlier present in the dataset may cause the integrity of the dataset. Implementing machine learning techniques in various…

Software Project Estimation with Machine Learning

Vol. 12, Issue 6 (2021) · 21 citations

This project involves research about software effort estimation using machine learning algorithms. Software cost and effort estimation are crucial parts of software project development. It determines the budget, time and…

Detecting COVID-19 Utilizing Probabilistic Graphical Models

Vol. 12, Issue 6 (2021) · 4 citations

Probabilistic graphical models are employed in a variety of areas such as artificial intelligence and machine learn-ing to depict causal relations among sets of random variables. In this research, we employ probabilistic…