Skip to content Skip to sidebar Skip to footer

The German Tank Problem. Estimating your chances of winning the… | by Dorian Drost | Mar, 2024

Estimating your chances of winning the lottery with sampling Statistical estimates can be fascinating, can’t they? By just sampling a few instances from a population, you can infer properties of that population such as the mean value or the variance. Likewise, under the right circumstances, it is possible to estimate the total size of the…

Read More

TARNet and Dragonnet: Causal Inference Between S- And T-Learners | by Dr. Robert Kübler | Mar, 2024

Learn how to build neural networks for direct causal inference Photo by Geranimo on UnsplashBuilding machine learning models is fairly easy nowadays, but often, making good predictions is not enough. On top, we want to make causal statements about interventions. Knowing with high accuracy that a customer will leave our company is good, but knowing…

Read More

Visualize your RAG Data — Evaluate your Retrieval-Augmented Generation System with Ragas | by Markus Stoll | Mar, 2024

How to use UMAP dimensionality reduction for Embeddings to show multiple evaluation Questions and their relationships to source documents with Ragas, OpenAI, Langchain and ChromaDB 13 min read · 19 hours ago Retrieval-Augmented Generation (RAG) adds a retrieval step to the workflow of an LLM, enabling it to query relevant data from…

Read More