Tag: Machine Learning
All the articles with the tag "Machine Learning".
Building an Image Classifier Really Fast Using Fastai
Published: at 12:00 AMIn this post, I demonstrate how to quickly build an image classifier using the fastai library, a powerful tool for practical deep learning. The project involves classifying images of fruit as either rotten or fresh.
Coding K-Means Clustering using Python and NumPy
Published: at 12:00 AMThis post details the process of coding the K-Means Clustering algorithm from scratch using Python and NumPy. It's a great exercise for understanding the mechanics of this fundamental machine learning algorithm.