Home Data Page 273

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.

Alexey Lesovsky: Postgres 13 Observability Updates from Planet PostgreSQL

0
New shiny Postgres 13 has been released and now it’s the  time for making some updates to “Postgres Observability” diagram. New release includes many improvements...

Tom Swartz: Tuning Your Postgres Database for High Write Loads from Planet PostgreSQL

0
As a database grows and scales up from a proof of concept to a full-fledged...

Bruce Momjian: Thirty Years of Continuous PostgreSQL Development from Planet PostgreSQL

0
I did an interview with EDB recently, and a blog post based on that interview was published yesterday. It covers the Postgres 13 feature set and...

Hans-Juergen Schoenig: pg_squeeze: Optimizing PostgreSQL storage from Planet PostgreSQL

0
Is your database growing at a rapid rate? Does your database system slow down all the time? And maybe you have trouble understanding why...

rob sullivan: Using pg_repack in AWS RDS from Planet PostgreSQL

0
As your database keeps growing, there is a good chance you're going to have to address database bloat. While Postgres 13 has launched with some...

Jonathan Katz: PostgreSQL Monitoring for App Developers: Alerts & Troubleshooting from Planet PostgreSQL

0
We've seen an example of how to set up PostgreSQL monitoring in Kubernetes. We've looked...

Weekly Digest, October 19 from Featured Blog Posts – Data Science Central

0
Monday newsletter published by Data Science Central. Previous editions can be found here. The contribution flagged with a + is our selection for the picture...

Genius Tool to Compare Best Time-Series Models For Multi-step Time Series Modeling from Featured...

0
Predict Number of Active Cases by Covid-19 Pandemic based on Medical Facilities (Volume of Testing, ICU beds, Ventilators, Isolation Units, etc) using Multi-variate LSTM based Multi-Step Forecasting Models Introduction and...

Types of Variables in Data Science in One Picture from Featured Blog Posts –...

0
While there are several dozen different types of possible variables, all can be categorized into a few basic areas. This simple graphic shows you...

Thursday News, October 15 from Featured Blog Posts – Data Science Central

0
Here is our selection of articles and technical contributions featured on DSC since Monday: Announcements Penn State Master’s in Data Analytics – 100% Online eBook: Data Preparation for...

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