AutoGluon-TimeSeries: Every Time Series Forecasting Model In One Library
A powerful library by Amazon - coding example included- 25982Murphy2025-03-22
Lead Data Engineer Career Guide
Knowledge and skills for successful data leadership- 26229Murphy2025-03-22
Deploying LLM Apps to AWS, the Open-Source Self-Service Way
A step-by-step guide on deploying LlamaIndex RAGs to AWS ECS fargate- 22154Murphy2025-03-22
Can LLMs Replace Data Analysts? Learning to Collaborate
Part 3: Teaching the LLM agent to pose and address clarifying questions- 26793Murphy2025-03-22
How to Use LLMs in Unity
Integrating Large Language Models in the Unity engine with LLMUnity- 26995Murphy2025-03-22
Examining the Influence Between NLP and Other Fields of Study
A cautionary note on how NLP papers are drawing proportionally less from other fields over time- 25485Murphy2025-03-22
LLMs Are Dumber Than a House Cat
Can they replace you anyway?- 27844Murphy2025-03-22
Probabilistic Data Structures Decoded: Enhancing Performance in Modern Computing
The Ultimate Guide to Understanding and Implementing Bloom Filters and Count Min Sketch in Python- 20635Murphy2025-03-22
Conditional Variational Autoencoders with Learnable Conditional Embeddings
An approach to add conditions to CVAE models without retraining- 26766Murphy2025-03-22
Unlearning to Build Great AI Apps
Product strategies from Classical ML to adapt (or ditch) for the generative AI world- 20408Murphy2025-03-22
5 More Snowflake Query Tricks You Should Be Using
Even fewer lines, and faster execution time, and some NLP- 22778Murphy2025-03-22
Group Equivariant Self-Attention
Injecting geometric priors into the Transformer model- 24136Murphy2025-03-22
How I Won a $10,000 Essay Writing Contest
Communication in Data Science- 28857Murphy2025-03-22
How to use Causal Inference when A/B testing is not available
Evaluating ad targeting product using causal inference: propensity score matching!- 26308Murphy2025-03-22
Understand Data Warehouse: Query Performance
Deciphering SQL Query Performance: A Practical Analysis in Data Warehousing and Database Management Systems- 23491Murphy2025-03-22
How to Build a Semantic Search Engine for Emojis
Find The Sentiment You're Looking For- 22574Murphy2025-03-22
From Adaline to Multilayer Neural Networks
Setting the foundations right- 28731Murphy2025-03-22
Out-of-Office Emails Are Boring: Making Them Pop with Generative AI
I just couldn't get myself to write yet another boring out-of-office message, so I developed an AI-powered app.- 29837Murphy2025-03-22
Solve the GPT Branching Problem with an Artifact Pipeline
"Create an app to help me meal plan for the week." Imagine if you could ask ChatGPT to implement a full app and provide it as a download. The technology isn’t powerful enough for that yet, but AI can already automate parts of the workflow,- 29900Murphy2025-03-22
Sklean Tutorial: Module 5
Decision trees are actually simple.- 20891Murphy2025-03-22
The current state of continual learning in AI
Why is ChatGPT only trained up until 2021?Optimizing Pandas Code: The Impact of Operation Sequence
Learn how to rearrange your code to achieve significant speed improvements.