From Academia to Industry, a Personal Reflection 10 December 2023·Updated: 30 December 2023·882 words·5 mins Academia Industry Data-Science Blog A few reflections on my journey from the world of academia to industry.
Machine Learning Zoomcamp 16 September 2023·Updated: 20 December 2023·741 words·4 mins Machine Learning Deep-Learning Courses Blog How I have started my learning path into machine learning engineering.
The Beauty of Matplotlib Stylesheets 23 May 2023·Updated: 6 June 2023·2308 words·11 mins Matplotlib Stylesheets Blog After reading an article on the effectiveness of Matplotlib stylesheets, I’ve decided to create my own custom stylesheets.
How to Choose the Right Estimator 12 March 2023·Updated: 4 August 2023·3641 words·18 mins Scikit-Learn Blog Frequently the hardest part of solving a machine learning problem is finding the right estimator for the job.
Migrating to Hugo 26 November 2022·273 words·2 mins Hugo Congo Blog I’ve decided to bite the bullet and migrate my blog to Hugo.
Fuzzy String Matching for Document Standardization 19 August 2022·Updated: 3 August 2023·875 words·5 mins Nlp Blog Fuzzy String Matching Deep-Learning Sometimes you need to match to a standard format text data that have below par quality because of misspellings and typos.
Formatting Data for Matplotlib Axes 15 September 2020·222 words·2 mins Matplotlib Blog A simple but useful feature for data visualization in plots is to format the axes accoring to the units of the attributes you are working with, which could just be metric units, currency units or similar.