Expert Contributors Articles

Sorted By: Most Recent
Sujay Saha Sujay Saha
Updated on May 27, 2025

Why Innovation Is the Only Way Through Tariffs

Tariffs have introduced new economic challenges for businesses. Our expert examines ways companies might innovate to maneuver through the new economic environment. 

Image: Shutterstock / Built In
Anders Indset Anders Indset
Updated on May 27, 2025

How Quantum Computing and Advanced AI Are Redefining the Boundaries of Human Thought

Our expert lays out a vision for the effects of Quantized Intelligence on humanity’s future.

Image: Shutterstock / Built In
Giorgos Myrianthous Giorgos Myrianthous
Updated on May 27, 2025

What Is Optical Character Recognition (OCR)?

Optical character recognition is a technology that allows a computer to convert scanned data into editable, searchable text. Our expert explains what you need to know.

Image: Shutterstock / Built In
Henri Woodcock Henri Woodcock
Updated on May 27, 2025

Stop Using NumPy’s Global Random Seed

A NumPy random seed is a numerical value in Python that initializes a random number generator, allowing for reproducible results. Here's why to use np.random.default_rng() instead to set random seeds for individual functions/classes in Python.

Image: Shutterstock / Built In
Nick Babich Nick Babich
Updated on May 27, 2025

A Beginner’s Guide To User Journey Mapping

To design a great product, you need to understand what the user does with it. A user journey map will help you to answer that question for the product’s entire lifecycle.

Sara A. Metwalli Sara A. Metwalli
Updated on May 27, 2025

4 Probability Distributions Every Data Scientist Needs to Know

If you’re just getting started on your journey toward becoming a data scientist, these are the 4 most common distributions you’ll encounter.

Eric Chi Eric Chi
Updated on May 23, 2025

Build a Discord Bot With Python

This tutorial will get you started on how to create your own Discord bot using Python.

Image: Shutterstock / Built In
Kumar Shubham Kumar Shubham
Updated on May 23, 2025

Tackling Jump Game Problems on LeetCode

Jump Game is a coding problem where you determine if you can reach the last index of an array, starting from the first, with each element representing the maximum jump length from that position. Learn how to solve two jump game problems in different ways.

Image: Shutterstock / Built In
Dhilip Subramanian Dhilip Subramanian
Updated on May 23, 2025

K-Nearest Neighbor Algorithm: An Introduction

K-nearest neighbor (KNN) is an algorithm that is used to classify a data point based on how its neighbors are classified. Here’s what you need to know.

Image: Shutterstock / Built In
Artem Oppermann Artem Oppermann
Updated on May 23, 2025

How AI Teach Themselves Through Deep Reinforcement Learning

In this four-part series, I’ll show you how the Markov decision process works and the mathematical theory you need to know to understand deep reinforcement learning.