Projects

projects/exporing-ghana-housing-rent/exporing-ghana-housing-rent.jpeg

Exploring Ghana's Rent Data

This article explores the factors influencing rental prices in Ghana's real estate market using data sourced from a popular rental website. By analyzing features such as the number of bedrooms, amenities, and property condition, the article provides insights for investors to add value to their properties and helps renters make informed decisions. The analysis employs techniques like Principal Component Analysis (PCA) to visualize the relationships between different features and identify dominant factors affecting rental prices.
projects/spam-filtering-with-naive-bayes/spam-filtering-with-naive-bayes.jpeg

Spam Filtering, Bayesian Approach

This article explains the implementation of a Naive Bayes spam filter, using Bayes' theorem to classify messages as spam or ham. It covers the algorithm’s theoretical foundation, the dataset and implementation details, and the results, which show over 90% accuracy with minimal computational resources. The article also discusses limitations, such as the assumption of word independence and the challenges of imbalanced data, and suggests potential improvements.
projects/specializing-large-language-models-for-telecom-networks/specializing-large-language-models-for-telecom-networks.jpeg

Specializing Large Language Models for Telecom Networks

This article describes a project I worked on with a colleague in the industry. We specialized a large language model to answering telecommunication engineeering multiple choice questions. We used a retrieval augumented generation system for that purpose. Our approach is very simple and very common however we decided to share what we did anyways.
projects/compressing-images-with-kmeans-clustering/kmeans-image-compression.jpeg

Image Compression with K-Means Clustering

This describes how the unsupervised machine learning algorithm, K-means clustering, can be used to compress images without losing much quality.