Readme file

The file gives an explanation of different code files within the folder:

Note: there are comments within each code file too which can help navigate

#########################

trakr_modules.py

- main trakr function, which performs one shot training and testing

#########################

trakr_simple.py

- the simplest version of trakr which can help you detect changes in a single pattern
- should be able to just run

#########################

trakr_patternchange_syntheticsignals.py

- A remake of figure 2 A and B (separately) from the paper essentially
- Should be just able to run

#########################


trakr_seqmnist.py

- does trakr classification on sequential MNIST data
- should be able to just run

#########################


trakr_macaqueofc.py

- does trakr classification on macaque OFC data
- The OFC data is available upon request

#########################

comparisonmethods.py

- different comparison methods to classify MNIST digits, as in the paper
- uncomment each method to run it

#########################






