Meet Inspiring Speakers and Experts at our 3000+ Global Conference Series Events with over 1000+ Conferences, 1000+ Symposiums
and 1000+ Workshops on Medical, Pharma, Engineering, Science, Technology and Business.

Explore and learn more about Conference Series : World's leading Event Organizer

Back

Ashwini Kambar

VDIT, India

Title: Recurrent Neural Network based Image Compression

Biography

Biography: Ashwini Kambar

Abstract

In this presentation we described and implemented Image compression using recurrent neural network, the compression of image method is a type of information compression that will decrease the same amount of image to be transmitted, stored and evaluated, but without losing the information content. Here we are compressing image with one of most type of neural network i.e. Recurrent Neural Network (RNN). The architecture consist of recurrent neural network based encoder, binarizer, and decoder system. Using this reconstructed the image which is having better quality than the original image and along with this here we show the activation function i.e. Sigmoid, ReLU and tanh functions. And also we evaluated PSNR, MSE, CR, BPP and SSIM, MS-SSIM, parameters for comparing original and compressed images. For this we are taken selected images on the Kodak dataset images. And this work is performed by using python 3.6 version tool with some standard packages for AI functions. So this can demonstrates that our Deep learning achieves better generalization.