Few Shot Learning with SetFit

February 24, 2023 | Gary Hutson

HuggingFace have been working on a model that can be used for small datasets. The aim is to leverage the pretrained transformer and use contrastive learning to augment and extend the dataset, by using similar labels that share a same dimensional space. In this tutorial I will talk you through ...
[...Read more...]

What is the role of Python in modern Excel?

February 21, 2023 | George Mount

Between Power Query and Power Pivot alone, “modern” Excel boasts so many features that it’s impossible to learn them all. Add to that Office Scripts, Power BI, LAMBDA() and more and it’s easy to get overwhelmed. One “Excel-adjacent” tool that can be particularly intimidating for prospective learners is ...
[...Read more...]

Scikit-Learn 101: Exploring Important Functions

February 14, 2023 | Haziqa

Scikit-learn is a powerful Python library widely used for performing complex AI and machine learning (ML) tasks. It is an open-source library that provides numerous robust algorithms, which include regression, classification, dimensionality reduction, and clustering techniques. In this tutorial, we will explore some powerful functions of scikit-learn using scikit-learn toy ...
[...Read more...]

Quantiles And Their Estimation

February 11, 2023 | Christian Lorentzen

Applied statistics is dominated by the ubiquitous mean. For a change, this post is dedicated to quantiles. I will give my best to provide a good mix of theory and practical examples. While the mean describes only the central tendency of a distribution or random sample, quantiles are able to ...
[...Read more...]

Quarto for the Python user

February 2, 2023 | The Jumping Rivers Blog

As data scientists we often need to communicate conclusions drawn from data. Additionally, as more data is collected, our reports invariably need updating. This is where automated reporting tools such as Quarto come in! In this blog post we will look at how Quarto allows us to weave together text ...
[...Read more...]

Machine Learning Tutorial: A Practical  Guide of Unsupervised Learning Algorithms

January 31, 2023 | Haziqa

Machine learning is a fast-growing technology that allows computers to learn from the past and predict the future. It uses numerous algorithms for building mathematical models and predicting future trends. Machine learning (ML) has widespread applications in the industry, including speech recognition, image recognition, churn prediction, email filtering, chatbot development, ...
[...Read more...]
1 36 37 38 39 40 116