This is our final project for the course "Introduction to Neuroscience" (2024 Fall), supervised by Prof. T.Yang. For more details, we refer to our report.
Before running our code, use conda env create -f environment.yml
to create your conda environment.
./model is our code for PRC model, which contains the model itself, training and evaluation subparts.
Our dataset is developed based on https://github.com/tyangLab/Sequence_learning. We appreciate this great work!
You can use it to generate datasets and specify shape sequence for analysis.
./analysis and ./fig are our code for model analysis.
When running the figD.py file, you need to specify the generated shape sequence in dataset.py. Other code can be run directly.