Machine Learning

Install GPU Support to TensorFlow on Windows

It takes quite a number of steps to make GPU work on Windows. This guide summarizes all the necessary steps to intall the GPU support to TensorFlow.

Hyperparameters Tuning for XGBoost using Bayesian Optimization

How to tune your XGBoost model hyperparameters? How to set up parallel computing for your model training which may take hours? This post will help you.