In this post, we will learn how to solve a printed sudoku solver using a real-time feed from a camera.
In this post, we will learn how to develop an application to segment a handwritten multi-digit string image and recognize the segmented digits using deep learning.
In this post, I introduce an implementation of a proposed CNN design for Arabic handwritten characters recognition.
In this post, I introduce an app for realtime driver drowsiness detection (Sleep Detection) using facial landmarks.
In this post, I will explain how to generate a model from ARFF dataset file and how to classify a new instance with this model using Weka API in Java.
Using TensorFlow and Inception-v3 model, I built this small demo in Java to recognize objects in images and classify it into 1000 classes like Lion, Frog, Flowers, ....etc.
One of the most important aims of machine learning is to classify data into classes. For example, classifying an email to be spam or ham, a tumor is a malignant or benign, or classifying handwritten digits into one of the 10 classes.