Together with Andreas Küpfer I spent the last months writing and thinking about how to best explain BERT (using huggingface), apply it to a typical social science problem, and show the functionality of explainable AI. When working with large language m...
Want to use your profile image and use this alongside edge detection and stable diffusion to generate an image based off your profile? Then, you are in luck and should read this post. [...Read more...]
The adoption of Shiny, the R package for building interactive web applications, is growing. As a leader in R Shiny development for enterprises, we’re asking you, fellow users of R and Shiny, to discuss the current state of Shiny in 2023 and its outlook for the future. We would like ...
This event has concluded. Thank you to the Financial Modeling Institute for the opportunity to present. In March 2023 I had the opportunity to lead a one-hour webinar with the Financial Modeling Institute (FMI) on an introduction to Python. Event description: If you’re a financial professional looking to grow your ... [...Read more...]
In this article, we will be covering a Scikit learn tutorial in which we will dig deep into the Scikit-Learn library and see how we can use python and Scikit-Learn to solve machine learning problems. Scikit-Learn (Sklearn) is a free, open-source, and popular python package. Sklearn has multiple uses but ...
This post will use an old image of my house before I bought it, and remodelled the living room, to see how this model could be used to make suggestions on how it could be further remodelled. We will be using a suite of pre-trained ControlNet models, trained on hours ...
SatRdays London is fast approaching, and we are happy to announce our full lineup of speakers for the event! Read on for more info. If you want to join the fun, head over to the conference website...
PyCaret is an open-source machine learning library in Python that is designed to reduce the time and effort required for building, deploying and scaling machine learning models. It provides a simplified and unified interface for various machine learning tasks like classification, regression, clustering, natural language processing and anomaly detection. PyCaret ... [...Read more...]
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 ...