Data Science Articles

Sorted By: Most Recent
Anthony Corbo Anthony Corbo
Updated on November 07, 2023

What Are Python Algorithms?

Python algorithms provide a detailed set of instructions by which you can process data for a specific purpose. The most well-known are sorting and graph.

Image: Shutterstock / Built In
Anthony Corbo Anthony Corbo
Updated on November 07, 2023

How Is Python Used in Machine Learning?

Python is a popular programming language to use in machine learning because it offers developers exceptional versatility and power while integrating with other software.

Image: Shutterstock / Built In
Anthony Corbo Anthony Corbo
Updated on November 07, 2023

What Are JavaScript Algorithms and Data Structures?

JavaScript algorithms allow a data operation to function precisely while JavaScript data structures are a method of storing data for efficient access and modification.

Image: Shutterstock / Built In
Anthony Corbo Anthony Corbo
Updated on November 07, 2023

What Is Data Visualization?

Data visualization is a method of displaying data in graphs, charts and maps to make data easy to understand for those unfamiliar with the data set.

Image: Shutterstock / Built In
Chinmay Bhalerao Chinmay Bhalerao
Updated on November 06, 2023

A Deep Dive Into Non-Maximum Suppression (NMS)

Non-maximum suppression (NMS) is a post-processing technique that is used in object detection tasks to eliminate duplicate detections and select bounding boxes.

Image: Shutterstock / Built In
Jeremy Bradley Jeremy Bradley
Updated on November 06, 2023

These Careers Are at the Forefront of the Deep Tech Revolution

As technology and science advance, a new set of jobs are emerging. From rust engineer to quantum scientist, meet the new, in-demand deep tech careers.

Image: Shutterstock / Built In
Carla Martins Carla Martins
Updated on November 02, 2023

Gaussian Naive Bayes Explained With Scikit-Learn

Gaussian Naive Bayes is a classification technique used in machine learning based on the probabilistic approach and Gaussian distribution.

Image: Shutterstock / Built In
Papa Moryba Kouate Papa Moryba Kouate
Updated on November 02, 2023

How Do You Use Data Structures and Algorithms in Python?

Learn practical examples to help you design and solve machine learning models more effectively.

Image: Shutterstock
Peter Grant Peter Grant
Updated on November 01, 2023

What Is Multiple Regression?

Multiple regression is an extension of linear regression models that allow predictions of systems with multiple independent variables.

Image: Shutterstock / Built In
Rahul Agarwal Rahul Agarwal
Updated on October 30, 2023

Confidence Interval: Explained

Confidence intervals are always a headache to explain to other data scientists, let alone to a person without a background in statistics. So let’s try to do it ... without the jargon.

Image: Shutterstock / Built In

Related Topics