Data Science Articles

Sorted By: Most Recent
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
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
Margo Steines Margo Steines
Updated on April 16, 2025

8 Companies Hiring Database Administrators

Companies across sectors like fintech, SaaS and defense are hiring database administrators to manage their data and keep it secure.

Photo: Shutterstock
Matthew Urwin Matthew Urwin
Updated on April 15, 2025

19 Machine Learning in Education Examples

These companies are advancing education with machine learning technology.

Image: Shutterstock
Giorgos Myrianthous Giorgos Myrianthous
Updated on April 14, 2025

How to Convert a Dictionary to a Pandas DataFrame

Learn how to convert a Python dictionary into a Pandas DataFrame using the pd.DataFrame.from_dict() method and its options, depending on how the data is structured and stored in the dictionary.

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

How to Write Nested List Comprehensions in Python

A nested list comprehension in Python is a list comprehension placed inside another list comprehension. It's often used for handling lists of lists with only one line of code. Here’s how to write a nested list comprehension in Python.

Image: Shutterstock / Built In
Andika Pratama Andika Pratama
Updated on April 11, 2025

How to Create an Index-Based Search Engine in Python

An index-based search engine in Python is a search engine created in Python that uses an index to quickly retrieve information based on a search query. Learn how to develop your own index-based search engine using Python.

Image: Shutterstock / Built In

Related Topics