Ever wondered if we could build a deep learning neural network which can predict whether your research paper will be submitted or not in the conference? If yes, then I am sure this blog will be an interesting read. I was recommended an interesting paper a couple of months ago and the following blog will … Continue reading Will your CVPR/ICML paper be accepted?
Month: March 2019
Python threading status tracker
It is useful to know how much work a thread has completed. Following are a few ways in which you can achieve this. I was reading through stackoverflow and then I stumbled upon this question - https://stackoverflow.com/questions/55192979/how-to-track-progress-of-job-worker-threads-when-threads-are-initiated-from-a-jo/55193043#55193043 You can read my answer there as well and upvote if the answer helps! 🙂 Now the question … Continue reading Python threading status tracker
Hello world with CUDA
CUDA is becoming one of the essential tools to learn. It is going to help you even you are not in Deep Learning world. Gaming industry, Finance Industry and even there are databases which runs on GPU. In this blog post we will try to get started quickly with CUDA. At the end of the … Continue reading Hello world with CUDA