Expert Contributors Articles

Sorted By: Most Recent
Sunny Srinidhi Sunny Srinidhi
Updated on March 15, 2023

Lemmatization in Natural Language Processing (NLP) and Machine Learning

Lemmatization is one of the most common text pre-processing techniques used in natural language processing (NLP) and machine learning.

Image: Shutterstock / Built In
Frank Andrade Frank Andrade
Updated on March 14, 2023

Guide to String Formatting in Python Using F-Strings

Take string formatting to the next level in Python using f-strings. They provide a better way to format strings and make debugging easier, too.

Image: Shutterstock / Built In
Mrinal Tyagi Mrinal Tyagi
Updated on March 13, 2023

Image Segmentation Explained

Image segmentation involves breaking down a digital image into various subgroups called image segments that reduces the complexity of the image.

Image: Mrinal Tyagi / Built In
Max Reynolds Max Reynolds
Updated on March 13, 2023

Guide to Expectation Maximization Algorithm

The EM algorithm is a widely used optimization algorithm in machine learning and statistics.

Image: Shutterstock / Built In
Edoardo Romani Edoardo Romani
Updated on March 10, 2023

What Is Database Normalization?

Database normalization ensures we’ve conceptually organized our data in a way that makes the most sense given the data’s attributes and the overall data model. Here’s how it works.

Image: Shutterstock / Built In
Prakhar Rathi Prakhar Rathi
Updated on March 10, 2023

Stop Using Pip Freeze For Your Python Projects

Pip freeze only installs those packages that were installed using the pip install command. However, pip is not the only python package manager.

Image: Shutterstock / Built In
Sadrach Pierre Sadrach Pierre
Updated on March 09, 2023

Python Class Inheritance Explained

Class inheritance is an important concept in Python for data scientists and machine learning engineers to know. Here, our expert explains how it works.

Image: Shutterstock / Buit In
Adam Thomas Adam Thomas
Updated on March 09, 2023

What Is a Content Management System (CMS)?

A CMS helps companies and individuals manage their digital content. Here’s how they work and some examples of popular content management systems.

Image: Shutterstock / Built In
Manuel Silverio Manuel Silverio
Updated on March 09, 2023

What Is a Database Management System (DBMS)?

The core components of a database management system (DBMS) are data, a database, schema and a database engine. Here’s how these components work together.

Image: Shutterstock / Built In
David Koff David Koff
Updated on March 09, 2023

How to Use GDB

GDB, short for GNU debugger, is a powerful tool for debugging code. Here, our expert offers an introduction to its use.

Image: Shutterstock / Built In