Expert Contributors Articles

Sorted By: Most Recent
Noa Heinrich Noa Heinrich
Updated on March 15, 2023

What Is Python Machine Learning: Getting Started with Python

Beginning in machine learning calls for a beginner language — here's a Python machine learning 101.

Image: Shutterstock / Built In
James Le James Le
Updated on March 15, 2023

10 Data Mining Techniques Data Scientists Need for Their Toolbox

Data mining is a must-know when working with big data. Here are 10 techniques to use.

Image: Shutterstock
Vihar Kurama Vihar Kurama
Updated on March 15, 2023

A beginner's guide to supervised learning with Python

The ultimate goal of the supervised learning algorithm is to predict Y with the max accuracy for a given new input X. Here's how that works.

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