paper-with-me

홈 › Papers

Accuracy Improvement of Neural Network Training using Particle Swarm Optimization and its Stability Analysis for Classification

2019-05-11 · Arijit Nandi, Nanda Dulal Jana

Supervised classification is the most active and emerging research trends in today's scenario. In this view, Artificial Neural Network (ANN) techniques have been widely employed and growing interest to the researchers day by day. ANN training aims to find the proper setting of parameters such as weights ($\textbf{W}$) and biases ($b$) to properly classify the given data samples. The training process is formulated in an error minimization problem which consists of many local optima in the search landscape. In this paper, an enhanced Particle Swarm Optimization is proposed to minimize the error function for classifying real-life data sets. A stability analysis is performed to establish the efficiency of the proposed method for improving classification accuracy. The performance measurement such as confusion matrix, $F$-measure and convergence graph indicates the significant improvement in the classification accuracy.

📄 PDF Abstract BibTeX arXiv:1905.04522

Code (1)

officialarijit/EnPSO 공식 구현

Tasks

ClassificationGeneral Classification

Similar Papers 제목 키워드 기반

The SVM Classifier Based on the Modified Particle Swarm Optimization

2016-03-21 · L. Demidova, E. Nikulchev, Yu. Sokolova

The problem of development of the SVM classifier based on the modified particle swarm optimization has been considered. This algorithm carries out the simultaneous search of the kernel function type, values of the kernel…

General Classification

Wikipedia Current Events Summarization using Particle Swarm Optimization

2021-12-01 · ICON 2021 12 · Santosh Kumar Mishra, Darsh Kaushik, Sriparna Saha, Pushpak Bhattacharyya

This paper proposes a method to summarize news events from multiple sources. We pose event summarization as a clustering-based optimization problem and solve it using particle swarm optimization. The proposed methodology…

Clustering

Color Image Segmentation using Adaptive Particle Swarm Optimization and Fuzzy C-means

2020-04-18 · Narayana Reddy A, Ranjita Das

Segmentation partitions an image into different regions containing pixels with similar attributes. A standard non-contextual variant of Fuzzy C-means clustering algorithm (FCM), considering its simplicity is generally us…

ClusteringEvolutionary AlgorithmsImage SegmentationSegmentation+1

AMPSO: Artificial Multi-Swarm Particle Swarm Optimization

2020-04-16 · Haohao Zhou, Zhi-Hui Zhan, Zhi-Xin Yang, Xiangzhi Wei

In this paper we propose a novel artificial multi-swarm PSO which consists of an exploration swarm, an artificial exploitation swarm and an artificial convergence swarm. The exploration swarm is a set of equal-sized sub-…

Diversity

Particles Prefer Walking Along the Axes: Experimental Insights into the Behavior of a Particle Swarm

2013-03-25 · Manuel Schmitt, Rolf Wanka

Particle swarm optimization (PSO) is a widely used nature-inspired meta-heuristic for solving continuous optimization problems. However, when running the PSO algorithm, one encounters the phenomenon of so-called stagnati…