lucasbaldezzari / babesbayes-nma

0 stars 1 forks source link

Xiaoxiao-ideas #4

Open xiaoxl3 opened 1 month ago

xiaoxl3 commented 1 month ago

Performance accuracy in relation to reaction time. a. Measurement of Angles: Measure the angles between the selected arrow by subjects and the prior motion showed on screen (using the estimated x/y coordinates). We can set up a distribution of the deviation angles from the real orientation to represent the performance index or accuracy. Categorize the deviation angles into specific ranges, such as "0-5 degrees" and "5-10 degrees."

We can consider the following interpretations:

  1. Reaction Time as an Indicator of Attention:
  1. Learning improvement over study session---- Models: reinforcement learning: sooner better, or slower

    • Improvement Within and Across Sessions: Examine whether the correlation improves within a single session or over multiple days for the same prior settings. We can test whether performance accuracy and reaction time correlation strengthens with repeated practice or if it diminishes by the end of the day due to fatigue. It will tell us if learning and performance accuracy are progressively enhanced through continuous practice or over time.
  2. Learning Strategy Adjustment:

    • Response to Novel Stimuli: The adaptation process might occur at the beginning of the training session or at the start of each exposure to new or unfamiliar conditions. we can assess whether response times extend longer when adjusting to novel stimuli, such as a new orientation or reduced sensory inputs.
    • Impact of Learning Progress: Determine if this adjustment period diminishes with learning progress, as the subject becomes more familiar with the rules or gets used to the changes.
lucasbaldezzari commented 1 month ago

Xiaoxiao! Nice test :D

xiaoxl3 commented 1 month ago

Reinforcement Learning: An Approach to Decision Making

  1. Split the Group into Fast and Slow Learners by Average Response Time and Accuracy (Angle-Diff):
  1. Compare Performance: Determine whether fast learners are less sensitive to environmental changes (prior or coherence). Assess which model they are likely to use, the BBO or bimodal.
lucasbaldezzari commented 1 month ago

Add this plot for each subject.

plt.figure(figsize=(15,6)) sns.lineplot(grups1, x = grups1.index ,y="diff_angles", hue = "prior_std") plt.grid() plt.title(f"Subjetc {subject_id}") plt.show()

image

lucasbaldezzari commented 1 month ago

Updating

@xiaoxl3 updated in her document here.

1. Plotting Temporal Learning Patterns:

2. Analysis of Prior Information:

3. Analysis of Sensory Coherence: