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?的更多相关文章

  1. 图像分类(一)GoogLenet Inception_V1:Going deeper with convolutions

    论文地址 在该论文中作者提出了一种被称为Inception Network的深度卷积神经网络,它由若干个Inception modules堆叠而成.Inception的主要特点是它能提高网络中计算资源 ...

  2. Going Deeper with Convolutions(Inception v1)笔记

    目录 Abstract Introduction First of All Inception Depth Related Work Motivation and High Level Conside ...

  3. Going Deeper with Convolutions阅读摘要

      论文链接:Going deeper with convolutions 代码下载: Abstract We propose a deep convolutional neural network ...

  4. 网络结构解读之inception系列二:GoogLeNet(Inception V1)

    网络结构解读之inception系列二:GoogLeNet(Inception V1) inception系列的开山之作,有网络结构设计的初期思考. Going deeper with convolu ...

  5. 学习笔记TF032:实现Google Inception Net

    Google Inception Net,ILSVRC 2014比赛第一名.控制计算量.参数量,分类性能非常好.V1,top-5错误率6.67%,22层,15亿次浮点运算,500万参数(AlexNet ...

  6. inception_v2版本《Rethinking the Inception Architecture for Computer Vision》(转载)

    转载链接:https://www.jianshu.com/p/4e5b3e652639 Szegedy在2015年发表了论文Rethinking the Inception Architecture ...

  7. GoogLeNet 之 Inception v1 v2 v3 v4

    论文地址 Inception V1 :Going Deeper with Convolutions Inception-v2 :Batch Normalization: Accelerating De ...

  8. GoogLeNet 解读

    GoogLeNet系列解读 2016年02月25日 15:56:29 shuzfan 阅读数:75639更多 个人分类: 深度学习基础    版权声明:本文为博主原创文章,转载请注明出处 https: ...

  9. GoogLeNet 改进之 Inception-v2/v3 解读

    博主在前一篇博客中介绍了GoogLeNet 之 Inception-v1 解读中的结构和思想.Inception的计算成本也远低于VGGNet.然而,Inception架构的复杂性使得更难以对网络进行 ...

随机推荐

  1. 信息安全C散列函数的应用及其安全性2016011992

    1:散列函数的具体应用 使用一个散列函数可以很直观的检测出数据在传输时发生的错误. MD5 Hash算法的"数字指纹"特性,使它成为目前应用最广泛的一种文件完整性校验(Checks ...

  2. apache DBUtils 使用例子demo

    转自:http://blog.csdn.net/earbao/article/details/44901061 apache DBUtils是java编程中的数据库操作实用工具,小巧简单实用, 1.对 ...

  3. 2018 焦作icpc现场赛总结

    Day 0 没有直达焦作的飞机,所以选择了先到新郑机场,再转乘城际列车.城际列车猜是专门给学生开通的吧,每天只有来和回一共两趟(所以机票选择的余地也不多).买的时候只有无座票了,本来以为会一直站着,但 ...

  4. 过滤器将获取到的内容注入到servlet的request中

    过滤器将获取到的内容注入到servlet的request中

  5. mybatis中@Param的使用

    @Param:当映射器方法需要多个参数时,这个注解可以被用于:给映射器方法中的每个参数来取一个名字.否则,多参数将会以它们的顺序位置和SQL语句中的表达式进行映射,这是默认的.    语法要求:若使用 ...

  6. 概率主题模型简介 Introduction to Probabilistic Topic Models

    此文为David M. Blei所写的<Introduction to Probabilistic Topic Models>的译文,供大家参考. 摘要:概率主题模型是一系列旨在发现隐藏在 ...

  7. NIO - 三大组件

    NIO 概述 NIO有三个核心组件: 通道(Channels) 缓存(Buffers) 选择器(Selectors) 实际上,NIO的组件和类远不止这三个,但这个三个组件是核心.至于其它组件,例如Pi ...

  8. Leetcode模拟题篇

    43. Multiply Strings 高精度非负整数的乘法. string multiply(string num1, string num2) { '); ; <= i; --i) { ; ...

  9. PHP-从零开始使用Solr搜索引擎服务(上)

    前言: 原文地址: http://www.cnblogs.com/JimmyBright/p/7156069.html 使用搜索引擎,我们常规的数据查询会快很多,还可以对关键词进行中文分词查询,返回一 ...

  10. Web前端开发神器--WebStorm(JavaScript 开发工具) 8.0.3 中文汉化破解版

    WebStorm(JavaScript 开发工具) 8.0.3 中文汉化破解版 http://www.jb51.net/softs/171905.html WebStorm 是jetbrains公司旗 ...