Implement image super resolution using various Neural Networks ie our network takes in a low resolution image and converts it to a high resolution image.
All those interested can view the source code here
Initially we implemented a very basic CNN based on this research paper. We experimented on various hyperparameters like filter size,number of layers,Network depth,different datasets etc. Later we tried a different architecture based on this paper and similar tests for hyperparameters were conducted The key differences between the two networks were: