maneeshd / stroop-effect

Statistical Analysis of Stroop Effect Experiment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stroop Effect: Statistical Analysis of a Perceptual Phenomenon

by Maneesh Divana for Udacity's Machine Learning Foundation Nanodegree

Project Report

Report can be viewed at https://maneeshd.github.io/stroop-effect/.


In a Stroop task, participants are presented with a list of words, with each word displayed in a color of ink. The participant's task is to say out loud the color of the ink in which the word is printed. The task has two conditions:

  1. Congruent words condition - words being displayed are color words whose names match the colors in which they are printed: for example,
+ GREEN
- RED
  1. Incongruent words condition - words being displayed are color words whose names do not match the colors in which they are printed: for example,
+ RED
- GREEN

In each case, we measure the time it takes to name the ink colors in equally-sized lists. Each participant will go through and record a time from each condition.


Run

jupyter notebook stroop_effect_analysis.ipynb


About

Statistical Analysis of Stroop Effect Experiment

License:MIT License


Languages

Language:HTML 87.9%Language:Jupyter Notebook 12.1%