<?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"></title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">A01BC18D61342A97019CC29104DF88D0</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T18:15+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>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Related Works</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Methods</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">Dataset</head><p>The research utilized the "Connectionist Bench (Sonar, Mines vs. Rocks)" dataset from the UCI Machine Learning repository. The dataset is a csv file in which sonar patterns are stored. These patterns result from bouncing sonar signals off a metal cylinder and rocks, each explored across various angles and conditions. The sonar signals transmitted are frequency-modulated chirps, ascending in frequency, and were captured from diverse aspect angles-spanning 90 degrees for the cylinder and 180 degrees for the rock. Each pattern consists of 60 numerical values within the range of 0.0 to 1.0. These numbers denote the energy within specific frequency bands, integrated over defined time periods. Notably, the integration aperture for higher frequencies occurs later in time due to their transmission later in the chirp.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>The labels assigned to each record are "R" for rocks and "M" for mines (metal cylinders). While the labels exhibit an ascending order corresponding to the aspect angle, they do not directly encode the angle information.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">Data processing and organization methods</head><p>In the context of the work on "Utilization of Machine Learning in recognition of rocks and mockmines by sonar chirp signals," Label Encoding is employed to convert the class labels (categories) into numerical values. For the task of recognizing rocks ("R") and mock-mines ("M") based on sonar chirp signals, the classes can be encoded into numerical values.</p><p>For example, if there is a column with class labels like: ["R", "M", "R", "R", "M", "M", "R", "M", "R", "R"] Label Encoding can be used to transform these classes into numerical values, for instance:</p><formula xml:id="formula_0">[1, 0, 1, 1, 0, 0, 1, 0, 1, 1]</formula><p>Here, "R" has been assigned the value 0, and "M" has been assigned the value 1. This conversion allows machine learning algorithms to work with the data, as many algorithms require numerical values for both input and output.</p><p>Label Encoding can be performed using libraries like scikit-learn in Python, utilizing the LabelEncoder class. This encoding is particularly useful when dealing with categorical data in machine learning models. Ensemble methods, specifically AdaBoost-Samme, were employed to leverage the strengths of multiple weak learners. Decision trees, logistic regression, and random forests were individually used as base classifiers within the ensemble framework to assess the ir impact on classification accuracy. Various neural network architectures were explored. Techniques such as dropout and L2 regularization were applied to mitigate overfitting and enhance generalization performance. The performance of each model was assessed using accuracy as the result of cross validation score.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3.">ML Methods</head><p>In this study, a diverse set of machine learning algorithms has been employed to discern patterns and classify sonar signals. The algorithms chosen demonstrate versatility in handling the complexity of the data and offer a comprehensive exploration of the recognition task. The following algorithms have been applied:    </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Results</head></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 2 :Figure 2 :</head><label>22</label><figDesc>Figure 2: Dropout accuracies (according to weights -x axis)</figDesc><graphic coords="7,90.00,350.37,339.00,168.00" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1</head><label>1</label><figDesc></figDesc><table><row><cell>:</cell></row><row><cell>Model accuracies</cell></row><row><cell>Algorithm</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>6. Discussions 6.1. Effectiveness of methods 6.2. Comparison with Previous Research Conclusions systems</head><label></label><figDesc></figDesc><table /><note>.</note></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Deep Learning-Based Classification of Raw Hydroacoustic Signal</title>
		<author>
			<persName><forename type="first">X</forename><surname>Lin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Dong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename></persName>
		</author>
		<author>
			<persName><forename type="first">Lv</forename></persName>
		</author>
		<idno type="DOI">10.3390/jmse11010003</idno>
		<ptr target="https://doi.org/10.3390/jmse11010003" />
	</analytic>
	<monogr>
		<title level="j">Journal of Marine Science and Engineering</title>
		<imprint>
			<biblScope unit="volume">11</biblScope>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m" type="main">Dropout Regularization in Deep Learning Models with Keras</title>
		<author>
			<persName><forename type="first">Jason</forename><surname>Brownlee</surname></persName>
		</author>
		<ptr target="https://machinelearningmastery.com/dropout-regularization-deep-learning-models-keras/" />
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Survey on deep learning based computer vision for sonar imagery</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Steiniger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Kraus</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Meisen</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.engappai.2022.105157</idno>
		<ptr target="https://doi.org/10.1016/j.engappai.2022.105157" />
	</analytic>
	<monogr>
		<title level="j">Engineering Applications of Artificial Intelligence</title>
		<imprint>
			<biblScope unit="volume">114</biblScope>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Object Detection in Sonar Images</title>
		<author>
			<persName><forename type="first">D</forename><surname>Karimanzira</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Renkewitz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Shea</surname></persName>
		</author>
		<idno type="DOI">10.3390/electronics9071180</idno>
		<ptr target="https://doi.org/10.3390/electronics9071180" />
	</analytic>
	<monogr>
		<title level="j">Electronics</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Deep Learning Models for Passive Sonar Signal Classification of Military Data</title>
		<author>
			<persName><forename type="first">J</forename><surname>Fernandes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Junior</surname></persName>
		</author>
		<idno type="DOI">10.3390/rs14112648</idno>
		<ptr target="https://doi.org/10.3390/rs14112648" />
	</analytic>
	<monogr>
		<title level="j">Remote Sensing</title>
		<imprint>
			<biblScope unit="volume">14</biblScope>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<title level="m" type="main">Advantages and Disadvantages of Logistic Regression</title>
		<author>
			<persName><surname>Opengenus</surname></persName>
		</author>
		<ptr target="https://iq.opengenus.org/advantages-and-disadvantages-of-logistic-regression/" />
		<imprint>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<title level="m" type="main">What is a Decision Tree?</title>
		<ptr target="https://www.ibm.com/topics/decision-trees#:~:text=A%20decision%20tree%20is%20a,internal%20nodes%20and%20leaf%20nodes" />
		<imprint>
			<date type="published" when="2024">2024</date>
		</imprint>
		<respStmt>
			<orgName>IBM</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<author>
			<persName><forename type="first">A</forename></persName>
		</author>
		<ptr target="https://towardsdatascience.com/l1-and-l2-regularization-methods-ce25e7fc831c" />
		<title level="m">L1 and L2 Regularization Methods</title>
				<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">A comprehensive survey on regularization strategies in machine learning</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Tian</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Zhang</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.inffus.2021.11.005</idno>
		<ptr target="https://doi.org/10.1016/j.inffus.2021.11.005" />
	</analytic>
	<monogr>
		<title level="j">Information Fusion</title>
		<imprint>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<title level="m" type="main">An Overview of Regularization Techniques in Deep Learning</title>
		<author>
			<persName><forename type="first">J</forename><surname>Shubham</surname></persName>
		</author>
		<ptr target="https://www.analyticsvidhya.com/blog/tag/regularization-in-deep-learning/" />
		<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<monogr>
		<author>
			<persName><forename type="first">L</forename><surname>Ruhela</surname></persName>
		</author>
		<ptr target="https://ruhelalakshya.medium.com/dropout-regularization-b27885b4c55b" />
		<title level="m">Droput Rtgularization</title>
				<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Dropout: A Simple Way to Prevent Neural Networks from Overfitting</title>
		<author>
			<persName><forename type="first">N</forename><surname>Srivastava</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Hinton</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Machine Learning Research</title>
		<imprint>
			<biblScope unit="volume">15</biblScope>
			<biblScope unit="page" from="1929" to="1958" />
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<monogr>
		<title level="m" type="main">Logistic Regression in Machine Learning</title>
		<author>
			<persName><forename type="first">G</forename><surname>Geeks</surname></persName>
		</author>
		<ptr target="https://www.geeksforgeeks.org/understanding-logistic-regression/" />
		<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Underwater Object Classification Method Based on Depthwise Separable Convolution Feature Fusion in Sonar Image</title>
		<author>
			<persName><forename type="first">W</forename><surname>Gong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Tian</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Liu</surname></persName>
		</author>
		<idno type="DOI">10.3390/app12073268</idno>
		<ptr target="https://doi.org/10.3390/app12073268" />
	</analytic>
	<monogr>
		<title level="j">Applied Sciences</title>
		<imprint>
			<biblScope unit="volume">12</biblScope>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<monogr>
		<title level="m" type="main">Dropout in Neural Networks</title>
		<author>
			<persName><forename type="first">Harsh</forename><surname>Yadav</surname></persName>
		</author>
		<ptr target="https://towardsdatascience.com/dropout-in-neural-networks-47a162d621d9" />
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<monogr>
		<title level="m" type="main">What is overfitting?</title>
		<author>
			<persName><surname>Ibm</surname></persName>
		</author>
		<ptr target="https://www.ibm.com/topics/overfitting" />
		<imprint>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

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