Home Data Page 2

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.

Creating an HTML URL from a PowerShell String–#SQLNewBlogger from Blog Posts – SQLServerCentral

0
Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. I wrote about getting...

2020 was certainly a year on the calendar from Blog Posts – SQLServerCentral

0
According to my blog post schedule, this is the final post of the year. It’s nothing more than a coincidence, but making it through...

Daily Coping 30 Dec 2020 from Blog Posts – SQLServerCentral

0
I started to add a daily coping tip to the SQLServerCentral newsletter and to the Community Circle, which is helping me deal with the...

How to Easily Grant Permissions to all Databases from Blog Posts – SQLServerCentral

0
A recurring need that I have seen is a means to grant a user or group of users access to all databases in one...

Daily Coping 29 Dec 2020 from Blog Posts – SQLServerCentral

0
I started to add a daily coping tip to the SQLServerCentral newsletter and to the Community Circle, which is helping me deal with the...

Time to Set Service Dependencies for SQL Server, it’s Easy from Blog Posts –...

0
In the previous article I mentioned the need for setting certain dependencies for SQL Services startup. As promised, this article is a follow-up to...

Requesting an Update for My SQLSaturday.com Bid from Blog Posts – SQLServerCentral

0
Someone asked about the bid, and I have had no response, so I sent this. The post Requesting an Update for My SQLSaturday.com Bid appeared...

Here is an Easy Fix for SQL Service Startup Issues When Using an MSA...

0
So far, the articles in this years 12 Days of Christmas series first and second days) have shown some relatively easy fixes for some...

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