Machine Learning / Design

Designing a machine learning algorithm to predict customer purchase behavior.
AskAI

This technical problem deals with designing a machine learning algorithm that can predict whether or not a customer will purchase a product, given their past purchase history.

Identifying faces in images using machine learning
AskAI

The goal is to train a machine learning model to identify faces in new images, given a dataset of images of faces that have been labeled with the name of the person in the image.

Designing a machine learning algorithm
AskAI

A machine learning algorithm is being designed to automatically generate new images of faces that look realistic.

Find the Mean of a List of Numbers
AskAI

Design a function to find the mean of a list of numbers.