<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Research on Classification Effect of PSO Optimized SVM 1</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Pengyu</forename><surname>Zhou</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">School of Computer Science</orgName>
								<orgName type="institution">Huainan Normal University</orgName>
								<address>
									<postCode>232038</postCode>
									<settlement>Huainan</settlement>
									<region>Anhui</region>
									<country key="CN">China</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Lei</forename><surname>Liu</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">School of Computer Science</orgName>
								<orgName type="institution">Huainan Normal University</orgName>
								<address>
									<postCode>232038</postCode>
									<settlement>Huainan</settlement>
									<region>Anhui</region>
									<country key="CN">China</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Yeguo</forename><surname>Sun</surname></persName>
							<affiliation key="aff1">
								<orgName type="department">School of Finance and Mathematics</orgName>
								<orgName type="institution">Huainan Normal University</orgName>
								<address>
									<postCode>232038</postCode>
									<settlement>Huainan</settlement>
									<region>Anhui</region>
									<country key="CN">China</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Xing</forename><surname>Zhao</surname></persName>
							<affiliation key="aff2">
								<orgName type="department">School of Chemistry and Materials Engineering</orgName>
								<orgName type="institution" key="instit1">Huainan Normal</orgName>
								<orgName type="institution" key="instit2">University</orgName>
								<address>
									<postCode>232038</postCode>
									<settlement>Huainan</settlement>
									<region>Anhui</region>
									<country key="CN">China</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Yihong</forename><surname>Liu</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">School of Computer Science</orgName>
								<orgName type="institution">Huainan Normal University</orgName>
								<address>
									<postCode>232038</postCode>
									<settlement>Huainan</settlement>
									<region>Anhui</region>
									<country key="CN">China</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Research on Classification Effect of PSO Optimized SVM 1</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">56D6843F2D3E5BDBAE50E1FC86E1DCC1</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T05:55+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>SVM</term>
					<term>machine learning</term>
					<term>PSO</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Support vector machine (SVM) is a very good classification algorithm. When applying SVM, it is necessary to select the corresponding kernel function and corresponding parameters. Different choices will have a greater impact on the classification effect. In this paper, the Gaussian kernel function is selected as an example, and the corresponding parameters are penalty factor C and kernel function parameter g. The particle swarm optimization (PSO) algorithm is used to find the optimal parameters C and g. Through simulation comparison, it is found that the classification effect of the PSO optimized SVM algorithm is obviously better than that of the original SVM algorithm itself. At the same time, this paper gives some theoretical guidance for intelligent algorithm in optimizing SVM algorithm.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><p>Support vector machine (SVM) is a class of generalized linear classifiers that classify data in a binary way according to supervised learning. Its decision boundary is the maximum margin hyperplane for learning samples. SVM can also perform nonlinear classification through kernel method, which is one of the common kernel learning methods. Because SVM classifier has the advantages of good universality, high classification accuracy and fast classification speed, it is widely used in agriculture, finance, medical industry and equipment fault diagnosis to classify and predict data. Li Zhouzi et al. <ref type="bibr" target="#b0">[1]</ref> used SVM model for face color recognition, Ma Lili et al. <ref type="bibr" target="#b1">[2]</ref> used PSO-SVM for the classification of optical fiber sensor network signals, Su Xiaojie et al. <ref type="bibr" target="#b2">[3]</ref> studied the SVM road extraction method based on SAR polarization characteristics, Pan Lipeng <ref type="bibr" target="#b3">[4]</ref> used SVM to classify English question bank topics, and Sun Peisheng et al. <ref type="bibr" target="#b4">[5]</ref> used SOA-SVM model to study photovoltaic array fault diagnosis, Kang Jiayu et al. <ref type="bibr" target="#b5">[6]</ref> used ANOVA and BO-SVM to study transformer fault diagnosis, Zuo Xueqian et al. <ref type="bibr" target="#b6">[7]</ref> used PSO-LSSVM to predict the state of centrifugal pump, Tang Yu et al. <ref type="bibr" target="#b7">[8]</ref> used improved sparrow algorithm to optimize SVM to study abnormal points, Fan Jie et al. <ref type="bibr" target="#b8">[9]</ref> studied the prediction of natural gas hydrate formation conditions based on PSO-SVM, and Wang Yushu et al. <ref type="bibr" target="#b9">[10]</ref>  </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Correlation algorithm 2.1 Particle Swarm Optimization</head><p>Particle swarm optimization (PSO) is a common swarm intelligence algorithm, which is designed to imitate the foraging behavior of birds. It starts to initialize a group of particles randomly, and then finds the optimal solution through iterative optimization to achieve the ultimate goal. Particle swarm optimization updates speed and location using the following formula:</p><formula xml:id="formula_0">)) ( ) ( ( )) ( ) ( ( ) ( ) 1 ( 2 2 1 1 k x k p r c k x k p r c k v k v id gd id id id id − + − + * = + ω (1) ) ( ) ( ) 1 ( k v k x k x id id id + = + (2)</formula><p>In the formula,ω is the inertia weight, 1 c and 2 c are learning factors, and the value range is [1, 2]   generally. 1 r and 2 r are random numbers, and the value range is [0, 1] generally. ) (k v id is the search speed of the i particle in the d dimensions at time k , ) (k x id is the position of the i particle in the d dimensions at time k , ) (k p id is the optimal position of the i particle in the d dimensions at time k , and ) (k p gd is the optimal position of the i entire particle swarm in the d dimensions at time k .</p><p>In the process of studying particle swarm optimization, generally 1 c and 2 c , 1 r and 2 r ,ω are the key parameters to be optimized. The optimization performance of particle swarm optimization algorithm often passes the typical single peak test functions: step and sphere functions; Classic multi peak test functions: griewank and rastrigin functions are used for optimization performance test.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">Support Vector Machine Algorithm</head><p>Support Vector Machine (SVM) is a binary classification model. SVM has been recognized by the industry as the most successful and best performing algorithm in machine learning in the past decade. It maps the feature vectors of instances to some points in space. The goal of SVM is to draw a line to "best" distinguish the two types of points. The classification schematic diagram of SVM is shown in Figure <ref type="figure">1</ref>. The classification effect of SVM should achieve the minimum impact on the local disturbance of samples and the strongest robustness of classification results.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Fig 1. Schematic diagram of SVM classification</head><p>When applying the SVM algorithm, the selection of kernel functions has a great impact on the algorithm performance. Common kernel functions are:</p><p>(1)Linear kernel function</p><formula xml:id="formula_1">j i j i x x x x Τ = ) , ( κ (2)Polynomial kernel function d j i j i x x x x ) ( ) , ( Τ = κ (3)Gaussian kernel function ) 2 || || exp( ) , ( 2 2 δ κ j i j i x x x x − − = (4)Laplace kernel function ) || || exp( ) , ( δ κ j i j i x x x x − − = (5) Sigmoid kernel function ) tanh( ) , ( θ β κ + = Τ j i j i x x x x</formula><p>Among them, the Gaussian kernel function is the most commonly used kernel function. When the Gaussian kernel function is selected, the setting of the penalty factor C ofSVM and the kernel function parameter g has an important impact on the classification effect. Too large C will lead to over fitting, too small C will lead to under fitting, too large g value will lead to too few support vectors, too small g value will lead to more support vectors, and the number of support vectors will affect the speed of training and prediction. The reasonable selection of C and g values can achieve better classification efficiency and accuracy. The optimization function of particle swarm optimization algorithm can realize the reasonable selection of parameters, so that SVM can achieve better classification effect.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Optimize the effect</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">SVM algorithm classification</head><p>The SVM algorithm is used to classify data sets. The kernel function of the SVM algorithm in this paper is a Gaussian kernel function. The values of parameters C and g are 1 by default. The training set contains 100 samples, and the test set contains 30 samples. The classification effect is shown in Figure <ref type="figure">2</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">PSO optimized SVM algorithm classification</head><p>The PSO optimized SVM algorithm is used to classify the dataset. The selected kernel function is also a Gaussian kernel function. The PSO algorithm is used to find the values of the parameters C and g of the optimal SVM algorithm, and then the optimized SVM algorithm is used to classify the dataset. The classification effect is shown in Figure <ref type="figure">3</ref>. It can be seen from Figure <ref type="figure">2</ref> and Figure <ref type="figure">3</ref> that the classification effect of the SVM algorithm optimized by the PSO algorithm is significantly improved compared with the original SVM algorithm, which shows that the optimization effect of the PSO algorithm can be well applied to the classification research of the SVM algorithm. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Conclusion</head><p>SVM is a very excellent classification algorithm, which has been widely used and improved by many scholars and researchers can achieve good results. This paper combines the characteristics of SVM algorithm classification, takes the selection of Gaussian kernel function as an example, combines PSO algorithm to find the optimal parameters C and g of SVM algorithm, and then carries out simulation classification on the dataset. The simulation results show that the classification effect of the improved SVM algorithm using PSO is significantly higher than that of the original SVM algorithm. Later, relevant research will continue to be carried out to optimize the SVM algorithm through different intelligent algorithms to achieve better classification results.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig 2 .Fig 3 .</head><label>23</label><figDesc>Fig 2. SVM classification</figDesc><graphic coords="4,85.91,74.52,192.69,166.92" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head></head><label></label><figDesc>studied the optimization of sandwich shaped charge structure based on PSO and SVM. Relevant scholars have made good research results in different areas of SVM research. AHPCAI2022@2nd International Conference on Algorithms, High Performance Computing and Artificial Intelligence EMAIL: *Corresponding author's e-mail: 13605545615@163.com (Lei Liu)</figDesc><table /></figure>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Acknowledgments</head><p>This study received support from the Huainan Normal University Scientific Research Project (Grant no. 2022XJZD030), and the Key Research and Development Plan Project Foundation of Huainan (Grant no. 2021A2412), the University Natural Science Foundation of Anhui Province (Grant no. KJ2021A0970).</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Face color recognition based on SVM model optimized by improved PSO algorithm</title>
		<author>
			<persName><forename type="first">Z Z</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Feng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Lin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computer Simulation</title>
		<imprint>
			<biblScope unit="volume">4</biblScope>
			<biblScope unit="page" from="241" to="247" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Optical fiber sensor network data recognition system based on PSO-SVM</title>
		<author>
			<persName><forename type="first">L L</forename><surname>Ma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Gao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Shen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">LASER&amp;INFRARED</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="page" from="734" to="739" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Road extraction based on SAR polarization characteristics and SVM</title>
		<author>
			<persName><forename type="first">J</forename><surname>Su</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><forename type="middle">Q</forename><surname>Liu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">MICROELECTRONICS&amp;COMPUTER</title>
		<imprint>
			<biblScope unit="volume">8</biblScope>
			<biblScope unit="page" from="47" to="53" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Research on Classification and Recommendation of English Item Bank Based on SVM</title>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">P</forename><surname>Pan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Automation Technology and Application</title>
		<imprint>
			<biblScope unit="volume">8</biblScope>
			<biblScope unit="page" from="140" to="142" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Research on Fault Diagnosis of Photovoltaic Array Based on SOA-SVM Model</title>
		<author>
			<persName><forename type="first">Chen</forename><surname>Sun P S</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Cheng C</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Power Supply</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="page" from="85" to="91" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Fault Diagnosis Method of Transformer Based on ANOVA and BO-SVM</title>
		<author>
			<persName><forename type="first">J</forename><surname>Kang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S X</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Q</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">High Voltage Engineering</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="page" from="1" to="16" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Study of centrifugal pump fault prediction method based on PSO optimization LS-SVM</title>
		<author>
			<persName><forename type="first">Q</forename><surname>Zuo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Xiong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Nie</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Electronic Measurement Technology</title>
		<imprint>
			<biblScope unit="volume">3</biblScope>
			<biblScope unit="page" from="51" to="56" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Improved Sparrow Algorithm to Optimize SVM Outlier Detection</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Tang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Q</forename><surname>Dai</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Yang</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computer Engineering &amp; Science</title>
		<imprint>
			<biblScope unit="volume">15</biblScope>
			<biblScope unit="page" from="98" to="107" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Prediction of natural gas hydrate formation conditions based on PSO-SVM</title>
		<author>
			<persName><forename type="first">J</forename><surname>Fan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X Y</forename><surname>Xu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Zhou</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Natural Gas Chemical Industry</title>
		<imprint>
			<biblScope unit="volume">47</biblScope>
			<biblScope unit="page" from="1" to="6" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Optimum design of double layer shaped charge structure based on PSO and SVM</title>
		<author>
			<persName><forename type="first">Y S，</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Guo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Liu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Weapon Equipment Engineering</title>
		<imprint>
			<biblScope unit="volume">8</biblScope>
			<biblScope unit="page" from="244" to="249" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
