I need a packaged Virtual Machine on Google Cloud with the following installed already:
These are usually available in Amazon's AMI or MS Azure's Data Science Instances.
Links: 1. Amazon's AMI! 2. Microsoft's VM!
Could someone experienced please guide me in finding the right VM, if such a VM is indeed available on Google Cloud Platform.
The Closest that comes to your requirement google datalab though it does not satisfy all, https://cloud.google.com/datalab/
If you want more control over your VM this article will help you a great deal
If not as a workaround you can, install docker on your VM,
For R and PostGreSQL pull the prebuilt dockers and follow the simple instructions in dockerhub
https://hub.docker.com/_/r-base/
https://hub.docker.com/_/postgres/
Go to the following repo and get the most suitable docker for your VM, instructions are added on git as well,
https://github.com/floydhub/dl-docker
This includes the following,
CUDA 8.0 (GPU version only) cuDNN v5 (GPU version only) Tensorflow Caffe Theano Keras Lasagne Torch (includes nn, cutorch, cunn and cuDNN bindings) iPython/Jupyter Notebook (including iTorch kernel) Numpy, SciPy, Pandas, Scikit Learn, Matplotlib OpenCV and A few common libraries used for deep learning
This should be enough to satisfy your requirement.