JulienBeaulieu
  • Introduction
  • Sciences
    • Math
      • Probability
        • Bayes Rule
        • Binomial distribution
        • Conditional Probability
      • Statistics
        • Descriptive Statistics
        • Inferential Statistics
          • Normal Distributions
          • Sampling Distributions
          • Confidence Intervals
          • Hypothesis Testing
          • AB Testing
        • Simple Linear Regression
        • Multiple Linear Regression
          • Statistical learning course
          • Model Assumptions And How To Address Each
        • Logistic Regression
      • Calculus
        • The big picture of Calculus
          • Derivatives
          • 2nd derivatives
          • The exponential e^x
        • Calculus
        • Gradient
      • Linear Algebra
        • Matrices
          • Matrix Multiplication
          • Inverses and Transpose and permutations
        • Vector Space and subspaces
        • Orthogonality
          • Orthogonal Sets
          • Projections
          • Least Squares
        • Gaussian Elimination
    • Programming
      • Command Line
      • Git & GitHub
      • Latex
      • Linear Algebra
        • Element-wise operations, Multiplication Transpose
      • Encodings and Character Sets
      • Uncategorized
      • Navigating Your Working Directory and File I/O
      • Python
        • Problem Solving
        • Strings
        • Lists & Dictionaries
        • Storing Data
        • HTTP Requests
      • SQL
        • Basic Statements
        • Entity Relationship Diagram
      • Jupyter Notebooks
      • Data Analysis
        • Data Visualization
          • Data Viz Cheat Sheet
          • Explanatory Analysis
          • Univariate Exploration of Data
            • Bar Chart
            • Pie Charts
            • Histograms
            • Kernel Density Estimation
            • Figures, Axes, and Subplots
            • Choosing a Plot for Discrete Data
            • Scales and Transformations (Log)
          • Bivariate Exploration of Data
            • Scatterplots
            • Overplotting, Transparency, and Jitter
            • Heatmaps
            • Violin & Box Plots
            • Categorical Variable Analysis
            • Faceting
            • Line Plots
            • Adapted Bar Charts
            • Q-Q, Swarm, Rug, Strip, Stacked, and Rigeline Plots
          • Multivariate Exploration of Data
            • Non-Positional Encodings for Third Variables
            • Color Palettes
            • Faceting for Multivariate Data
            • Plot and Correlation Matrices
            • Other Adaptations of Bivariate PLots
            • Feature Engineering for Data Viz
        • Python - Cheat Sheet
    • Machine Learning
      • Courses
        • Practical Deep learning for coders
          • Convolutional Neural Networks
            • Image Restauration
            • U-net
          • Lesson 1
          • Lesson 2
          • Lesson 3
          • Lesson 4 NLP, Collaborative filtering, Embeddings
          • Lesson 5 - Backprop, Accelerated SGD
          • Tabular data
        • Fast.ai - Intro to ML
          • Neural Nets
          • Business Applications
          • Class 1 & 2 - Random Forests
          • Lessons 3 & 4
      • Unsupervised Learning
        • Dimensionality Reduction
          • Independant Component Analysis
          • Random Projection
          • Principal Component Analysis
        • K-Means
        • Hierarchical Clustering
        • DBSCAN
        • Gaussian Mixture Model Clustering
        • Cluster Validation
      • Preprocessing
      • Machine Learning Overview
        • Confusion Matrix
      • Linear Regression
        • Feature Scaling and Normalization
        • Regularization
        • Polynomial Regression
        • Error functions
      • Decision Trees
      • Support Vector Machines
      • Training and Tuning
      • Model Evaluation Metrics
      • NLP
      • Neural Networks
        • Perceptron Algorithm
        • Multilayer Perceptron
        • Neural Network Architecture
        • Gradient Descent
        • Backpropagation
        • Training Neural Networks
  • Business
    • Analytics
      • KPIs for a Website
  • Books
    • Statistics
      • Practice Statistics for Data Science
        • Exploring Binary and Categorical Data
        • Data and Sampling Distributions
        • Statistical Experiments and Significance Testing
        • Regression and Prediction
        • Classification
        • Correlation
    • Pragmatic Thinking and Learning
      • Untitled
    • A Mind For Numbers: How to Excel at Math and Science
      • Focused and diffuse mode
      • Procrastination
      • Working memory and long term memory
        • Chunking
      • Importance of sleeping
      • Q&A with Terrence Sejnowski
      • Illusions of competence
      • Seeing the bigger picture
        • The value of a Library of Chunks
        • Overlearning
Powered by GitBook
On this page
  • Acetylcholine
  • Dopamine
  • Serotonine
  • Amygdala

Was this helpful?

  1. Books
  2. A Mind For Numbers: How to Excel at Math and Science

Seeing the bigger picture

Most of the neurons in your cortex carry information about what is happening around you and what you're doing. Your brain also has a set of diffusely projecting systems of neuromodulators that carry information not about the content of an experience but its importance and value to your future. Neuromodulators are chemicals that influence how a neuron responds to other neurons, and today we will discuss three of them; acetylcholine, dopamine, and serotonin.

Acetylcholine

Acetylcholine neurons form neuromodulatory connections to the cortex that are particularly important for focused learning when you are paying close attention. These acetylcholine neurons project widely and activate circuits that control synaptic plasticity leading to new long term memory.

Dopamine

our motivation is controlled by a particular chemical substance called dopamine, which is found in a small set of neurons in our brain stem shown here in orange. These dopamine neurons are part of a large brain system that controls reward learning, and in particular, in the basal ganglia which is located in the green region above the dopamine neurons and below the cortex at the top of the brain. Dopamine is released from these neurons when we receive an unexpected reward. Dopamine signals project widely and have a very powerful effect on learning, and this is something that also affects decision-making, and even the value of sensory inputs.

Dopamine is in the business of predicting future rewards and not just the immediate reward. This can motivate you to do something that may not be rewarding right now, but will lead to a much better reward in the future.

Loss of dopamine neurons leads to a lack of motivation and something called anhedonia, which is a loss of interest in things that once gave you pleasure.

Dopamine neurons are part of the unconscious part of your brain that you learned about in the first week. When you promise to treat yourself something after a study section, you are tapping into your dopamine system.

Serotonine

Serotonin is a third diffuse neuromodulatory system that strongly affects your social life. In monkey troops, the Alpha male has the highest level of serotonin activity, and the lowest ranking male has the lowest levels. Prozac, which is prescribed for clinical depression, raises the level of serotonin activity. The level of serotonin is also closely linked to risk-taking behavior, with higher risk in lower serotonin monkeys. Inmates in jail for violent crimes have some of the lowest levels of serotonin activity in society.

Amygdala

Finally, your emotions strongly affect learning as you are well aware. Emotions were once thought to be separate from cognition, but recent research has shown that emotions are intertwined with perception and attention and interact with learning and memory. The amygdala, an almond shaped structure shown here nestled down at the base of the brain, is one of the major centers where cognition and emotion are effectively integrated.

You will want to keep your amygdala happy to be an effective learner.

PreviousIllusions of competenceNextThe value of a Library of Chunks

Last updated 5 years ago

Was this helpful?