Use python to drive your GPU with CUDA for accelerated, parallel computing. Notebook ready to run on the Google Colab platform
Read More →Python is an interpreted language, so it's flexible and easy to use, but it can be slow. Learn how to make it 100 times faster by compiling it for your machine, with just one line of additional code. Notebook ready to run on the Google Colab platform
Read More →Everybody writes bugs. Let's see how to make sure they don't live long with debugging and unit tests. Introduction to pdb and unittest and a few advices for easy and reliable development.
Read More →The yelp dataset is large, and it's in text format. Here are detailed explanations and all the code needed to convert it to a numpy array for machine learning.
Read More →Prepare the yelp dataset (shop reviews) for natural language processing.
Read More →General instructions to install Anaconda, which is used in most posts on this blog.
Read More →