Home Data Page 274

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.

AI is Driving Software 2.0… with Minimal Human Intervention from Featured Blog Posts –...

0
The future of software development will be model-driven, not code-driven. Now that my 4th book (“The Economics of Data, Analytics and Digital Transformation”) is in...

Why you should NEVER run a Logistic Regression (unless you have to) from Featured...

0
Hello fellow Data Science-Centralists! I wrote a post on my LinkedIn about why you should NEVER run a Logistic Regression. (Unless you really have to). The...

Applications of Machine Learning in FinTech from Featured Blog Posts – Data Science Central

0
Machine learning is a type of artificial intelligence that provides computers with the ability to learn without being explicitly programmed. The science behind machine...

Daily Coping 28 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...

Azure Databricks and Azure Key Vault from Blog Posts – SQLServerCentral

0
The key vault should always be a core component of your Azure design because we can store keys, secrets, certicates thus abstract / hide...

Using Write-Debug from Blog Posts – SQLServerCentral

0
I wrote a post about PoSh output recently, noting that in general we ought to use Write-Output or Write-Verbose for messaging. In there, I...

T-SQL Tuesday Retrospective #002: A Puzzling Situation from Blog Posts – SQLServerCentral

0
For the second T-SQL Tuesday ever — again, hosted by Adam Machanic — we were asked one of three options, and I elected to...

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...

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...

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