Machine Learning

Understanding FastAI’s Learner Object | by ServerWala InfraNet FZ-LLC | Jan, 2025

1. Learning Rate FinderChoosing the right learning rate is critical for efficient training. FastAI’s `lr_find` method helps identify the optimal learning rate:```pythonlearn.lr_find()```This command...

Topic Modelling in Business Intelligence: FASTopic and BERTopic in Code | by Petr Korab | Jan, 2025

A comparison of two cutting-edge dynamic topic models solving consumer complaints classification exerciseCustomer reviews about products and services provide valuable information about customer...

Large Language Models: A Short Introduction | by Carolina Bento | Jan, 2025

There’s an acronym you’ve probably heard non-stop for the past few years: LLM, which stands for Large Language Model.In this article we’re going...

Recent Articles