A repository for side quests (i.e. projects) I've encountered (i.e. I plan to meddle with) during my PhD.
The first quest I have encountered is animalNet where I will try to downscale the ANN I have used in my MSc project into a more compact and less deep-layered one. The plan is to make it distinguish between animals. For now I only have following animals' images in dataset: [ "butterfly", "cat", "chicken", "cow", "dog", "elephant", "horse", "sheep", "spider", "squirrel"]
The second quest is to adapt Ellis' fmriSim as per our fmri simulation needs. The repo is here.