Home Data Page 2

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.

airplane

Top 10 Tools for Computer Vision

2
The adoption of Computer Vision has been steadily picking up pace over the past decade, but there’s been a spike in adoption of various...
Python code pytorch

What is PyTorch and how does it work?

0
PyTorch is a Python-based scientific computing package that uses the power of graphics processing units. It is also one of the preferred deep learning...
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...

The CAP Theorem in practice: The consistency vs. availability trade-off in distributed databases

0
When you choose a database you are making a design decision. One of the best frameworks for understanding what this means in practice is...

Sizing and Configuring your Hadoop Cluster

3
This article, written by Khaled Tannir, the author of Optimizing Hadoop for MapReduce, discusses two of the most important aspects to consider while optimizing Hadoop for MapReduce: sizing...
distributed network

Top 5 Deep Learning Architectures

0
If you are a deep learning practitioner or someone who wants to get into the world of deep learning, you might be well acquainted...
Python code pytorch

Do you write Python Code or Pythonic Code?

2
If you’re new to Programming, and Python in particular, you might have heard the term Pythonic being brought up at tech conferences, meetups and...

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