Scanned Document Preprocessing For Classification and Feature Extraction
These days document images feature extraction and classification are highly demanded tasks in companies and organizations. The image can be a digital document or scanned …
This is a technical blog. You can find posts in Computer Science, Programming, and Artificial Intelligence here.
These days document images feature extraction and classification are highly demanded tasks in companies and organizations. The image can be a digital document or scanned …
Despite many advantages of Python such as simple syntax, easy-to-read code and large number of available 3rd-party packages, when it comes to embedded systems and …
Holidays are a great opportunity to make ideas which go on in the mind come true. It was a month that I was thinking on …
FaceNet is a face recognition system using deep neural network introduced in 2015 by researchers at Google. The main idea of this system is to train …
Last week I started to implement graphical Gradient Descent algorithm for linear regression (supervised machine learning). Gradient Descent is a general algorithm and is used not …