Rethinking Deep Learning: Non-backpropagation and Non-optimization Machine Learning Approach Using Hebbian Neural Networks
Kei Itoh

TL;DR
This paper introduces a Hebbian learning-based neural network approach for MNIST digit recognition that operates without backpropagation or optimization, aiming to better mimic biological neural systems and advance strong AI.
Contribution
It develops a novel machine learning method using Hebbian learning for MNIST classification, demonstrating effective recognition without traditional training procedures.
Findings
Achieved approximately 75% accuracy on MNIST without backpropagation.
Hebbian NNs respond strongly to specific labels, showing label-specific responses.
Norm-based cognition improves recognition performance in Hebbian neural networks.
Abstract
Developing strong AI could provide a powerful tool for addressing social and scientific challenges. Neural networks (NNs), inspired by biological systems, have the potential to achieve this. However, weight optimization techniques using error backpropagation are not observed in biological systems, raising doubts about current NNs approaches. In this context, Itoh (2024) solved the MNIST classification problem without using objective functions or backpropagation. However, weight updates were not used, so it does not qualify as machine learning AI. In this study, I develop a machine learning method that mimics biological neural systems by implementing Hebbian learning in NNs without backpropagation and optimization method to solve the MNIST classification problem and analyze its output. Development proceeded in three stages. In the first stage, I applied the Hebbian learning rule to the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications
