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

Associative Learning01:27

Associative Learning

605
Associative learning is a fundamental concept in behavioral psychology, wherein a connection is established between two stimuli or events, leading to a learned response. This process is critical in understanding how behaviors are acquired and modified. Conditioning, the mechanism through which associations are formed, can be divided into two main types: classical conditioning and operant conditioning, each elucidating different aspects of associative learning.
Classical conditioning, also known...
605
Observational Learning01:12

Observational Learning

321
Albert Bandura's observational learning, also known as imitation or modeling, occurs when a person observes and imitates another's behavior. It is a quicker process than operant conditioning. A well-known example is the Bobo doll study, where children who saw an adult acting aggressively towards the doll were more likely to act aggressively when left alone, compared to those who observed a nonaggressive adult. Many psychologists view observational learning as a form of latent learning...
321
Introduction to Learning01:18

Introduction to Learning

551
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...
551
Woodward–Hoffmann Selection Rules and Microscopic Reversibility01:34

Woodward–Hoffmann Selection Rules and Microscopic Reversibility

3.3K
Electrocyclic reactions, cycloadditions, and sigmatropic rearrangements are concerted pericyclic reactions that proceed via a cyclic transition state. These reactions are stereospecific and regioselective. The stereochemistry of the products depends on the symmetry characteristics of the interacting orbitals and the reaction conditions. Accordingly, pericyclic reactions are classified as either symmetry-allowed or symmetry-forbidden. Woodward and Hoffmann presented the selection criteria for...
3.3K
Cognitive Learning01:21

Cognitive Learning

668
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...
668
Chunking and Rehearsal in Sensory Memory01:22

Chunking and Rehearsal in Sensory Memory

305
Improving short-term memory can be achieved through techniques like chunking and rehearsal. Chunking involves organizing information into larger, more manageable units. This technique is particularly useful for information that exceeds the typical memory span of between five and nine items. For instance, logging into an online account with a password like "ta89vq0179gz" involves grouping letters and numbers into three chunks—ta89, vq01, and 79gz. It makes large amounts of...
305

You might also read

Related Articles

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

Sort by
Same author

Compressed multi-scale entropy and its application in mechanical fault diagnosis.

The Review of scientific instruments·2026
Same author

Application of conventional ultrasound-based carotid grading system in assessing disease activity and monitoring progression in Takayasu arteritis.

Clinical physiology and functional imaging·2026
Same author

Noninvasive multimodal photoacoustic-ultrasound imaging for dynamic assessment of placental hypoxia and perfusion in preeclampsia.

Photoacoustics·2026
Same author

Flexible, multimodal, electrical-sensing-optical-transmission μfiber-sensors via an on-fiber printed electronics strategy.

National science review·2026
Same author

EGFR-Targeting IgG1 Antibody Enhances NK Cell-Mediated Tumor Killing in KRAS-Mutant Pancreatic Cancer.

MedComm·2026
Same author

Efficacy of the Additional Effect of Stellate Ganglion Block in Combination of Intratympanic Steroid and Hyperbaric Oxygen Therapy for Refractory Sudden Sensorineural Hearing Loss.

The journal of international advanced otology·2026
Same journal

DARUMA: a gateway to fast and easy prediction of intrinsically disordered regions.

PeerJ. Computer science·2026
Same journal

Alzheimer's disease detection using a quantum deep neural network with Haralick feature extraction and simulated annealing optimization.

PeerJ. Computer science·2026
Same journal

Network anomaly detection using Deep Autoencoder and parallel Artificial Bee Colony algorithm-trained neural network.

PeerJ. Computer science·2026
Same journal

An anomaly detection model for multivariate time series with anomaly perception.

PeerJ. Computer science·2026
Same journal

Retraction: A wormhole attack detection method for tactical wireless sensor networks.

PeerJ. Computer science·2026
Same journal

Evaluation of mental disorder with prioritization of its type by utilizing the bipolar complex fuzzy decision-making approach based on Schweizer-Sklar prioritized aggregation operators.

PeerJ. Computer science·2026
See all related articles

Related Experiment Video

Updated: Sep 18, 2025

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
03:31

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications

Published on: December 15, 2023

650

A sequential recommendation method using contrastive learning and Wasserstein self-attention mechanism.

Shengbin Liang1, Jinfeng Ma1, Qiuchen Zhao2

  • 1School of Software, Henan University, Kaifeng, Henan, China.

Peerj. Computer Science
|June 26, 2025
PubMed
Summary
This summary is machine-generated.

This study introduces a novel stochastic self-attention method for sequential recommendation systems, improving accuracy and handling unpredictable user behavior. The approach enhances collaborative transfer learning and outperforms existing models, particularly for new items.

Keywords:
Bidirectional transformerContrastive learningData augmentationSequential recommendationWasserstein self-attention mechanism

Related Experiment Videos

Last Updated: Sep 18, 2025

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
03:31

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications

Published on: December 15, 2023

650

Area of Science:

  • Artificial Intelligence
  • Machine Learning
  • Recommender Systems

Background:

  • Transformer-based sequence encoders are effective for sequential recommendation.
  • Existing dot product self-attention methods struggle with unpredictable user behavior and capturing collaborative transferability.
  • Bayesian Personalized Ranking (BPR) loss lacks constraints, leading to suboptimal optimization.

Purpose of the Study:

  • To propose a novel method using stochastic self-attention to address limitations in sequential recommendation.
  • To enhance feature representation and collaborative transfer learning by incorporating uncertainty.
  • To improve recommendation performance, especially for cold-start items.

Main Methods:

  • Introduced uncertainty using elliptical Gaussian distribution with mean and covariance vectors.
  • Employed Wasserstein self-attention to compute positional relationships and incorporate uncertainty.
  • Generated high-quality positive samples using cloze and dropout mask mechanisms for multi-pair contrastive learning.
  • Implemented a dynamic loss reweighting strategy to balance cloze and contrastive losses.

Main Results:

  • The proposed model demonstrated superior performance compared to state-of-the-art methods.
  • Significant improvements in Hit Ratio (HR) and Normalized Discounted Cumulative Gain (NDCG) were observed across multiple datasets (Beauty, Toys, ML-1M, ML-100M).
  • The model showed particular effectiveness in handling cold-start items.

Conclusions:

  • The novel stochastic self-attention method effectively addresses the unpredictability of user behavior in sequential recommendation.
  • The integration of Wasserstein self-attention and Gaussian distributions enhances collaborative transfer learning and model robustness.
  • The proposed approach offers a promising solution for improving recommendation accuracy and adaptability, especially in scenarios with limited user data.