Project done as part of Behavioral Research: Statistical Methods course at IIIT Hyderabad.
In this project we aimed to analyze behavioral research data to understand adaptive behavior and memory formation across different life stages. By analyzing experimental data and addressing developmental questions, we aim to seek insights into the complex relationship between age and its influence on memory specificity and learning specificity. In the study, the participants engaged in a specialized game where they make decisions based on varying levels of detail, earning rewards accordingly, to explore how this adaptation influences subsequent memory. Through two reinforcement-learning tasks across different age groups, researchers examine how learning representations adjust based on rewards and how this impacts memory recall.
The key objectives of our project are:
- Conduct thorough data analysis on the dataset from the experiment. Use statistical tools to validate the results.
- Address developmental questions about adaptive behavior and its significance for memory formation.
- Gain insights into the complex relationship between experience, cognition, and memory throughout life.
-
EDA: This directory contains exploratory data analysis for the project, including separate folders for analysis of each experiment (eda_exp1, eda_exp2).
-
Data: Contains data tables for each experiment (exp1, exp2), including rl_data.csv, memory_data.csv, learning_data.csv, and subject_data.csv.
-
Docs: Contains project documents such as the final report (report.pdf), initial proposal (initial_proposal.pdf), and presentation slides.
-
Src: Contains the code for hypothesis testing, with separate scripts for each test (hypothesis_test_1.py, hypothesis_test_2.py, etc.).
To replicate the analyses or explore the data, follow these steps:
- Clone this repository to your local machine.
- Ensure you have Python 3 or above installed. If not, download and install it from Python's official website.
- Download all the data files from the Data folder for experiments (exp1 and exp2).
- Use Jupyter Notebooks to view the analysis. To install, use the command
pip install jupyterlab
orpip install notebook
.
- Hariharan Kalimuthu
- Shreeya Singh
- Srujana Vanka