Home Data

Data

Data science dominates what we do as developers. Whether you’re managing, modelling or storing data, the latest data science news at Packt Hub will help you stay on top of new developments. We provide news, insights and tutorials around tools and topics like tensorflow, machine learning, deep learning, artificial intelligence and big data.

custom visuals

4 powerful custom visuals in Power BI: Why, When, and How to add [Tutorial]

0
Power BI report authors and BI teams are well-served to remain conscience of both the advantages and limitations of custom visuals. For example, when...
Stephen Hawking Website on iPad

5 polarizing Quotes from Professor Stephen Hawking on artificial intelligence

1
Professor Stephen Hawking died today (March 14, 2018) aged 76 at his home in Cambridge, UK. Best known for his theory of cosmology that...
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...

What is a convolutional neural network (CNN)? [Video]

0
What is a convolutional neural network, exactly? Well, let's start with the basics: a convolutional neural network (CNN) is a type of neural network that...
rocket going out of a tablet

5 examples of Artificial Intelligence in Web apps

3
Modern day web app development is increasingly focused on building a customer-facing front-end presence with the use of Artificial Intelligence. Web apps, use Artificial...
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...

Must Read in Cloud & Networking

Top life hacks for prepping for your IT certification exam

0
I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed up for a class that lasted one week, per...

Must Read in Data

Learn Transformers for Natural Language Processing with Denis Rothman

0
Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN and CNN models in use today. Artificial intelligence is...

Distributed training in TensorFlow 2.x

Interviews