2021-09-30

Prune unused Docker objects to alleviate low disk space on the filesystem root issues

4 mins read You can alleviate low disk space on filesystem root issues by pruning redundant docker objects. Docker takes a conservative approach […]
2021-08-03

How to use black, flake8, isort, and pre-commit framework to format Python codes

12 mins read black: The Uncompromising Code Formatter With black you can format Python code from 2.7 all the way to 3.8 (as of version […]
2021-07-25

Best practices for Python exceptions

9 mins read Python is a popular and versatile programming language used in a wide range of applications. One of the most important […]
2021-07-02

Machine Learning Interview: Computer Vision

34 mins read 1) For neural networks that work with images like VGG-19, InceptionNet, you often see a visualization of what type of […]
2021-07-02

Machine Learning Interview: Training Neural Networks

51 mins read In this post, I will provide the answers to the questions for the online ML interview book. For more tips on training […]