🔹 Remote-sensing Scene Analysis with Haralick Texture Features
Texture is one of the oldest signals in remote sensing: long before deep networks, a forest could be told from a parking lot by the statistics of how neighbouring pixels vary. This article rebuilds that classical...
Projects
🔹 Credit Card Fraud Detection
Fraud is a needle-in-a-haystack problem, and the haystack is enormous: in a public set of 284,807 real card transactions, exactly 492 are fraudulent — 0.173%, or one fraud for every 578 legitimate payments. At that...
Projects
🔹 Spam Detection
I trained five recurrent classifiers — a vanilla RNN, an LSTM, a GRU, a bidirectional LSTM, and a bidirectional LSTM with attention pooling — on a mixed corpus of 39,714 SMS messages and e-mails. Then I trained a...
Projects
🔹 YOLO V1
Before 2016, making a computer find every object in a photo meant running a classifier thousands of times across a sliding window, or first proposing a couple of thousand candidate regions and scoring each one. It...
Projects
🔹 Super Resolution
A hand-held phone shot of a face at dusk comes back tiny, tilted, smeared by a shaky hand and freckled with sensor noise — and yet a network with fewer parameters than a spreadsheet has cells can walk most of that...
Projects
🔹 Data Fusion for Autonomous Driving
A camera gives a detector a crisp, coloured picture but no idea how far anything is; a LiDAR measures distance to the millimetre but paints only a sparse cloud of dots. Fuse the two and you get both — texture and...
Projects
🔹 Convolutional Recurrent Neural Network OCR
Reading License Plates End-to-End with a CRNN (CNN + LSTM + CTC) This project reads the characters off an already-cropped license plate with a single neural network — no per-character segmentation, no hand-tuned...
Projects
🔹 Ad-hoc OCR
An Adhoc OCR for License-Plate Character Recognition In this article we build a small, fully transparent Optical Character Recognition (OCR) engine for the characters of a license plate, and we walk through every stage...
Projects
🔹 License Plate Detection
License plate detection (LPD) is a famous application of digital image processing and machine learning in intelligent transport systems (ITS). In other words, many services of ITS depend on LPD. LPD serves as the...
Projects