Skip to content

jshinm/deepnet-behavioral

Repository files navigation

Deepnet-behavioral

Online behavioral experiment for deepnet paper powered by Flask

https://ib-behavior.herokuapp.com/

The above website no longer available as heroku stopped free services as of Nov 28, 2022

Installation

pip install -r requirements.txt

Running Local Server

python main.py

Logs

02/04/21

  • add codes for analytic pipeline

01/29/21

  • debug: sprial contracting issue
  • sample size reduced to 100
  • increase range from (-2,2) to (-3,+3)
  • number of trial increased from 50 to 100
  • add functionality to download sql db
  • minor adjustments to figure styling

01/08/21

  • debug: check for memory leakage (switched to "agg" backend for matplotlib)
  • connect to heroku postgres for database management (sqlite for local, postgres for production)

12/23/20

  • add "catch" trials (only sampled within the unit circle; interspersed throughout the test)
  • add practice trials at the end of the tutorials (currently 5 trials)
  • include consent language (placed in the very first page)
  • implement spiral posterior
  • spiral parameters modified (reduced noise 2.5 -> 1.0)
  • add feedback panel at the end of the experiment
  • populate exactly the equal parts of each pattern

12/17/20

  • modify tutorial to emphasize likelihood judgement
  • further simplify tutorials and visually more attractive
  • remove slider bubble and change tick labels

12/09/20

  • Hard set the experiment trials to 50
  • Simplify tutorials
  • Create manual admin mode to activate/deactivate admin panels
  • Change slider style
  • Change overall interface styling
  • Update the manual
  • Have someone to run through the experiment
  • Admin mode deactivated for deployment