Home Data Page 5

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.

MongoDB withdraws SSPL from approval process

MongoDB withdraws controversial Server Side Public License from the Open Source Initiative’s approval process

0
MongoDB's Server Side Public License was controversial when it was first announced back in October. But the team were, back then, confident that the...
Scientific formulas and calculations in physics and mathematics

Top 5 programming languages for crunching Big Data effectively

1
One of the most important decisions that Big Data professionals have to make, especially the ones who are new to the scene or are...
LEGO launches BrickHeadz Builder AR, a new and free Android app to bring bricks and toys to life

Building a scalable PostgreSQL solution 

0
The term  Scalability means the ability of a software system to grow as the business using it grows. PostgreSQL provides some features that help you...

A non programmer’s guide to learning Machine learning

0
Artificial intelligence might seem intimidating, but it isn’t actually as complex as you might think. Many of the tools that have been developed over...

3 different types of generative adversarial networks (GANs) and how they work

0
Generative adversarial networks (GANs) have been greeted with real excitement since their creation back in 2014 by Ian Goodfellow and his research team. Yann...
Face detection using Haar Cascade

Implementing face detection using the Haar Cascades and AdaBoost algorithm

0
This article is an excerpt from a book written by Ankit Dixit titled Ensemble Machine Learning. This book serves as an effective guide to...

Building a Recommendation Engine with Spark

1
In this article, we will explore individual machine learning models in detail, starting with recommendation engines. (For more resources related to this topic, see here.) Recommendation...
genius embed hidden morse code

Introducing Spleeter, a Tensorflow based python library that extracts voice and sound from any...

0
On Monday, Deezer, a French online music streaming service, released Spleeter which is a music separation engine.  It comes in the form of a...
human brain and AI

AI can now help speak your mind: UC researchers introduce a neural decoder that...

0
In a research published in the Nature journal on Monday, a team of neuroscientists from the University of California, San Francisco, introduced a neural...
data visualization

How to handle categorical data for machine learning algorithms

0
The quality of data and the amount of useful information are key factors that determine how well a machine learning algorithm can learn. Therefore,...

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