33 results
Multilayer Perceptron Explained with a Real-Life Example and Python Code: Sentiment Analysis
This is the first article in a series dedicated to Deep Learning, a group of Machine Learning methods that has its roots dating back to the 1940’s. Deep Learning gained attention in the last decades for its groundbreaking application in areas like image classification, speech recognition, and machin see more
A step-by-step guide in designing knowledge-driven models using Bayesian theorem.
In case you don’t have data but there is expert’s knowledge. A starters guide to convert knowledge into computer-aided models. see more
Automating Receipt Digitization with OCR and Deep Learning
Receipt OCR or receipt digitization addresses the challenge of automatically extracting information from a receipt. In this article, I cover the theory behind receipt digitization and implement an end-to-end pipeline using OpenCV and Tesseract. I also review a few important papers that do Receipt D see more