Home Data Page 3

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.

Chatbots

Build a generative chatbot using recurrent neural networks (LSTM RNNs)

4
In today’s tutorial we will learn to build generative chatbot using recurrent neural networks. The RNN used here is Long Short Term Memory(LSTM). Generative chatbots...

Katie Bouman unveils the first ever black hole image with her brilliant algorithm

0
Remember how we got to see the supermassive black hole in the movie Interstellar? Well, that wasn’t for real. We know that black holes...

Different types of NoSQL databases and when to use them

0
Why NoSQL databases? The popularity of NoSQL databases over the last decade or so has been driven by an explosion of data. Before what’s commonly...
Why do data scientists love Jupyter notebooks?

10 reasons why data scientists love Jupyter notebooks

0
In the last twenty years, Python has been increasingly used for scientific computing and data analysis as well. Today, the main advantage of Python...

MySQL Data Transfer using Sql Server Integration Services (SSIS)

0
There are a large number of posts on various difficulties experienced while transferring data from MySQL using Microsoft SQL Server Integration Services. While the...
Install Tensorflow in Windows Ubuntu and MacOS

How to Customize lines and markers in Matplotlib 2.0

0
This article is an excerpt from a book by Allen Chi Shing Yu, Claire Yik Lok Chung, and Aldrin Kay Yuen Yim, titled Matplotlib...
Chatbot concept

Build and train an RNN chatbot using TensorFlow [Tutorial]

1
Chatbots are increasingly used as a way to provide assistance to users. Many companies, including banks, mobile/landline companies and large e-sellers now use chatbots...
colorful shapes

Creating 2D and 3D plots using Matplotlib

0
This article is an excerpt from a book written by L. Felipe Martins, Ruben Oliva Ramos and V Kishore Ayyadevara titled SciPy Recipes. This...
Red light for cyclists

12 most common MySQL errors you should be aware of

0
The following excerpt is taken from the book MySQL 8 Administrator’s Guide written by Chintan Mehta, Ankit Bhavsar, Subhash Shah and Hetal Oza. This...

iReport in NetBeans

0
Creating different types of reports inside the NetBeans IDE The first step is to download the NetBeans IDE and the iReport plugin for this. The...

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