Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Introduction to Learning01:18

Introduction to Learning

684
Learning is the process of acquiring knowledge or skills through practice or experience, leading to long-lasting behavioral changes. This acquisition occurs through interaction with the environment and requires practice or experience. For instance, mastering a skill such as surfing requires considerable practice and experience, highlighting the essential role of repeated interactions with the environment in learning.
In contrast to learned behaviors, unlearned behaviors such as crying, sexual...
684
Introduction to Cognitive Psychology01:20

Introduction to Cognitive Psychology

1.9K
Cognitive psychology is the field of psychology dedicated to examining how people think. It attempts to explain how and why we think the way we do by studying the interactions among human thinking, emotion, creativity, language, and problem-solving, as well as other cognitive processes. Cognitive psychology studies how information is processed and manipulated in remembering, thinking, and knowing.
This field emerged in the mid-20th century, following a period dominated by behaviorism, which...
1.9K
Introduction to Biological Bases of Psychology01:30

Introduction to Biological Bases of Psychology

3.9K
Biopsychology serves as a vital bridge connecting the intricate domains of biology and psychology, shedding light on how biological systems influence psychological phenomena. This field scrutinizes the biological substrates of behavior and mental processes, emphasizing the nervous system along with the roles of neurotransmitters, hormones, and genetics. It also incorporates evolutionary perspectives to explain the adaptive nature of mental functions.
The nervous system, the cornerstone of...
3.9K
Cognitivism01:17

Cognitivism

2.4K
Cognitive psychology emerged as a significant field in the mid-20th century. It focused on understanding humans' internal mental processes. This approach emphasizes how people perceive, remember, think, and solve problems—elements critical to human cognition.
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...
2.4K
Generalization, Discrimination, and Extinction01:24

Generalization, Discrimination, and Extinction

1.0K
Generalization, discrimination, and extinction are key concepts in operant conditioning that influence how behaviors are learned and maintained.
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...
1.0K
Cognitive Learning01:21

Cognitive Learning

803
Cognitive learning is based on purposive behavior, incidental learning, and insight 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...
803

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Group Iterative Multiple Model Estimation Approaches in Clinical Science.

Annual review of clinical psychology·2026
Same author

Dynamic Fit Index Cutoffs for Time Series Network Models.

Multivariate behavioral research·2025
Same author

Automated machine learning for classification and regression: A tutorial for psychologists.

Behavior research methods·2025
Same author

Group-to-individual generalizability and individual-level inferences in cognitive neuroscience.

Neuroscience and biobehavioral reviews·2025
Same author

Common and uncommon risky drinking patterns in young adulthood uncovered by person-specific computational modeling.

Psychology of addictive behaviors : journal of the Society of Psychologists in Addictive Behaviors·2025
Same author

MIIVefa: An R Package for a New Type of Exploratory Factor Anaylysis Using Model-Implied Instrumental Variables.

Multivariate behavioral research·2024
Same journal

Bayesian evaluation for latent variable models: A tutorial on computing information criteria and bayes factors with the r package bleval.

Psychological methods·2026
Same journal

A stochastic block prior for clustering in graphical models.

Psychological methods·2026
Same journal

Three-level vector autoregressive models.

Psychological methods·2026
Same journal

Scaling cognitive modeling to big data: A deep learning approach to studying individual differences in evidence accumulation model parameters.

Psychological methods·2026
Same journal

Best practices in multilevel modeling for within-cluster group comparisons: An evaluation of coding strategies reflecting group composition and heterogeneity.

Psychological methods·2026
Same journal

A unified framework for psychometrics in experimental psychology: The standardized generalized hierarchical factor model.

Psychological methods·2026
See all related articles

Related Experiment Video

Updated: Nov 10, 2025

A Step-by-Step Implementation of DeepBehavior, Deep Learning Toolbox for Automated Behavior Analysis
05:41

A Step-by-Step Implementation of DeepBehavior, Deep Learning Toolbox for Automated Behavior Analysis

Published on: February 6, 2020

9.6K

Deep learning: A primer for psychologists.

Christopher J Urban1, Kathleen M Gates1

  • 1L. L. Thurstone Psychometric Laboratory.

Psychological Methods
|April 1, 2021
PubMed
Summary
This summary is machine-generated.

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.

More Related Videos

Deep Neural Networks for Image-Based Dietary Assessment
13:19

Deep Neural Networks for Image-Based Dietary Assessment

Published on: March 13, 2021

9.6K
Decoding Natural Behavior from Neuroethological Embedding
08:00

Decoding Natural Behavior from Neuroethological Embedding

Published on: October 3, 2025

225

Related Experiment Videos

Last Updated: Nov 10, 2025

A Step-by-Step Implementation of DeepBehavior, Deep Learning Toolbox for Automated Behavior Analysis
05:41

A Step-by-Step Implementation of DeepBehavior, Deep Learning Toolbox for Automated Behavior Analysis

Published on: February 6, 2020

9.6K
Deep Neural Networks for Image-Based Dietary Assessment
13:19

Deep Neural Networks for Image-Based Dietary Assessment

Published on: March 13, 2021

9.6K
Decoding Natural Behavior from Neuroethological Embedding
08:00

Decoding Natural Behavior from Neuroethological Embedding

Published on: October 3, 2025

225

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.