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架构的复杂性使得更难以对网络进行 ...
随机推荐
- java 对象和基本数据类型 “==”区别
“==”比较的是地址,牢记.1.对象.integer 是对象 Integer i1 = 20; Integer i2 = 20 ; System.out.println(i1 == i2); // t ...
- springboot maven
更多信息请从官网获取https://docs.spring.io/spring-boot/docs/2.0.1.RELEASE 1.parent基于自己项目而非spring-boot-starter- ...
- Android开发--第一个活动
一.创建工程 1 项目名:MyActivity 包名:com.iflytek.myactivity 2 为了便于学习,不勾选Create Activity.然后finish,工程创建完成 END ...
- Week4-作业1:《构建之法》第四章、第十七章 阅读笔记与思考
第四章 两人合作 这一章是讲述了两人结对编程的一些东西,包括一些代码的规范,还有结对编程的优点.怎么做.以及一些注意事项. 1.“错误处理 当程序的主要功能实现后,一些程序员会乐观地估计只需要另外 ...
- 31_网络编程(Socket套接字编程)_讲义
今日内容介绍 1.网络三要素及传输协议 2.实现UDP协议的发送端和接收端 3.实现TCP协议的客户端和服务器 4.TCP上传文件案例 01网络模型 *A:网络模型 TCP/IP协议中的四层分别是应用 ...
- angularJS1笔记-(1)-多控制器
前端写好: <div ng-app="myApp"> <div ng-controller="firstController"> < ...
- 配置ssh免密码登入
首先要设置好主机名hostnamectl,然后编辑文件/etc/hosts 192.168.43.9 node0 192.168.43.10 node1 192.168.43.11 node2 ...
- Delphi判断字符串中是否包含汉字,并返回汉字位置
//1,函数代码{判断字符串是否包含汉字// judgeStr:要判断的字符串//posInt:第一个汉字位置}function TForm2.IsHaveChinese(judgeStr: stri ...
- Python多线程获取返回值
在使用多线程的时候难免想要获取其操作完的返回值进行其他操作,下面的方法以作参考: 一,首先重写threading类,使其满足调用特定的方法获取其返回值 import threading class M ...
- 浅谈C++/JAVA/C#运行机制和执行效率
估计有很多同学都对C++/JAVA/C#这三大热门语言的运行机制和执行效率有或多或少的困惑,自己也有,但是经过前期的学习,了解了三者在这两方面的区别,就废话不说了,进入主题吧. 一.运 ...