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.

Using the Firebase Real-Time Database

0
In this post, we are going to look at how to use the Firebase real-time database, along with an example. Here we are writing...
Optical training of Neural networks is making AI more efficient

Classification using Convolutional Neural Networks

0
In this blog post, we begin with a simple classification task that the reader can readily relate to. The task is a binary classification...

AI and the Raspberry Pi: Machine Learning and IoT, What’s the Impact?

0
Ah, Raspberry Pi, the little computer that could. On its initial release back in 2012, it quickly gained popularity among creators and hobbyists as...

IBM Machine Learning: What Is It, and What Does It Mean For Data Scientists?

0
Like many cloud providers, IBM is invested and interested in developing and building out their machine learning offerings. Because more and more companies are...

What is Keras?

0
What is keras? Keras is a high-level library for deep learning, which is built on top of Theano and Tensorflow. It is written in Python,...

What is transfer learning?

0
Introduction and motivation In standard supervised machine learning, we need training data, i.e. a set of data points with known labels, and we build a...

How should web developers learn machine learning?

0
Do you have the motivation to learn machine learning? Given its relevance in today's landscape, you should be motivated to learn about this field....

Is data science getting easier?

0
The answer is yes, and no. This is a question that could've easily been applied to textile manufacturing in the 1890s, and could've received...

Top 5 misconceptions about data science

0
Data science is a well-defined, serious field of study and work. But the term ‘data science’ has become a bit of a buzzword. Yes,...
Defining coding as a service

What is coding as a service?

0
What is coding as a service? If you want to know what coding as a service is, you have to start with Artificial intelligence. Put...

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