-
How to Build a Text Classification Model Using HuggingFace Transformers and Comet
Text classification is an interesting part of machine learning and natural language processing that is used in business and everyday…
-
Deep Learning for Image Segmentation: U-Net Architecture
“My life seemed to be a series of events and accidents. Yet when I look back, I see a pattern.”…
-
Top 5 Machine Learning Trends For 2022
Photo by Markus on Unsplash The machine learning field is relatively new but it’s changing at a rapid pace and…
-
Guide to Image Inpainting: Using machine learning to edit and correct defects in photos
We’ve all heard the saying A picture is worth a thousand words. But is a tarnished image with gaping holes…
-
The 5 Computer Vision Techniques That Will Change How You See The World
Computer Vision is one of the hottest research fields within Deep Learning at the moment. It sits at the intersection…
-
StyleGAN: Use machine learning to generate and customize realistic images
Ever wondered what the 27th letter in the English alphabet might look like? Or how your appearance would be twenty…
-
Detecting objects in videos and camera feeds using Keras, OpenCV, and ImageAI
Object detection is a branch of computer vision, in which visually observable objects that are in images of videos can…
-
5 Regression Loss Functions All Machine Learners Should Know
All the algorithms in machine learning rely on minimizing or maximizing a function, which we call “objective function”. The group…
-
Building a Neural Network From Scratch Using Python (Part 1)
Artificial intelligence (AI) is a buzzword you see pretty much everywhere around you, even when you’re not looking. It has…
-
Building a Neural Network From Scratch Using Python (Part 2)
In the last post, you created a 2-layer neural network from scratch and now have a better understanding of how…