The 5 Deep Learning Frameworks Every Serious Machine Learner Should Be Familiar With

Articles

Deep Learning requires a lot of computations. It typically involves neural network(s) with many nodes, and every node has many connections — which must be updated constantly during the learning. In other words, at each layer of the network, hundreds and thousands of identical artificial neurons perform the same computation.

Therefore, the structure of a neural network fits very well with the kinds of computation that a GPU (Graphic Processing Unit) can efficiently perform — which are designed to compute, in parallel, the same instructions.

Continue reading “The 5 Deep Learning Frameworks Every Serious Machine Learner Should Be Familiar With”

Image Segmentation for Android — Smart Background Replacement with Fritz AI

Articles

Back when I first started using Photoshop, I’d waste hours between classes cropping out pictures of my friends and pasting their faces onto celebrities and teachers. My go-to method was using the Magic Wand tool to select a person, and then creating a crude mask to cut and paste onto another background. This had varying degrees of success and usually resulted in having to manually outline and erase unwanted pixels from my selection.

Continue reading Image Segmentation for Android — Smart Background Replacement with Fritz AI

How Apple Silicon Changes Mac Forever

Articles

At the end of the WWDC20 Keynote, Apple announced that it’s switching from Intel processors to its own: Apple Silicon. The release of custom Apple chips, powered by ARM, comes after a long history of using Intel-based chips, for the greater part of the 21st century.

Modeled after Apple’s use of its own chips on the iPhone, iPad, and Apple Watch, the company is switching to its own chips to give the Mac more performance per watt and better GPU performance.

Continue reading How Apple Silicon Changes Mac Forever

Got Diamond Hands? Creating my first Snapchat Lens in honor of WSB

Articles

Several weeks ago, we all watched as Redditors took on the hedge funds and the price of Gamestop’s stock (GME) rocketed up to $470 at its peak before coming back down to Earth.

During the craze, billions of dollars exchanged hands in a historic short squeeze that left millions of people asking — “do you have diamond hands?” The typical Internet forum lingo suddenly became part of our vernacular (for better or worse), as Redditors banded together to hold out for a moon shot.

Continue reading “Got Diamond Hands? Creating my first Snapchat Lens in honor of WSB”

Here’s How to Use AI for Print on Demand in 2024

AI Tools

Print on demand (POD) is a business model that allows entrepreneurs to sell custom-designed products without holding any inventory.

This model is popular among artists, designers, and entrepreneurs who want to start a business without investing a lot of money upfront. Managing a POD store can be time-consuming, especially if you have a large number of products and this is where AI might come in handy.

In this article, we will discuss how you can use AI to automate your POD store and generate mockups for your products.

Continue reading “Here’s How to Use AI for Print on Demand in 2024”

Pose Estimation Guide

Articles

Almost everything you need to know about how pose estimation works

Pose estimation is a computer vision technique that predicts and tracks the location of a person or object. This is done by looking at a combination of the pose and the orientation of a given person/object.

But why would you want to detect and track a person’s or object’s location? And how does pose estimation actually work? What are the different approaches, what are its potential benefits and limitations, and how might you use it in your business?

Continue reading “Pose Estimation Guide”