Tutorial

Train Proximal Policy Optimization (PPO) with Swift for TensorFlow (S4TF)

We look at each component of Proximal Policy Optimization, and see how they can be translated to Swift for TensorFlow.

SSH into Remote Linux Machine Using ngrok

In this guide, we discuss how to access your remote Linux machine via SSH using ngrok.

Publish a Python Package to PyPI

Python is one of the most popular languages, known for being simple and easy to read. In this guide, we discuss how to publish your...

Train a Deep Q-Network with Swift for TensorFlow (S4TF)

We look at each component of Deep Q-Network, and see how they can be translated to Swift for TensorFlow.

How to Download Kaggle Datasets on Ubuntu

Kaggle is one of the most popular place to datasets for data science and machine learning. In this guide, we discuss how to download datasets...

How to Setup Azure Data Science Virtual Machine (DSVM)

Azure Data Science Virtual Machine is a virtual machine image that is built for data science.

Setting up code-server on GCP: VSCode on Browser for Remote Work!

Visual Studio Code (VS Code) is a great code editor, but it cannot be used remotely... or can it? Code-server is VS Code running on...

Using TensorBoard with PyTorch 1.1+

Since PyTorch 1.1, tensorboard is now natively supported in PyTorch. This post contains detailed instuctions to install tensorboard.

Collapsible Code Blocks in GitHub Pages

Here is a quick guide on using collapsible code blocks in GitHub pages. This might be useful when there is a large output that might...