guide

Guide to connect to google colab with ssh from …

Google colab is a good option to experiment and try heavy computational tasks on a high end computer for free. Notebook interface provided by google is perfect python programs. I have made a script to connect to colab instance with just few comands. …

How to fix the different time on PC when dual …

Windows and Linux both are quite different in many respect. This also applies for the interpretition of the time from the hardware Clock. Yes, Computers have the clock which keeps running even if your system is turned off. Thats why we get synced …

My Roadmap to Machine Learning for beginners : …

This is the Roadmap I am following for Machine Learning. My personal view is as follow: What we usually do? We usually get carried away by hearing buzz-words Machine Learning, Deep learning, and Artificial Intelligence, etc. We directly dive into …

How to install Tensorflow and CUDA in linux …

Getting GPU working for tensorflow and CUDA is a difficult task for naive linux users. In this guide, you can easily understand the installation process. This guide is focussed on debian based distros, but it can be used on any linux distro with …