**arXiv ID:** 2303.16067 **Authors:** Aaron Pache, Mark CW van Rossum **Published:** 2023-03-26T16:17:04Z **Abstract:** When training neural networks for classification tasks with backpropagation, parameters are updated on every trial, even if the sample is classified correctly. In contrast, humans concentrate their learning effort on errors. Inspired by human learning, we introduce lazy learning, which only learns on incorrect samples. Lazy learning can be implemented in a few lines of code ...
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill lazy-learning-a-biologicallyinspired-plasticity-rule-for-fast-and-energy-efficient-synaptic-plasticity --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Lazy Learning A Biologicallyinspired Plasticity Rule For Fast And Energy Efficient Synaptic Plasticity?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-lazy-learning-a-biologicallyinspired-plasticity-ru)More formats (shields.io, HTML) on the badges page.
# Lazy learning: a biologically-inspired plasticity rule for fast and energy efficient synaptic plasticity
**arXiv ID:** 2303.16067
**Authors:** Aaron Pache, Mark CW van Rossum
**Published:** 2023-03-26T16:17:04Z
**Abstract:**
When training neural networks for classification tasks with backpropagation, parameters are updated on every trial, even if the sample is classified correctly. In contrast, humans concentrate their learning effort on errors. Inspired by human learning, we introduce lazy learning, which only learns on incorrect samples. Lazy learning can be implemented in a few lines of code and requires no hyperparameter tuning. Lazy learning achieves state-of-the-art performance and is particularly suited when datasets are large. For instance, it reaches 99.2% test accuracy on Extended MNIST using a single-layer MLP, and does so 7.6x faster than a matched backprop network
## Skill Description
This skill is generated from the arXiv paper: Lazy learning: a biologically-inspired plasticity rule for fast and energy efficient synaptic plasticity (2303.16067).
## How to Use
[To be filled in by the user or by future automation]
## References
- [arXiv:2303.16067](http://arxiv.org/abs/2303.16067v1)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!