<?xml version="1.0" encoding="UTF-8"?>
<article article-type="research-article" xml:lang="en" xmlns:xlink="http://www.w3.org/1999/xlink">
<front>
<journal-meta>
<journal-id journal-id-type="publisher">global-journal-of-computer-science-and-technology-d-neural-ai</journal-id>
<journal-title-group>
<journal-title>Global Journal of Computer Science and Technology - D: Neural &amp; AI</journal-title>
</journal-title-group>
<issn publication-format="print">0975-4350</issn>
<issn publication-format="electronic">0975-4172</issn>
<publisher><publisher-name>Global Journals Publishing Group Incorporated</publisher-name></publisher>
<self-uri xlink:href="https://globaljournals.org/journal-seo-export/jats/54670.xml" />
</journal-meta>
<article-meta>
<article-id pub-id-type="publisher-id">54670</article-id>
<title-group>
<article-title>Machine Learning Model Optimization with Hyper Parameter Tuning Approach</article-title>
<subtitle>Comparing Hyperparameter Optimization Techniques in ML</subtitle>
</title-group>
<contrib-group>
<contrib contrib-type="author"><name><surname>Hossain</surname><given-names>Md Riyad</given-names></name><xref ref-type="aff" rid="aff1" />
</contrib>
<contrib contrib-type="author"><name><surname>Timmer</surname><given-names>Dr. Douglas</given-names></name></contrib>
</contrib-group>
<aff id="aff1">UNITED STATES, University of Texas Rio Grande Valley</aff>
<pub-date publication-format="electronic" date-type="pub" iso-8601-date="2021-07-15">
<day>15</day>
<month>07</month>
<year>2021</year>
</pub-date>
<volume>21</volume>
<issue>D2</issue>
<fpage>7</fpage>
<lpage>13</lpage>
<abstract><p>Abstract not found</p></abstract>
<kwd-group kwd-group-type="author-generated">
<kwd>machine learning</kwd>
<kwd>hyper parameter optimization</kwd>
<kwd>grid search</kwd>
<kwd>random search</kwd>
<kwd>BO-GP.</kwd>
</kwd-group>
<self-uri content-type="pdf" xlink:href="https://globaljournals.org/GJCST_Volume21/2-Machine-Learning-Model-Optimization.pdf" />
<self-uri content-type="html" xlink:href="https://globaljournals.org/scholarly-articles/machine-learning-model-optimization-with-hyper-parameter-tuning-approach/" />
</article-meta>
</front>
<body>
<sec>
<title>Full Text</title>
<p>Hyper-parameters tuning is a key step to find the optimal machine learning parameters. Determining the best hyper-parameters takes a good deal of time, especially when the objective functions are costly to determine, or a large number of parameters are required to be tuned. In contrast to the conventional machine learning algorithms, Neural Network requires tuning hyperparameters more because it has to process a lot of parameters together, and depending on the fine tuning, the accuracy of the model can be varied in between 25%-90%. A few of the most effective techniques for tuning hyper-parameters in the Deep learning methods are: Grid search, Random forest, Bayesian optimization, etc. Every method has some advantages and disadvantages over others. For example: Grid search has proven to be an effective technique to tune hyper-parameters, along with drawbacks like trying too many combinations, and performing poorly when it is required to tune many parameters at a time. In our work, we will determine, show and analyze the efficiencies of a real-world synthetic polymer dataset for different parameters and tuning methods.</p>
</sec>
</body>
</article>