Related Experiment Video
Updated: Nov 10, 2025

A Step-by-Step Implementation of DeepBehavior, Deep Learning Toolbox for Automated Behavior Analysis
Published on: February 6, 2020
Deep learning: A primer for psychologists
Christopher J Urban1, Kathleen M Gates1
1L. L. Thurstone Psychometric Laboratory.
This study introduces deep learning (DL) models, including feedforward neural networks (FNNs), recurrent neural networks (RNNs), and convolutional neural networks (CNNs), to psychological research. It provides R code examples for applying these powerful predictive modeling tools to psychological data.
Area of Science:
- Psychology
- Computer Science
- Data Science
Background:
- Deep learning (DL) has transformed fields like computer vision and natural language processing.
- DL is underutilized in psychological research for predictive modeling.
- Researchers need accessible introductions to DL for psychological applications.
Purpose of the Study:
- To introduce deep learning concepts and models to psychologists with a linear regression background.
- To demonstrate the application of DL for predictive modeling in psychological research.
- To provide practical examples using R code for common psychological data types.
Main Methods:
- Overview of DL principles.
- Explanation of three core DL models: feedforward neural networks (FNNs), recurrent neural networks (RNNs), and convolutional neural networks (CNNs).
- Illustrative toy examples with R code.
Main Results:
- Demonstrated how FNNs, RNNs, and CNNs generalize linear regression.
- Provided practical R code for applying DL models to psychological data.
- Showcased DL's potential for prediction-focused research questions in psychology.
Conclusions:
- Deep learning offers significant benefits for predictive modeling in psychology.
- Basic DL models can be understood and applied by researchers familiar with linear regression.
- This work facilitates the adoption of DL techniques in psychological research for enhanced data analysis and prediction.
Related Concept Videos
Introduction to Learning
In contrast to learned behaviors, unlearned behaviors such as crying, sexual...
Introduction to Cognitive Psychology
This field emerged in the mid-20th century, following a period dominated by behaviorism, which...
Introduction to Biological Bases of Psychology
The nervous system, the cornerstone of...
Cognitivism
Previously dominated by behaviorism, which prioritized observable behaviors and largely ignored mental processes, psychology transformed in the 1950s. Cognitive psychologists argue that understanding how we think and process...
Generalization, Discrimination, and Extinction
Generalization occurs when a behavior reinforced in one context is performed in similar situations. For instance, a student who studies diligently for calculus and receives excellent grades might apply the same study habits to psychology and history, expecting similar results. Generalization shows how learning in one setting can influence behavior in...
Cognitive Learning
E. C. Tolman's theory of purposive behavior emphasizes that much behavior is goal-directed. He argued that to understand behavior, we must look at the entire sequence of actions leading to a goal. For instance, high school students study hard, not just due to past reinforcement but also to achieve the goal of getting into a good college.
Tolman introduced the idea that behavior is influenced by...

