Expert Contributors Articles

Sorted By: Most Recent
David Spreng David Spreng
Updated on October 01, 2024

How Late-Stage Startup Funding Works

Our expert walks you through two hypothetical cases to look at funding later in a company’s lifecycle.

Image: Shutterstock / Built In
Mamdouh Refaat Mamdouh Refaat
Updated on October 01, 2024

What Is Overfitting?

Overfitting is a common problem in machine learning wherein a model tries to fit the data too precisely. Here’s how to solve it.

Image: Shutterstock / Built In
Anthony Corbo Anthony Corbo
Updated on September 30, 2024

What Are Data Structures?

A data structure is a format for organizing, processing, retrieving and storing data so it can be easily accessed and effectively used.

Image: Shutterstock / Built In
Estefanía García Gallardo Estefanía García Gallardo
Updated on September 30, 2024

What Is MVVM (Model-View-ViewModel)?

MVVM (Model-View-ViewModel) architecture is a software design pattern that separates the graphical user interface from the business logic of an application.

Image: Shutterstock / Built In
Manuel Silverio Manuel Silverio
Updated on September 30, 2024

What Is Data Warehousing?

Data warehousing provides access to information for supporting business intelligence activities. Data warehouses are digital environments for data storage.

Image: Shutterstock / Built In
Katlyn Gallo Katlyn Gallo
Updated on September 30, 2024

What Is Hashing? A Guide With Examples.

Hashing is an important concept in cybersecurity as it allows for the safe encryption of data. This guide explains its principles and applications.

Image: Shutterstock / Built In
Kay Jan Wong Kay Jan Wong
Updated on September 30, 2024

Python Tree Implementation: A Guide

Trees are non-linear data structures that store data hierarchically and are made up of nodes connected by edges. Here’s how to implement it in Python using bigtree.

Image: Shutterstock / Built In
Xuenong Hong Xuenong Hong
Updated on September 30, 2024

Graph Neural Network (GNN): What It Is and How to Use It

GNN is a powerful tool to help you analyze structural data. This introduction shows you how.

Image: Shutterstock / Built In
Oscar Contreras Carrasco Oscar Contreras Carrasco
Updated on September 30, 2024

Gaussian Mixture Model Explained 

A Gaussian mixture model is a soft clustering machine learning method used to determine the probability each data point belongs to a given cluster. Learn more.

Image: Shutterstock / Built In
Jayanth Somineni Jayanth Somineni
Updated on September 27, 2024

How to Remove Duplicates From a JavaScript Array

When you need to remove duplicates from an array in JavaScript, consider these methods.

Image: Shutterstock / Built In