If you’re frustrated using Windows and there is no way around not using it use the following:
https://docs.microsoft.com/en-us/windows/wsl/install-win10
Open PowerShell as Administrator:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
Install Debian:
https://www.microsoft.com/en-ca/p/debian/9msvkqc78pk6?rtc=1&activetab=pivot:overviewtab
sudo apt update
Downloading Debian!
This is my favorite Debian: http://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/weekly-builds/amd64/iso-cd/
Setting up Azure NC6 for Kaggle Competitions
I have chosen NC6 and Ubuntu 18.04 Install the following using Lambda Stack: Deep Learning frameworks: TensorFlow, Keras, PyTorch, Caffe, Caffe 2 GPU software: CUDA, cuDNN, NVIDIA drivers Development tools: git, tmux, screen, vim, emacs, htop, valgrind, build-essential Using Kaggle’s beta API, you can interact with Competitions and Datasets to...
[Read More]
Google Test (gtest) on Debian
Here is the link to the project source https://github.com/google/googletest
Here is the code for installing Google Test (gtest)
sudo apt-get install libgtest-dev
[Read More]
Initial Steps for Python
Change python version system-wide
[Read More]