Scanned Document Preprocessing For Classification and Feature Extraction
Post Views: 6,965 These days document images feature extraction and classification are highly demanded tasks in companies and organizations. The image can be a digital …
Post Views: 6,965 These days document images feature extraction and classification are highly demanded tasks in companies and organizations. The image can be a digital …
Post Views: 14,189 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 …
Post Views: 1,109 Holidays are a great opportunity to make ideas which go on in the mind come true. It was a month that I …
Post Views: 8,780 FaceNet is a face recognition system using deep neural network, introduced in 2015 by researchers at Google. The main idea of this system …
Post Views: 7,804 Last week I started to implement graphical Gradient Descent algorithm for linear regression (supervised machine learning). Gradient Descent is a general algorithm and …