Home Data Page 25

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.

Daily Coping 30 Oct 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...

ASF 034: Alex Yates interview (part 1) from Blog Posts – SQLServerCentral

0
Alex is a Data Platform MVP who loves DevOps. He’s has been helping data professionals apply DevOps principles to relational database development and deployment...

shell from Blog Posts – SQLServerCentral

0
Installing go-task This tool is great for cross-platform shell scripting as it runs all the commands in the Taskfile.yml using a built in go shell...

go from Blog Posts – SQLServerCentral

0
Starter Template I saved this as a snippet for vscode to get up and running quickly with something better than the defaults for handling func...

Blog .NET for Apache Spark UDFs Missing Shared State from Blog Posts – SQLServerCentral

0
The Problem When you use a UDF in .NET for Apache Spark, something like this code: class Program { static void Main(string args) { var...

Migrating SQL Server container images to the Github Container Registry from Blog Posts –...

0
A couple of months ago Docker announced that they would be implementing a 6 month retention policy for unused images in the Docker Hub. This...

Daily Coping 29 Oct 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...

What do they want to hear? from Blog Posts – SQLServerCentral

0
I was helping my 16yo write his first college essay the other day. He’s always struggled a bit with writing essays so this isn’t...

DAX Logic and Blanks from Blog Posts – SQLServerCentral

0
A while back I was chatting with Shannon Lindsay on Twitter. She shares lots of useful Power BI tips there. She shared her syntax...

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