Network


Latest external collaboration on country level. Dive into details by clicking on the dots.

Hotspot


Dive into the research topics where Siti Zaiton Mohd Hashim is active.

Publication


Featured researches published by Siti Zaiton Mohd Hashim.


Applied Mathematics and Computation | 2012

Training feedforward neural networks using hybrid particle swarm optimization and gravitational search algorithm

Seyedali Mirjalili; Siti Zaiton Mohd Hashim; Hossein Moradian Sardroudi

The Gravitational Search Algorithm (GSA) is a novel heuristic optimization method based on the law of gravity and mass interactions. It has been proven that this algorithm has good ability to search for the global optimum, but it suffers from slow searching speed in the last iterations. This work proposes a hybrid of Particle Swarm Optimization (PSO) and GSA to resolve the aforementioned problem. In this paper, GSA and PSOGSA are employed as new training methods for Feedforward Neural Networks (FNNs) in order to investigate the efficiencies of these algorithms in reducing the problems of trapping in local minima and the slow convergence rate of current evolutionary learning algorithms. The results are compared with a standard PSO-based learning algorithm for FNNs. The resulting accuracy of FNNs trained with PSO, GSA, and PSOGSA is also investigated. The experimental results show that PSOGSA outperforms both PSO and GSA for training FNNs in terms of converging speed and avoiding local minima. It is also proven that an FNN trained with PSOGSA has better accuracy than one trained with GSA.


Expert Systems With Applications | 2012

Evolutionary techniques in optimizing machining parameters

Norfadzlan Yusup; Azlan Mohd Zain; Siti Zaiton Mohd Hashim

Highlights? Several evolutionary techniques are reviewed to optimize machining parameter. ? It was found that genetic algorithm was widely applied by researchers. ? The most employed machining operation was multipass-turning. ? The most considered machining performance was surface roughness. In highly competitive manufacturing industries nowadays, the manufactures ultimate goals are to produce high quality product with less cost and time constraints. To achieve these goals, one of the considerations is by optimizing the machining process parameters such as the cutting speed, depth of cut, radial rake angle. Recently, alternative to conventional techniques, evolutionary optimization techniques are the new trend for optimization of the machining process parameters. This paper gives an overview and the comparison of the latest five year researches from 2007 to 2011 that used evolutionary optimization techniques to optimize machining process parameter of both traditional and modern machining. Five techniques are considered, namely genetic algorithm (GA), simulated annealing (SA), particle swarm optimization (PSO), ant colony optimization (ACO) and artificial bee colony (ABC) algorithm. Literature found that GA was widely applied by researchers to optimize the machining process parameters. Multi-pass turning was the largest machining operation that deals with GA optimization. In terms of machining performance, surface roughness was mostly studied with GA, SA, PSO, ACO and ABC evolutionary techniques.


Software Quality Journal | 2013

A PSO-based model to increase the accuracy of software development effort estimation

Vahid Khatibi Bardsiri; Dayang Norhayati Abang Jawawi; Siti Zaiton Mohd Hashim; Elham Khatibi

Development effort is one of the most important metrics that must be estimated in order to design the plan of a project. The uncertainty and complexity of software projects make the process of effort estimation difficult and ambiguous. Analogy-based estimation (ABE) is the most common method in this area because it is quite straightforward and practical, relying on comparison between new projects and completed projects to estimate the development effort. Despite many advantages, ABE is unable to produce accurate estimates when the importance level of project features is not the same or the relationship among features is difficult to determine. In such situations, efficient feature weighting can be a solution to improve the performance of ABE. This paper proposes a hybrid estimation model based on a combination of a particle swarm optimization (PSO) algorithm and ABE to increase the accuracy of software development effort estimation. This combination leads to accurate identification of projects that are similar, based on optimizing the performance of the similarity function in ABE. A framework is presented in which the appropriate weights are allocated to project features so that the most accurate estimates are achieved. The suggested model is flexible enough to be used in different datasets including categorical and non-categorical project features. Three real data sets are employed to evaluate the proposed model, and the results are compared with other estimation models. The promising results show that a combination of PSO and ABE could significantly improve the performance of existing estimation models.


distributed computing and artificial intelligence | 2012

A New Hybrid Firefly Algorithm for Complex and Nonlinear Problem

Afnizanfaizal Abdullah; Safaai Deris; Mohd Saberi Mohamad; Siti Zaiton Mohd Hashim

Global optimization methods play an important role to solve many real-world problems. However, the implementation of single methods is excessively preventive for high dimensionality and nonlinear problems, especially in term of the accuracy of finding best solutions and convergence speed performance. In recent years, hybrid optimization methods have shown potential achievements to overcome such challenges. In this paper, a new hybrid optimization method called Hybrid Evolutionary Firefly Algorithm (HEFA) is proposed. The method combines the standard Firefly Algorithm (FA) with the evolutionary operations of Differential Evolution (DE) method to improve the searching accuracy and information sharing among the fireflies. The HEFA method is used to estimate the parameters in a complex and nonlinear biological model to address its effectiveness in high dimensional and nonlinear problem. Experimental results showed that the accuracy of finding the best solution and convergence speed performance of the proposed method is significantly better compared to those achieved by the existing methods.


Information Sciences | 2013

Memetic multiobjective particle swarm optimization-based radial basis function network for classification problems

Sultan Noman Qasem; Siti Mariyam Shamsuddin; Siti Zaiton Mohd Hashim; Maslina Darus; Eiman Tamah Al-Shammari

This paper presents a new multiobjective evolutionary algorithm applied to a radial basis function (RBF) network design based on multiobjective particle swarm optimization augmented with local search features. The algorithm is named the memetic multiobjective particle swarm optimization RBF network (MPSON) because it integrates the accuracy and structure of an RBF network. The proposed algorithm is implemented on two-class and multiclass pattern classification problems with one complex real problem. The experimental results indicate that the proposed algorithm is viable, and provides an effective means to design multiobjective RBF networks with good generalization capability and compact network structure. The accuracy and complexity of the network obtained by the proposed algorithm are compared with the memetic non-dominated sorting genetic algorithm based RBF network (MGAN) through statistical tests. This study shows that MPSON generates RBF networks coming with an appropriate balance between accuracy and simplicity, outperforming the other algorithms considered.


Information & Software Technology | 2011

An automated framework for software test oracle

Seyed Reza Shahamiri; Wan M. N. Wan Kadir; Suhaimi Ibrahim; Siti Zaiton Mohd Hashim

Context: One of the important issues of software testing is to provide an automated test oracle. Test oracles are reliable sources of how the software under test must operate. In particular, they are used to evaluate the actual results that produced by the software. However, in order to generate an automated test oracle, oracle challenges need to be addressed. These challenges are output-domain generation, input domain to output domain mapping, and a comparator to decide on the accuracy of the actual outputs. Objective: This paper proposes an automated test oracle framework to address all of these challenges. Method: I/O Relationship Analysis is used to generate the output domain automatically and Multi-Networks Oracles based on artificial neural networks are introduced to handle the second challenge. The last challenge is addressed using an automated comparator that adjusts the oracle precision by defining the comparison tolerance. The proposed approach was evaluated using an industry strength case study, which was injected with some faults. The quality of the proposed oracle was measured by assessing its accuracy, precision, misclassification error and practicality. Mutation testing was considered to provide the evaluation framework by implementing two different versions of the case study: a Golden Version and a Mutated Version. Furthermore, a comparative study between the existing automated oracles and the proposed one is provided based on which challenges they can automate. Results: Results indicate that the proposed approach automated the oracle generation process 97% in this experiment. Accuracy of the proposed oracle was up to 98.26%, and the oracle detected up to 97.7% of the injected faults. Conclusion: Consequently, the results of the study highlight the practicality of the proposed oracle in addition to the automation it offers.


Engineering Applications of Artificial Intelligence | 2014

Modeling of route planning system based on Q value-based dynamic programming with multi-agent reinforcement learning algorithms

Mortaza Zolfpour-Arokhlo; Ali Selamat; Siti Zaiton Mohd Hashim; Hossein Afkhami

In this paper, a new model for a route planning system based on multi-agent reinforcement learning (MARL) algorithms is proposed. The combined Q-value based dynamic programming (QVDP) with Boltzmann distribution was used to solve vehicle delays problems by studying the weights of various components in road network environments such as weather, traffic, road safety, and fuel capacity to create a priority route plan for vehicles. The important part of the study was to use a multi-agent system (MAS) with learning abilities which in order to make decisions about routing vehicles between Malaysias cities. The evaluation was done using a number of case studies that focused on road networks in Malaysia. The results of these experiments indicated that the travel durations for the case studies predicted by existing approaches were between 0.00 and 12.33% off from the actual travel times by the proposed method. From the experiments, the results illustrate that the proposed approach is a unique contribution to the field of computational intelligence in the route planning system.


International Journal of Machine Learning and Computing | 2012

BMOA: Binary Magnetic Optimization Algorithm

Seyedali Mirjalili; Siti Zaiton Mohd Hashim

Recently, the behavior of natural phenomena has become one the most popular sources for researchers in to design optimization algorithms. One of the recent heuristic optimization algorithms is Magnetic Optimization Algorithm (MOA) which has been inspired by magnetic field theory. It has been shown that this algorithm is useful for solving complex optimization problems. The original version of MOA has been introduced in order to solve the problems with continuous search space, while there are many problems owning discrete search spaces. In this paper, the binary version of MOA named BMOA is proposed. In order to investigate the performance of BMOA, four benchmark functions are employed, and a comparative study with Particle Swarm Optimization (PSO) and Genetic Algorithm (GA) is provided. The results indicate that BMOA is capable of finding global minima more accurate and faster than PSO and GA.


Empirical Software Engineering | 2014

A flexible method to estimate the software development effort based on the classification of projects and localization of comparisons

Vahid Khatibi Bardsiri; Dayang Norhayati Abang Jawawi; Siti Zaiton Mohd Hashim; Elham Khatibi

The estimation of software development effort has been centralized mostly on the accuracy of estimates through dealing with heterogeneous datasets regardless of the fact that the software projects are inherently complex and uncertain. In particular, Analogy Based Estimation (ABE), as a widely accepted estimation method, suffers a great deal from the problem of inconsistent and non-normal datasets because it is a comparison-based method and the quality of comparisons strongly depends on the consistency of projects. In order to overcome this problem, prior studies have suggested the use of weighting methods, outlier elimination techniques and various types of soft computing methods. However the proposed methods have reduced the complexity and uncertainty of projects, the results are not still convincing and the methods are limited to a special domain of software projects, which causes the generalization of methods to be impossible. Localization of comparison and weighting processes through clustering of projects is the main idea behind this paper. A hybrid model is proposed in which the software projects are divided into several clusters based on key attributes (development type, organization type and development platform). A combination of ABE and Particle Swarm Optimization (PSO) algorithm is used to design a weighting system in which the project attributes of different clusters are given different weights. Instead of comparing a new project with all the historical projects, it is only compared with the projects located in the related clusters based on the common attributes. The proposed method was evaluated through three real datasets that include a total of 505 software projects. The performance of the proposed model was compared with other well-known estimation methods and the promising results showed that the proposed localization can considerably improve the accuracy of estimates. Besides the increase in accuracy, the results also certified that the proposed method is flexible enough to be used in a wide range of software projects.


Artificial Life and Robotics | 2007

A model for gene selection and classification of gene expression data

Mohd Saberi Mohamad; Sigeru Omatu; Safaai Deris; Siti Zaiton Mohd Hashim

Gene expression data are expected to be of significant help in the development of efficient cancer diagnosis and classification platforms. One problem arising from these data is how to select a small subset of genes from thousands of genes and a few samples that are inherently noisy. This research aims to select a small subset of informative genes from the gene expression data which will maximize the classification accuracy. A model for gene selection and classification has been developed by using a filter approach, and an improved hybrid of the genetic algorithm and a support vector machine classifier. We show that the classification accuracy of the proposed model is useful for the cancer classification of one widely used gene expression benchmark data set.

Collaboration


Dive into the Siti Zaiton Mohd Hashim's collaboration.

Top Co-Authors

Avatar

Safaai Deris

Universiti Teknologi Malaysia

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar

Razali Ngah

Universiti Teknologi Malaysia

View shared research outputs
Top Co-Authors

Avatar

Habibollah Haron

Universiti Teknologi Malaysia

View shared research outputs
Top Co-Authors

Avatar

Mohd Saberi Mohamad

Universiti Teknologi Malaysia

View shared research outputs
Top Co-Authors

Avatar

Abdul Syukor Mohamad Jaya

Universiti Teknikal Malaysia Melaka

View shared research outputs
Top Co-Authors

Avatar

Ali Selamat

Universiti Teknologi Malaysia

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar

Muhammad Faiz Misman

Universiti Teknologi Malaysia

View shared research outputs
Top Co-Authors

Avatar

Norazah Yusof

Universiti Teknologi Malaysia

View shared research outputs
Researchain Logo
Decentralizing Knowledge