Tutorials

Building Microsoft Power BI Data Model

"The data model is what feeds and what powers Power BI." - Kasper de Jonge, Senior Program Manager, Microsoft Data…

6 years ago

Distributed TensorFlow: Working with multiple GPUs and servers

Some neural networks models are so large they cannot fit in memory of a single device (GPU). Such models need…

6 years ago

Implementing 3 Naive Bayes classifiers in scikit-learn

Scikit-learn provide three naive Bayes implementations: Bernoulli, multinomial and Gaussian. The only difference is about the probability distribution adopted. The…

6 years ago

Build custom Admin Home page in Salesforce CRM Lightning Experience

Today, we will learn how to build a custom Admin Home page and a Home page template with the Salesforce…

6 years ago

How to create multithreaded applications in Qt

In today’s tutorial, we will learn how to use QThread and its affiliate classes to create multithreaded applications. We will go…

6 years ago

Implementing Automation Process with Salesforce CRM

A CRM system must help its users to be as productive as possible to justify its investment; therefore, if there…

6 years ago

12 most common MySQL errors you should be aware of

[box type="note" align="" class="" width=""]The following excerpt is taken from the book MySQL 8 Administrator’s Guide written by Chintan Mehta,…

6 years ago

How to Debug an application using Qt Creator

Today, we will learn about debugging an application using Qt Creator. A debugger is a program that can be used…

6 years ago

Top 10 MySQL 8 performance benchmarking aspects to know

[box type="note" align="" class="" width=""]The following excerpt is taken from the book MySQL 8 Administrator’s Guide, co-authored by Chintan Mehta,…

6 years ago

How data scientists test hypotheses and probability

Why hypotheses are important in statistical analysis Hypothesis testing allows researchers and statisticians to develop hypotheses which are then assessed…

6 years ago