-
AutoML
November 28, 2021Introduction to AutoML and hyperparameter optimization using Bayesian Optimization with Gaussian Process Regression.
4 min read ·mldl+1 -
Model Compression Competition
November 28, 2021Key considerations for model compression competitions, covering FLOPs, memory access cost, and speed optimization guidelines from ShuffleNet v2.
1 min read ·dl -
Model Compression Overview
November 28, 2021Overview of model compression techniques: NAS, network pruning, knowledge distillation, tensor decomposition, and quantization.
3 min read ·dl -
[HackerRank] Roads and Libraries
November 19, 2021Solution for the HackerRank Roads and Libraries problem using DFS to minimize the cost of building roads and libraries across connected city groups.
1 min read ·algorithm -
[HackerRank] Sherlock and Cost
November 19, 2021Dynamic programming solution for the HackerRank Sherlock and Cost problem, maximizing the sum of absolute differences in a sequence.
1 min read ·algorithm -
[HackerRank] Climbing the Leaderboard
November 18, 2021Solving HackerRank's Climbing the Leaderboard problem efficiently using sorted traversal instead of repeated search.
1 min read ·algorithm
2021