Data Science Articles

Sorted By: Most Recent
Ellen Glover Ellen Glover
Updated on April 30, 2025

What Is Conversational AI?

Whether it’s asking questions or making chit-chat, conversational AI lets you talk to your computer.

Image: Shutterstock / Built In
Guillermo Martínez Espina Guillermo Martínez Espina
Updated on April 30, 2025

Cls vs. Self: Understanding Method Types in Python

In Python, the keyword cls is used to access a class method, while the keyword self is used to access an instance method. Learn more about the differences between cls and self and how they relate to certain method types in Python.

Image: Shutterstock / Built In
Sid Rao Sid Rao
Updated on April 30, 2025

How Federal Cuts Are Affecting the Future of AI Research

Federal budget cuts could have devastating consequences to the field of artificial intelligence. Here’s what that means for the future of AI. 

Image: Shutterstock / Built In
Seyma Tas Seyma Tas
Updated on April 29, 2025

Garbage Collection in Python: A Tutorial

Garbage collection in Python is an automated memory management process that deletes objects when they’re no longer in use. Learn how it works.

Image: Shutterstock / Built In
Sanketh Balakrishna Sanketh Balakrishna
Updated on April 29, 2025

How Data Replication Can Help You Get the Most Out of Your Database

Data replication is the process of creating multiple copies of data across different systems or locations. Here’s how it can help you get the most out of your database needs.

Image: Shutterstock / Built In
David Koff David Koff
Updated on April 29, 2025

Base 12: An Introduction

Base 12, also called duodecimal, is a numeral system that uses 12 as its base. Here is how the base 12 system works.

Image: Shutterstock / Built In
Alyssa Schroer Alyssa Schroer
Updated on April 28, 2025

Machine Learning in Finance: 22 Companies to Know

Machine learning has grown rapidly in investment and consumer finance. Here’s what that means.

Sara A. Metwalli Sara A. Metwalli
Updated on April 25, 2025

Python Databases 101: How to Choose a Database Library

A Python database refers to using Python to manage and interact with databases, while a Python database library is a Python library that enables this interaction through Python. Here's what to know to choose a Python database library.

Image: Shutterstock / Built In
Eric Kleppen Eric Kleppen
Updated on April 23, 2025

How to Practice Word2Vec for NLP Using Python

Word2vec is a natural language processing (NLP) technique used to represent words as vectors, where vectors close together in the vector space indicate they have similar contexts. Here's how to vectorize text using word2vec, Gensim and Plotly.

Image: Shutterstock / Built
Peter Grant Peter Grant
Updated on April 17, 2025

Model Validation and Testing: A Step-by-Step Guide

Model validation is a phase in the machine learning process where a trained model’s performance is evaluated using data that is different from the training data, known as a validation data set.

Image: Shutterstock / Built In

Related Topics