Blog

Your blog category

Mastering Hadoop, Part 3: Hadoop Ecosystem: Get the most out of your cluster

As we have already seen with the basic components (Part 1, Part 2), the Hadoop ecosystem is constantly evolving and being optimized for new applications. As a result, various tools and technologies have developed over time that make Hadoop more powerful and even more widely applicable. As a result, it goes beyond the pure HDFS […]

Mastering Hadoop, Part 3: Hadoop Ecosystem: Get the most out of your cluster Read More »

Mastering Prompt Engineering with Functional Testing: A Systematic Guide to Reliable LLM Outputs 

Creating efficient prompts for large language models often starts as a simple task… but it doesn’t always stay that way. Initially, following basic best practices seems sufficient: adopt the persona of a specialist, write clear instructions, require a specific response format, and include a few relevant examples. But as requirements multiply, contradictions emerge, and even

Mastering Prompt Engineering with Functional Testing: A Systematic Guide to Reliable LLM Outputs  Read More »

Forget About Cloud Computing. On-Premises Is All the Rage Again

Ten years ago, everybody was fascinated by the cloud. It was the new thing, and companies that adopted it rapidly saw tremendous growth. Salesforce, for example, positioned itself as a pioneer of this technology and saw great wins. The tides are turning though. As much as cloud providers still proclaim that they’re the most cost-effective

Forget About Cloud Computing. On-Premises Is All the Rage Again Read More »

Essential Review Papers on Physics-Informed Neural Networks: A Curated Guide for Practitioners

Staying on top of a fast-growing research field is never easy. I face this challenge firsthand as a practitioner in Physics-Informed Neural Networks (PINNs). New papers, be they algorithmic advancements or cutting-edge applications, are published at an accelerating pace by both academia and industry. While it is exciting to see this rapid development, it inevitably

Essential Review Papers on Physics-Informed Neural Networks: A Curated Guide for Practitioners Read More »

Mastering Hadoop, Part 2: Getting Hands-On — Setting Up and Scaling Hadoop

Now that we’ve explored Hadoop’s role and relevance, it’s time to show you how it works under the hood and how you can start working with it. To start, we are breaking down Hadoop’s core components — HDFS for storage, MapReduce for processing, YARN for resource management, and more. Then, we’ll guide you through installing

Mastering Hadoop, Part 2: Getting Hands-On — Setting Up and Scaling Hadoop Read More »

Are You Still Using LoRA to Fine-Tune Your LLM?

LoRA (Low Rank Adaptation – arxiv.org/abs/2106.09685) is a popular technique for fine-tuning Large Language Models (LLMs) on the cheap. But 2024 has seen an explosion of new parameter-efficient fine-tuning techniques, an alphabet soup of LoRA alternatives: SVF, SVFT, MiLoRA, PiSSA, LoRA-XS … And most are based on a matrix technique I like a lot: the

Are You Still Using LoRA to Fine-Tune Your LLM? Read More »