What Does “Neurons that Fire Together Wire Together” Mean?
What Does “Neurons that Fire Together Wire Together” Mean?
I’ve heard the phrase “neurons that fire together wire together” more times than I can count since starting at SuperCamp in March. But what does this phrase mean, and why do I hear it so often?
Plagued by these questions, I went in search of answers. I’d like to share them here to give you a window into our world and why SuperCamp is structured the way it is.
The Origins of the Phrase in Neuropsychology
Although I wish we could claim it as our own, SuperCamp did not coin “neurons that fire together wire together.” This clever phrase was first used in 1949 by Donald Hebb, a Canadian neuropsychologist known for his work in the field of associative learning.
Hebb’s axiom reminds us that every experience, thought, feeling, and physical sensation triggers thousands of neurons, which form a neural network. When you repeat an experience over and over, the brain learns to trigger the same neurons each time.
Examples of the Neural Network in Action
It can be beneficial to have neurons wired together. The neural network helps us learn, store, and recall information in an effective way. For example, when you’re getting to know an acquaintance, the neural network helps you to remember the person’s name through many subtle triggers.
However, the network can go awry when we try to unwire or rewire neurons to respond to a situation in a new way. A tragic example would be a child who has suffered abuse. Physical contact of any kind might be enough to trigger a fight-or-flight response, even when it isn’t appropriate.
What Hebb’s Axiom Means for Academics
When a student has a poor classroom experience on a regular basis—perhaps they’re bored by the curriculum, or a teacher shames them repeatedly in class—the student begins to think of academics as something negative.
Over time, the negativity becomes embedded in the student’s neural networks, and they learn to respond to school on the basis of that negativity, often by mentally checking out.
How We Use Hebb’s Axiom at SuperCamp
Unfortunately, many students associate academics with boredom and anxiety. Teachers and parents try to bring the joy back into learning, but it’s a difficult mindset to change, as you probably know.
Yet again and again, in a matter of seven to ten days, SuperCamp breaks through mental barriers and rekindles students’ love for learning.
How do we do it?
First of all we recognize that children are born wanting to learn, and for many years they love learning. Their learning in those early years is fueled by curiosity and joy. They’re eager to discover everything they can about their world, and they’re not afraid of making mistakes—that’s how they grow!
At SuperCamp we give that joy of learning back to students and a lot of what we do relates to rewiring their neural networks. We do this by putting them in a brand new environment and teaching them in brand new ways.
Instead of lecturing students at a whiteboard, which is sure to shut many of them down, we take a dynamic, fluid approach to teaching. We play games. We move our bodies. We listen to music. As students do all this and more, it sends signals to their neural network, saying in effect, “Hey! Learning isn’t what you thought. Learning is fun!”
How SuperCamp Affects the Brain Long Term
By the end of camp, new connections have been made in the brain, and students return home with a positive attitude about learning. Students find that even a traditional classroom setting feels more engaging and enjoyable than before and academics comes more easily.
This is part of “the SuperCamp shift,” and it’s a major focus of our programs and curriculum development. We want to inspire your child not just for a summer or for an academic year, but for a lifetime of learning.
“Neurons that fire together wire together.” It’s a simple concept, yet the ramifications are huge for your child. For more information about SuperCamp and how it can change your child’s life, contact our enrollment specialists at 800-228-5327 or request an information packet.
What Does “Neurons that Fire Together Wire Together” Mean?的更多相关文章
- 图像分类(一)GoogLenet Inception_V1:Going deeper with convolutions
论文地址 在该论文中作者提出了一种被称为Inception Network的深度卷积神经网络,它由若干个Inception modules堆叠而成.Inception的主要特点是它能提高网络中计算资源 ...
- Going Deeper with Convolutions(Inception v1)笔记
目录 Abstract Introduction First of All Inception Depth Related Work Motivation and High Level Conside ...
- Going Deeper with Convolutions阅读摘要
论文链接:Going deeper with convolutions 代码下载: Abstract We propose a deep convolutional neural network ...
- 网络结构解读之inception系列二:GoogLeNet(Inception V1)
网络结构解读之inception系列二:GoogLeNet(Inception V1) inception系列的开山之作,有网络结构设计的初期思考. Going deeper with convolu ...
- 学习笔记TF032:实现Google Inception Net
Google Inception Net,ILSVRC 2014比赛第一名.控制计算量.参数量,分类性能非常好.V1,top-5错误率6.67%,22层,15亿次浮点运算,500万参数(AlexNet ...
- inception_v2版本《Rethinking the Inception Architecture for Computer Vision》(转载)
转载链接:https://www.jianshu.com/p/4e5b3e652639 Szegedy在2015年发表了论文Rethinking the Inception Architecture ...
- GoogLeNet 之 Inception v1 v2 v3 v4
论文地址 Inception V1 :Going Deeper with Convolutions Inception-v2 :Batch Normalization: Accelerating De ...
- GoogLeNet 解读
GoogLeNet系列解读 2016年02月25日 15:56:29 shuzfan 阅读数:75639更多 个人分类: 深度学习基础 版权声明:本文为博主原创文章,转载请注明出处 https: ...
- GoogLeNet 改进之 Inception-v2/v3 解读
博主在前一篇博客中介绍了GoogLeNet 之 Inception-v1 解读中的结构和思想.Inception的计算成本也远低于VGGNet.然而,Inception架构的复杂性使得更难以对网络进行 ...
随机推荐
- lintcode-514-栅栏染色
514-栅栏染色 我们有一个栅栏,它有n个柱子,现在要给柱子染色,有k种颜色可以染. 必须保证不存在超过2个相邻的柱子颜色相同,求有多少种染色方案. 注意事项 n和k都是非负整数 样例 n = 3, ...
- ASP.NET MVC 1.0 参考源码索引
http://www.projky.com/asp.netmvc/1.0/System/Web/Mvc/AcceptVerbsAttribute.cs.htmlhttp://www.projky.co ...
- mysqldumpslow 分析slow query日志和explain分析mysql查询结构
mysqldumpslow的使用:比如我们要查询按时间返回前5条日志信息,格式如下:mysqldumpslow -s t -t 5 /var/log/mysql/slowquery_20180303. ...
- check the manual that corresponds to your MySQL server version for the right syntax to use near 'type=InnoDB' at line 7
第一种是:解决MySQL的版本问题(我用的是mysql 5.5版本),mysql 5.0版本以后的数据库方言是:org.hibernate.dialect.MySQ5LInnoDBDialect.第二 ...
- 微信小程序与java后台交互
java后台使用的ssm框架,小程序连接的本地接口.跟正常的web访问没什么区别,也是后台获取url,返回json数据:只是小程序前台请求的url要带上http://localhost:80801. ...
- Machine Learning CodeForces - 940F(带修改的莫队)
题解原文地址:https://www.cnblogs.com/lujiaju6555/p/8468709.html 给数组a,有两种操作,1 l r查询[l,r]中每个数出现次数的mex,注意是出现次 ...
- Alpha 冲刺 —— 十分之十
队名 火箭少男100 组长博客 林燊大哥 作业博客 Alpha 冲鸭鸭鸭鸭鸭鸭鸭鸭鸭鸭! 成员冲刺阶段情况 林燊(组长) 过去两天完成了哪些任务 协调各成员之间的工作 测试整体软件 展示GitHub当 ...
- Linux内核分析实验五
一.给MenuOS增加time和time-asm命令 1. 克隆并自动编译MenuOS rm menu -rf 强制删除原menu文件 git clone http: cd menumake root ...
- Apache Commons IO之FileUtils的常用方法
Apache Commons IO 在学习io流的时候研究(翻译)了一下这个,只有FileUtils的某些方法,并不全面,还请谅解 org.apache.commons.io 这个包下定义了基于 st ...
- 前端学习 -- Css -- 伪元素
:first-letter 表示第一个字符 :first-line 表示文字的第一行 :before 选中元素的最前边,一般该伪类都会结合content一起使用,通过content可以向指定位置添加内 ...