Data Science Articles

Sorted By: Most Recent
Chinmay Bhalerao Chinmay Bhalerao
Updated on December 19, 2023

A Guide to Python Tesseract

Tesseract is an optical character recognition engine used to extract text from images, and it can be accessed in Python through the library pytesseract. Here’s what to know.

Image: Shutterstock / Built In
Kausik Chaudhuri Kausik Chaudhuri
Updated on December 18, 2023

4 Data Sovereignty Challenges for MSPs and How To Solve Them

As a managed service provider, here’s what you should know about data sovereignty.

Image: Shutterstock / Built In
Cem Eygi Cem Eygi
Updated on December 18, 2023

React Props Explained With Examples

Props is a special keyword in React that stands for properties and is used for passing data from one component to another. Learn more.

Image: Shutterstock / Built In
Jacob Biba Jacob Biba
Updated on December 14, 2023

What Is Machine Vision?

Machine vision helps robots see and recognize their surroundings so they can perform more complex tasks.

Image: Shutterstock / Built In
Xiaoxu Gao Xiaoxu Gao
Updated on December 06, 2023

How to Write Pythonic Code

Pythonic describes code that doesn’t just get the syntax right but uses the language in the way it’s intended to be used. Here’s how to optimize your Python code.

Image: Shutterstock / Built In
Peter Grant Peter Grant
Updated on December 01, 2023

How to Start Programming in Python: Anaconda 101

Are you looking to try your hand at programming in Python but not sure where to start? Anaconda will make your life a lot easier.

Image: Shutterstock / Built In
Adam Sabra Adam Sabra
Updated on November 27, 2023

5 Probability Questions to Test Your Data Skills

Data science interviews often include a series of probability questions. Here’s how to solve the most common ones and ace the interview.

Image: Shutterstock / Built In
Noa Heinrich Noa Heinrich
Updated on November 17, 2023

Machine Learning Basics: An Introduction to Fundamental Concepts

Here’s what you need to know about machine learning.

Image: Shutterstock / Built In
Peter Grant Peter Grant
Updated on November 17, 2023

What Is Linear Regression?

Linear regression is a simple tool to study the mathematical relationship between two variables. Here’s how to try it for yourself.

Image: Shutterstock / Built In
Marvin Lanhenke Marvin Lanhenke
Updated on November 16, 2023

Eigendecomposition Explained

Eigendecomposition is an operation that breaks a matrix down into its eigenvalues and eigenvectors to help you better understand its properties. Here’s what to know. 

Image: Shutterstock / Built In

Related Topics