Expert Contributors Articles

Sorted By: Most Recent
Dhanushka Madushan Dhanushka Madushan
Updated on February 28, 2023

How Database B-Tree Indexing Works 

B-tree is used for indexing and is a data structure that provides sorted data and allows searches, sequential access, attachments and removals in sorted order. 

Image: Shutterstock / Built In
Akash Desarda Akash Desarda
Updated on February 28, 2023

Understanding the AdaBoost Algorithm

AdaBoost helps combine multiple “weak classifiers” into a single “strong classifier.”

Image: Shutterstock / Built In
Madhav L Mishra Madhav L Mishra
Updated on February 24, 2023

Central Limit Theorem (CLT) Definition and Examples

What is the central limit theorem? Here's the statistical concept explained using a six-sided die.

Image: Shutterstock
Sadrach Pierre Sadrach Pierre
Updated on February 24, 2023

What Is a Function in Python?

A function is a named section of code that performs a specific task. Here, our expert introduces you to how they work in Python.

Image: Shutterstock / Built In
Suprabha Suprabha
Updated on February 23, 2023

RequestAnimationFrame in JavaScript

The requestAnimationFrame() method tells the browser to call an animation function and repeat it very fast, forever. It calls itself to paint the next frame. Here’s what you need to know.

Image: Shutterstock / Built In
Mikaela Pisani & Anthony Figueroa Mikaela Pisani & Anthony Figueroa
Updated on February 23, 2023

How Will AI Change Business? 5 Questions to Ponder.

Philosophical matters emerge as the paradigm shifts to creative tasks from automation.

Image: Shutterstock / Built In
Oğuzhan Öztürk Oğuzhan Öztürk
Updated on February 22, 2023

An Introduction to Metaverse NFTs

Metaverse NFTs are unique digital assets that exist inside the virtual shared space of the metaverse, such virtual real estate, in-game items and collectables. Here’s what you need to know.

Image: Shutterstock / Built In
Mark Basa Mark Basa
Updated on February 22, 2023

What Awaits Crypto Regulations

The FTX debacle will affect future crypto regulations because so many high-profile people were involved. Let’s start there. 

Image: Shutterstock / Built In
Mohammed Alhamid Mohammed Alhamid
Updated on February 22, 2023

Ensemble Models: What Are They and When Should You Use Them?

Sometimes one model isn’t enough. In this guide to ensemble models, I’ll walk you through how (and when) to use ensemble techniques for your machine learning models.

Muriel Kosaka Muriel Kosaka
Updated on February 22, 2023

Basics of Python Generator Functions

Python generator functions allow you to declare a function that behaves like an iterator, allowing programmers to make an iterator in a fast, easy and clean way.

Image: Shutterstock / Built In