Home Data Page 4

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.

binary search tree

Containerized Data Science with Docker

0
So, you're itching to begin your journey into data science but you aren't sure where to start. Well, I'm glad you’ve found this post...

Deep Learning with Microsoft CNTK

0
“Deep learning (deep structured learning, hierarchical learning, or deep machine learning) is a branch of machine learning based on a set of algorithms that...

Language Modeling with Deep Learning

0
Language modeling is defining a joint probability distribution over a sequence of tokens (words or characters). Considering a sequence of tokens fx1; :::; xT...

Deep Learning and Image generation: Get Started with Generative Adversarial Networks

0
In machine learning, a generative model is one that captures the observable data distribution. The objective of deep neural generative models is to disentangle...

Deep Learning with Torch

0
Torch is a scientific computing framework built on top of Lua. The nn package and the ecosystem around it provide a very powerful framework...

Solving an NLP Problem with Keras, Part 1

0
In a previous two-part post series on Keras, I introduced Convolutional Neural Networks(CNNs) and the Keras deep learning framework. We used them to solve...

Solving an NLP Problem with Keras, Part 2

0
In this two-part post series, we are solving a Natural Language Processing (NLP) problem with Keras. In Part 1, we covered the problem and...

MongoDB: Issues You Should Pay Attention To

0
MongoDB, founded in 2007 with more than 15 million downloads, excels at supporting real-time analytics for big data applications. Rather than storing data in...
An explanation of the API economy

What is the API Economy?

0
If you have pitched the idea of a set of APIs to your boss, you might have run across this question. “Why do we...

Free Machine Learning eBooks

0
So, you want to learn how to build machine learning algorithms? But where do you start? Becoming a data scientist is a really smart career...

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