creative blocks

Implementing 3 Naive Bayes classifiers in scikit-learn

0
Scikit-learn provide three naive Bayes implementations: Bernoulli, multinomial and Gaussian. The only difference is about the probability distribution adopted. The first one is a...
Blur code screen

9 Useful R Packages for NLP & Text Mining

1
The following excerpt is taken from the book Mastering Text Mining with R, co-authored by Ashish Kumar and Avinash Paul. This book lists various...
Slowly Changing Dimensions - SCDs

What are Slowly changing Dimensions (SCD) and why you need them in your Data...

1
Below given post is an excerpt from a book by Rahul Malewar titled Learning Informatica PowerCenter 10.x. The book is a quick guide to...
How to perform image filtering

Image filtering techniques in OpenCV

1
In the world of computer vision, image filtering is used to modify images. These modifications essentially allow you to clarify an image in order to...
OpenAI Gym environment

Extending OpenAI Gym environments with Wrappers and Monitors [Tutorial]

0
In this article we are going to discuss two OpenAI Gym functionalities; Wrappers and Monitors. These functionalities are present in OpenAI to make your...
framework

How does Elasticsearch work? [Tutorial]

2
Elasticsearch is much more than just a search engine; it supports complex aggregations, geo filters, and the list goes on. Best of all, you...
nature photography

Fingerprint detection using OpenCV 3

1
In this article by Joseph Howse, Quan Hua, Steven Puttemans, and Utkarsh Sinha, the authors of OpenCV Blueprints, we delve into the aspect of...

Object Detection Using Image Features in JavaScript

1
In this article by Foat Akhmadeev, author of the book Computer Vision for the Web, we will discuss how we can detect an object...

How to Create Tensors in PyTorch

0
A tensor is the fundamental building block of all DL toolkits. The name sounds rather mystical, but the underlying idea is that a tensor...

Exploring Structure from Motion Using OpenCV

1
In this article by Roy Shilkrot, coauthor of the book Mastering OpenCV 3, we will discuss the notion of Structure from Motion (SfM), or better...

Must Read in Mobile

Understanding the Foundation of Protocol-oriented Design

0
When Apple announced Swift 2 at the World Wide Developers Conference (WWDC) in 2016, they also declared that Swift was the world’s first protocol-oriented...

Interviews