π When (Not) to Use Vector DB
π Category: LARGE LANGUAGE MODELS
π Date: 2025-12-16 | β±οΈ Read time: 8 min read
When indexing hurts more than it helps: how we realized our RAG use case neededβ¦
#DataScience #AI #Python
π Category: LARGE LANGUAGE MODELS
π Date: 2025-12-16 | β±οΈ Read time: 8 min read
When indexing hurts more than it helps: how we realized our RAG use case neededβ¦
#DataScience #AI #Python
β€2
π Separate Numbers and Text in One Column Using Power Query
π Category: DATA SCIENCE
π Date: 2025-12-16 | β±οΈ Read time: 6 min read
An Excel sheet with a column containing numbers and text? What a mess!
#DataScience #AI #Python
π Category: DATA SCIENCE
π Date: 2025-12-16 | β±οΈ Read time: 6 min read
An Excel sheet with a column containing numbers and text? What a mess!
#DataScience #AI #Python
β€1π1
π The Machine Learning βAdvent Calendarβ Day 16: Kernel Trick in Excel
π Category: MACHINE LEARNING
π Date: 2025-12-16 | β±οΈ Read time: 8 min read
Kernel SVM often feels abstract, with kernels, dual formulations, and support vectors. In this article,β¦
#DataScience #AI #Python
π Category: MACHINE LEARNING
π Date: 2025-12-16 | β±οΈ Read time: 8 min read
Kernel SVM often feels abstract, with kernels, dual formulations, and support vectors. In this article,β¦
#DataScience #AI #Python
π Lessons Learned After 8 Years of Machine Learning
π Category: MACHINE LEARNING
π Date: 2025-12-16 | β±οΈ Read time: 7 min read
Deep work, over-identification, sports, and blogging
#DataScience #AI #Python
π Category: MACHINE LEARNING
π Date: 2025-12-16 | β±οΈ Read time: 7 min read
Deep work, over-identification, sports, and blogging
#DataScience #AI #Python
β€1
π A Practical Toolkit for Time Series Anomaly Detection, Using Python
π Category: DATA SCIENCE
π Date: 2025-12-17 | β±οΈ Read time: 9 min read
Hereβs how to detect point anomalies within each series, and identify anomalous signals across theβ¦
#DataScience #AI #Python
π Category: DATA SCIENCE
π Date: 2025-12-17 | β±οΈ Read time: 9 min read
Hereβs how to detect point anomalies within each series, and identify anomalous signals across theβ¦
#DataScience #AI #Python
π The Machine Learning βAdvent Calendarβ Day 17: Neural Network Regressor in Excel
π Category: MACHINE LEARNING
π Date: 2025-12-17 | β±οΈ Read time: 7 min read
Neural networks often feel like black boxes. In this article, we build a neural networkβ¦
#DataScience #AI #Python
π Category: MACHINE LEARNING
π Date: 2025-12-17 | β±οΈ Read time: 7 min read
Neural networks often feel like black boxes. In this article, we build a neural networkβ¦
#DataScience #AI #Python
π Production-Grade Observability for AI Agents: A Minimal-Code, Configuration-First Approach
π Category: AGENTIC AI
π Date: 2025-12-17 | β±οΈ Read time: 12 min read
LLM-as-a-Judge, regression testing, and end-to-end traceability of multi-agent LLM systems
#DataScience #AI #Python
π Category: AGENTIC AI
π Date: 2025-12-17 | β±οΈ Read time: 12 min read
LLM-as-a-Judge, regression testing, and end-to-end traceability of multi-agent LLM systems
#DataScience #AI #Python
π 3 Techniques to Effectively Utilize AI Agents for Coding
π Category: LLM APPLICATIONS
π Date: 2025-12-17 | β±οΈ Read time: 8 min read
Learn how to be an effective engineer with coding agents
#DataScience #AI #Python
π Category: LLM APPLICATIONS
π Date: 2025-12-17 | β±οΈ Read time: 8 min read
Learn how to be an effective engineer with coding agents
#DataScience #AI #Python
β€1
π 4 Ways to Supercharge Your Data Science Workflow with Google AI Studio
π Category: LLM APPLICATIONS
π Date: 2025-12-18 | β±οΈ Read time: 11 min read
With concrete examples of using AI Studio Build mode to learn faster, prototype smarter, communicateβ¦
#DataScience #AI #Python
π Category: LLM APPLICATIONS
π Date: 2025-12-18 | β±οΈ Read time: 11 min read
With concrete examples of using AI Studio Build mode to learn faster, prototype smarter, communicateβ¦
#DataScience #AI #Python
β€2
π The Subset Sum Problem Solved in Linear Time for Dense Enough Inputs
π Category: ALGORITHMS
π Date: 2025-12-18 | β±οΈ Read time: 31 min read
An optimal solution to the well-known NP-complete problem, when the input values are close enoughβ¦
#DataScience #AI #Python
π Category: ALGORITHMS
π Date: 2025-12-18 | β±οΈ Read time: 31 min read
An optimal solution to the well-known NP-complete problem, when the input values are close enoughβ¦
#DataScience #AI #Python
β€2
π Generating Artwork in Python Inspired by Hirstβs Million-Dollar Spots Painting
π Category: PROGRAMMING
π Date: 2025-12-18 | β±οΈ Read time: 6 min read
Using Python to generate art
#DataScience #AI #Python
π Category: PROGRAMMING
π Date: 2025-12-18 | β±οΈ Read time: 6 min read
Using Python to generate art
#DataScience #AI #Python
β€2
π The Machine Learning βAdvent Calendarβ Day 18: Neural Network Classifier in Excel
π Category: MACHINE LEARNING
π Date: 2025-12-18 | β±οΈ Read time: 12 min read
Understanding forward propagation and backpropagation through explicit formulas
#DataScience #AI #Python
π Category: MACHINE LEARNING
π Date: 2025-12-18 | β±οΈ Read time: 12 min read
Understanding forward propagation and backpropagation through explicit formulas
#DataScience #AI #Python
β€1
π The Machine Learning βAdvent Calendarβ Day 19: Bagging in Excel
π Category: MACHINE LEARNING
π Date: 2025-12-19 | β±οΈ Read time: 11 min read
Understanding ensemble learning from first principles in Excel
#DataScience #AI #Python
π Category: MACHINE LEARNING
π Date: 2025-12-19 | β±οΈ Read time: 11 min read
Understanding ensemble learning from first principles in Excel
#DataScience #AI #Python
π Agentic AI Swarm Optimization using Artificial Bee Colonization (ABC)
π Category: AGENTIC AI
π Date: 2025-12-19 | β±οΈ Read time: 27 min read
Using Agentic AI prompts with the Artificial Bee Colony algorithm to enhance unsupervised clustering andβ¦
#DataScience #AI #Python
π Category: AGENTIC AI
π Date: 2025-12-19 | β±οΈ Read time: 27 min read
Using Agentic AI prompts with the Artificial Bee Colony algorithm to enhance unsupervised clustering andβ¦
#DataScience #AI #Python