This article reviews some common options for parallelizing Python code including process-based parallelism, specialized libraries, ipython parallel, and Ray.
(more…)
Read more »
Recently I had to analyce a large amount of text data using Amazon comprehend, a natural language processing (NLP) service that uses machine learning to find insights and relationships in text. Here is how I did it... (more…)
Read more »
Query and visualize knowledge graphs. Contribute to raphaelsty/kgsearch development by creating an account on GitHub. (more…)
Read more »
Implementation of the Command pattern with class inheritance to update any unit of our game (tank or tower). Made with Python and Pygame. (more…)
Read more »
In this step-by-step tutorial, you'll get started with logistic regression in Python. Classification is one of the most important areas of machine learning, and logistic regression is one of its basic methods. You'll learn how to create, evaluate, and app... (more…)
Read more »