altolending

How to Get Performance Data from Power BI with DAX Studio

Introduction To put things straight: I will not discuss how to optimize DAX Code today. More articles will follow, concentrating on common mistakes and how to avoid them. But, before we can understand the performance metrics, we need to understand the architecture of the Tabular model in Power Bi.The same architecture applies to Tabular models […]

How to Get Performance Data from Power BI with DAX Studio Read More »

AI Agents Processing Time Series and Large Dataframes

Intro Agents are AI systems, powered by LLMs, that can reason about their objectives and take actions to achieve a final goal. They are designed not just to respond to queries, but to orchestrate a sequence of operations, including processing data (i.e. dataframes and time series). This ability unlocks numerous real-world applications for democratizing access

AI Agents Processing Time Series and Large Dataframes Read More »

Beginner’s Guide to Creating a S3 Storage on AWS

Introduction AWS is a well-known cloud provider whose primary goal is to allocate server resources for software engineers to deploy their applications. AWS offers many services, one of which is EC2, providing virtual machines for running software applications in the cloud. However, for data-intensive applications, storing data inside EC2 instances is not always the optimal

Beginner’s Guide to Creating a S3 Storage on AWS Read More »

Retrieval Augmented Generation (RAG) — An Introduction

The model hallucinated! It was giving me OK answers and then it just started hallucinating. We’ve all heard or experienced it. Natural Language Generation models can sometimes hallucinate, i.e., they start generating text that is not quite accurate for the prompt provided. In layman’s terms, they start making stuff up that’s not strictly related to

Retrieval Augmented Generation (RAG) — An Introduction Read More »

Beyond the Code: Unconventional Lessons from Empathetic Interviewing

Recently, I’ve been interviewing Computer Science students applying for data science and engineering internships with a 4-day turnaround from CV vetting to final decisions. With a small local office of 10 and no in-house HR, hiring managers handle the entire process. This article reflects on the lessons learned across CV reviews, technical interviews, and post-interview

Beyond the Code: Unconventional Lessons from Empathetic Interviewing Read More »

When Physics Meets Finance: Using AI to Solve Black-Scholes

DISCLAIMER: This is not financial advice. I’m a PhD in Aerospace Engineering with a strong focus on Machine Learning: I’m not a financial advisor. This article is intended solely to demonstrate the power of Physics-Informed Neural Networks (PINNs) in a financial context. When I was 16, I fell in love with Physics. The reason was

When Physics Meets Finance: Using AI to Solve Black-Scholes Read More »