English

A Neural Network Training Method Based on Neuron Connection Coefficient Adjustments

Neural and Evolutionary Computing 2025-02-18 v1 Machine Learning

Abstract

In previous studies, we introduced a neural network framework based on symmetric differential equations, along with one of its training methods. In this article, we present another training approach for this neural network. This method leverages backward signal propagation and eliminates reliance on the traditional chain derivative rule, offering a high degree of biological interpretability. Unlike the previously introduced method, this approach does not require adjustments to the fixed points of the differential equations. Instead, it focuses solely on modifying the connection coefficients between neurons, closely resembling the training process of traditional multilayer perceptron (MLP) networks. By adopting a suitable adjustment strategy, this method effectively avoids certain potential local minima. To validate this approach, we tested it on the MNIST dataset and achieved promising results. Through further analysis, we identified certain limitations of the current neural network architecture and proposed measures for improvement.

Keywords

Cite

@article{arxiv.2502.10414,
  title  = {A Neural Network Training Method Based on Neuron Connection Coefficient Adjustments},
  author = {Kun Jiang},
  journal= {arXiv preprint arXiv:2502.10414},
  year   = {2025}
}

Comments

9 pages, 4 figures, this is the third article in our research series and the second of four different training methods

R2 v1 2026-06-28T21:44:50.271Z