by Dr. Owns | Aug 18, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
Turning raw clinical notes into structured entities with LLMs. The post Can LangExtract Turn Messy Clinical Notes into Structured Data? appeared first on Towards Data Science. Turning raw clinical notes into structured entities with LLMs. The post Can LangExtract...
by Dr. Owns | Aug 18, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
Modular arithmetic is a mathematical system where numbers cycle back to the beginning after reaching a value called the modulus. The system is often referred to as “clock arithmetic” due to its similarity to how analog 12-hour clocks represent time. This article...
by Dr. Owns | Aug 18, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
Since its inception in PyTorch 2.0 in March 2023, the evolution of torch.compile has been one of the most exciting things to follow. Given that PyTorch’s popularity was due to its “Pythonic” nature, its ease of use, and its line-by-line (a.k.a., eager) execution, the...
by Dr. Owns | Aug 18, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
What if the output of a measure mustn’t be above a specific limit? How can we ensure that the total is calculated correctly? This piece is about correctly calculating and summarizing such output. The post How to Correctly Apply Limits on the Result in DAX (and SQL)...
by Dr. Owns | Aug 18, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
Improve your LLM by optimizing its context The post How to Create Powerful LLM Applications with Context Engineering appeared first on Towards Data Science. Improve your LLM by optimizing its context The post How to Create Powerful LLM Applications with Context...
by Dr. Owns | Aug 14, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
Learn LangGraph fundamentals from Google’s open-source full-stack implementation The post LangGraph 101: Let’s Build A Deep Research Agent appeared first on Towards Data Science. Learn LangGraph fundamentals from Google’s open-source full-stack implementation The...