Creating and Modifying ONNX Model Using ONNX Python API 09-15-2021 09-15-2021 blog 12 minutes read (About 1866 words)Getting Familiar with ONNX Data Structure and Python API Usages Deep Learning, ONNX Read More
Convolution and Transposed Convolution as Matrix Multiplication 09-08-2021 09-08-2021 blog 10 minutes read (About 1514 words)Understand Convolution and Transposed Convolution from a Different View Deep Learning Read More
Variable Elimination Algorithm 09-01-2021 09-01-2021 blog 10 minutes read (About 1540 words)Fundamental Algorithm for Probabilistic Graphical Model Inference Probabilistic Graphical Model Read More
Genetic Algorithm for Travelling Salesman Problem 08-24-2021 08-24-2021 blog 16 minutes read (About 2408 words)An Approximate Solver for Travelling Salesman Problem TSP, NP Problem, Linear Programming, Travelling Salesman Problem, Genetic Algorithm Read More
Chess on Linux 08-17-2021 08-17-2021 blog 2 minutes read (About 336 words)Quick Scid vs. PC and Stockfish Setup Game, Linux, Chess Read More
Shallow Understanding of Functional Safety and Safety Certification 08-10-2021 08-10-2021 blog 7 minutes read (About 1027 words)Software Development for Functional Safety Systems CPP, Software Engineering, Functional Safety, ISO 26262, Automotive Read More
Inspecting COCO Dataset Using COCO API 08-03-2021 08-03-2021 blog 6 minutes read (About 870 words)COCO Dataset Exploration Computer Vision, Semantic Segmentation, Object Detection, COCO Read More
Custom Deleter for C++ Smart Pointers 07-27-2021 02-27-2022 blog 7 minutes read (About 1018 words)Interpretations to C++ Smart Pointer Designs CPP, Smart Pointer Read More
Travelling Salesman Problem 07-20-2021 07-20-2021 blog 11 minutes read (About 1628 words)A Gentle Introduction to Travelling Salesman Problem and Its Integer Linear Programming Solution TSP, NP Problem, Linear Programming Read More
Graph Search and Traversal Algorithms 07-13-2021 07-13-2021 blog 9 minutes read (About 1367 words)Breadth-First Search (BFS) and Depth-First Search (DFS) Graph, BFS, DFS, Graph Traversal, Graph Search Read More
Download Files in C++ Using LibCurl and Indicators Progress Bars 07-06-2021 07-06-2021 blog 4 minutes read (About 656 words)Simple Use Cases of LibCurl and Indicators CPP Read More
Maximum Likelihood Estimation VS Maximum A Posteriori Estimation 07-02-2021 07-02-2021 blog 6 minutes read (About 941 words)MLE VS MAP Mathematics, Optimization Read More