Experiment design for analysis of music descriptions
Note - To test the experiment on your computer:
- Navigate to the project root directory in the terminal
- type
python -m http.server - Navigate to
localhost:8000/test.htmlin web browser
When finished testing:
- type
Ctrl-cto quit the python server.
Catherine Deng, Maya Flannery
Variables: Stimulus (4 * 14); Word lists: (14 X 38 X ??)
H_0: When a participant hears a stimulus, they select a random number of random words from each list. H_1: When a participant hears a stimulus, they select few random words from each list. H_1: When a participant hears a stimulus, they select few related words from each list.
We can hypothesize the number of genres selected (1 is most likely, 2, 3+ less common)
- use proportion? 10% of available words?
Using miniconda prompt:
- Create environment (if first time running analysis)
> conda env create musicPython
- Activate the environment
> conda activate musicPython
- Install the required packages (if first time runnign analysis)
> conda install pandas matplotlib numpy nodejs nltk jupyterlab
- Start jupyter lab
> jupyter lab
- When finished, close jupyter lab, then in prompt:
> Ctl+C
- Then type
> deactivate