FLASHCARDS: a series of what is / how to on different topics ranging from python scripting and algorithm up to Deep Learning implementation.
Latest Posts
-

YOLO - An Object Detection Algorithm
Yolo is a detection algorithm. In this post, I ll explained how yolo works and the architecture of the model. I will discuss Yolov1 and Yolov3. -
What is Field of View?
-

Segmentation
Those are my notes from the Udacity Nanodegree on Computer Vision. The notes are about Segmentation and Noise reduction. -

Hough Transform
Those are my notes from the Udacity Nanodegree on Computer Vision. The notes are aboutHough Transform. -

Haar Cascade Classifier
Those are my notes from the Udacity Nanodegree on Computer Vision. The notes are about Haar Cascade. -

Edge Detection
Those are my notes from the Udacity Nanodegree on Computer Vision. The notes are about edge detection. -

Focal Loss function to address class imbalance
-
Evaluation metrics
-
List of cost functions used in Neural Networks
-

Genetic Algorithm for hyper-parameters optimization of a Convolutional Neural Network
-

Study of a RNN toy model
-

LSTM- Stateless versus Stateful model in Keras
-

Data Augmentation Scheme Histogram Equalizer
-

Variational Autoencoder explained
-

Convolution explained