Aman Agarwal

Posts

ECG to Identify Individuals (from data to deployment)


ECG is the depiction of the electric signals that come from the expansion and contraction of heart muscles, indirectly the flow of blood inside the heart. It depends on the anatomy and physiology of the heart which can vary with age, gender, and myriad of other factors. And the most fascinating part is that it doesn’t change over time for an individual, not even when the heart beats increase or decrease. In this blog, we will discuss how ECG can be used as an authentication mechanism.

Ship Detection in Satellite Images from Scratch


In this tutorial, I would be talking about how to build your object detection algorithm from scratch, which will work on satellite imagery. For this, I would like you to have a little knowledge about Deep Learning, Python, and some terminal commands, that’s all you require. We’ll be using YOLO, an accurate and fast deep learning algorithm for object detection given by Joseph Redmon et al. With their latest version YOLOv3, the accuracy has been further enhanced. So here we go.