What Did I Learn from Building LLM Applications in 2024? — Part 1 | by Satwiki De | Nov, 2024

What Did I Learn from Building LLM Applications in 2024? — Part 1 | by Satwiki De | Nov, 2024
Research and experiments are at the heart of any exercise that involves AI. Building LLM applications is no different. Unlike ...
Read more

Predicting Every Election Since 1916

Predicting Every Election Since 1916
Alright, I’ll admit I cheated a little. But arguably not much more than the political pundits that claim to have ...
Read more

How to Query a Knowledge Graph with LLMs using gRAG

How to Query a Knowledge Graph with LLMs using gRAG
Google, Microsoft, LinkedIn, and many more tech companies are using Graph RAG. Why? Let’s understand it by building one from ...
Read more

Tracing the Transformer in Diagrams | by Eric Silberstein | Nov, 2024

Tracing the Transformer in Diagrams | by Eric Silberstein | Nov, 2024
What exactly do you put in, what exactly do you get out, and how do you generate text with it? ...
Read more

Predict Housing Price using Linear Regression in Python

Predict Housing Price using Linear Regression in Python
A walk-through of cost computation, gradient descent, and regularization using Boston Housing dataset Linear Regression seems old and naive when ...
Read more

Predict Tomorrow’s Demand Using Yesterday’s Data

Predict Tomorrow’s Demand Using Yesterday’s Data
While AI models have taken the spotlight, traditional statistical models remain highly valuable tools for demand forecasting Photo by petr ...
Read more

Overcoming LLM Challenges in Healthcare: Practical Strategies for Development in Production | by Christabelle Pabalan | Nov, 2024

Overcoming LLM Challenges in Healthcare: Practical Strategies for Development in Production | by Christabelle Pabalan | Nov, 2024
Generative AI An article on the most common LLM development challenges I’ve encountered, effective mitigation strategies, and a career-defining interview ...
Read more

Classify Jira Tickets with GenAI On Amazon Bedrock | by Tanner McRae | Nov, 2024

Classify Jira Tickets with GenAI On Amazon Bedrock | by Tanner McRae | Nov, 2024
Replace traditional NLP approaches with prompt engineering and Large Language Models (LLMS) for Jira ticket text classification. A code sample ...
Read more

How to Create a RAG Evaluation Dataset From Documents | by Dr. Leon Eversberg | Nov, 2024

How to Create a RAG Evaluation Dataset From Documents | by Dr. Leon Eversberg | Nov, 2024
Automatically create domain-specific datasets in any language using LLMs Our automatically generated RAG evaluation dataset on the Hugging Face Hub ...
Read more

Paper Walkthrough: Attention Is All You Need | by Muhammad Ardi | Nov, 2024

Paper Walkthrough: Attention Is All You Need | by Muhammad Ardi | Nov, 2024
As the title suggests, in this article I am going to implement the Transformer architecture from scratch with PyTorch — ...
Read more