<?xml version="1.0" encoding="UTF-8"?>
<article article-type="Research Article">
  <front>
    <journal-meta>
      <journal-id journal-id-type="publisher">journal-of-information-and-optimization-sciences</journal-id>
      <journal-title-group>
        <journal-title>Journal of Information and Optimization Sciences</journal-title>
      </journal-title-group>
      <issn publication-format="electronic">2169-0103</issn>
      <issn publication-format="print">0252-2667</issn>
      <publisher>
        <publisher-name>Taru Publications</publisher-name>
      </publisher>
    </journal-meta>
    <article-meta>
      <article-id pub-id-type="doi">10.47974/JIOS-2297</article-id>
      <title-group>
        <article-title>Mathematical foundations of neural network weight optimization</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author" corresp="yes">
          <name>
            <surname>Thorat</surname>
            <given-names>Madhuri B.</given-names>
          </name>
          <aff>Department of Computer Science and Engineering, Bharti Vidyapeeth (Deemed to be University), College of Engineering, Pune, Maharashtra, 411043, India</aff>
        </contrib>
        <contrib contrib-type="author">
          <name>
            <surname>Wawage</surname>
            <given-names>Vaishali Pawan</given-names>
          </name>
          <aff>Department of Engineering Science and Humanities, Vishwakarma Institute of Technology, Pune, Maharashtra, 411037, India</aff>
        </contrib>
        <contrib contrib-type="author">
          <name>
            <surname>Yadav</surname>
            <given-names>Durga Prasad</given-names>
          </name>
          <aff>School of Engineering &amp; Technology, Noida International University, Greater Noida, Uttar Pradesh, 203201, India</aff>
        </contrib>
        <contrib contrib-type="author">
          <name>
            <surname>Pushpalatha</surname>
            <given-names>P.</given-names>
          </name>
          <aff>Department of Computer Science, Meenakshi College of Arts and Science, Meenakshi Academy of Higher Education and Research, Chennai, Tamil Nadu, 600078, India</aff>
        </contrib>
        <contrib contrib-type="author">
          <name>
            <surname>Gandhi</surname>
            <given-names>Yatin</given-names>
          </name>
          <aff>Competent Softwares, Pune, Maharashtra, 411069, India</aff>
        </contrib>
      </contrib-group>
      <volume>47</volume>
      <issue>5-B</issue>
      <fpage>2065</fpage>
      <lpage>2073</lpage>
      <pub-date date-type="pub">
        <day>23</day>
        <month>04</month>
        <year>2026</year>
      </pub-date>
      <abstract>
        <p>Neural network optimisation is a major problem in deep learning. It needs algorithms that work well with millions of parameters and keep convergence stable and generalisation. Stochastic gradient descent (SGD) and other traditional first-order methods are fast to compute, but they take a long time to converge and are sensitive to learning rate schedules. Second-order methods use curvature information to speed up optimisation, but they are too expensive for large networks. Adaptive methods like Adam and RMSProp are more stable and converge faster, but they don’t always work as well as SGD. In this paper presents a thorough mathematical examination of weight optimisation in neural networks, encompassing gradient-based methods, regularisation techniques, theoretical perspectives on loss landscapes, and comparative performance evaluations.  </p>
      </abstract>
      <kwd-group>
        <kwd>Neural networks</kwd>
        <kwd>Weight optimization</kwd>
        <kwd>Gradient descent</kwd>
        <kwd>Second-order methods</kwd>
        <kwd>Adaptive optimizers</kwd>
        <kwd>Quasi-newton approximation</kwd>
      </kwd-group>
      <custom-meta-group>
        <custom-meta>
          <meta-name>access</meta-name>
          <meta-value>open</meta-value>
        </custom-meta>
        <custom-meta>
          <meta-name>retracted</meta-name>
          <meta-value>no</meta-value>
        </custom-meta>
      </custom-meta-group>
    </article-meta>
  </front>
</article>
