user:~$ wget https://zenodo.org/records/3685367/files/TinySOL.tar.gz
user:~$ wget https://zenodo.org/records/3685367/files/TinySOL_metadata.csv
user:~$ unzip TinySOL.tar.gz && rm TinySOL.tar.gz
{'file': filename, #name of the audio file,
'audio': audio, #Processed ith audio of shape [1,T]
'mel': mel_spectrogram, #Mel Spectrogram of the audio. Shape- [1,F,T]. Choose the parameters yourself.
'gt': ground_truth, #The label mapped with the corresponding audio file.
'pseudo': pseudo_label #Predicted label in the inference from the trained model in step-2.
}
In this task, you will develop a program that takes the output of a 2-hidden layer feedforward neural network as input and constructs a symbolic equation representing the network’s output. The goal is to understand and interpret the neural network’s decision-making process through symbolic representation.
In this task, you are required to implement either (or both) of the following papers from scratch-
Dataset: CIFAR-10. Repo: https://github.com/jiajunhua/JiahuiYu-generative_inpainting
Dataset: CIFAR-10. Repo: https://github.com/Shivkumar25/Image-Inpainting
In case you have any queries/doubts on the problem statements, feel free to contact akshayr@iitk.ac.in.