How to Build a Multi-GPU System for Deep Learning in 2023
This story provides a guide on how to build a multi-GPU system for deep learning and hopefully save you some research time and...- 20497Murphy2025-03-23
Ant Colony Optimization in Action
Solving optimization problems and enhancing results with ACO in Python- 22357Murphy2025-03-23
Something-of-Thought in LLM Prompting: An Overview of Structured LLM Reasoning
Chain-of-Thought (CoT), Tree-of-Thought (ToT), Graph-of-Thought (GoT), and beyond, ... What are these thoughts?- 27388Murphy2025-03-23
Balancing Innovation With Safety & Privacy in the Era of Large Language Models (LLM)
A Guide to Implement Safety, and Privacy Mechanisms for your Generative AI applications- 23933Murphy2025-03-23
Understanding SQL: Getting Started with Window Functions
Get more from your aggregations by using SQL window functions- 26846Murphy2025-03-23
What Does It Mean When Machine Learning Makes a Mistake?
Do our definitions of "mistake" make sense when it comes to ML/AI? If not, why not?- 27556Murphy2025-03-23
PyTorch Model Performance Analysis and Optimization – Part 6
How to Identify and Analyze Performance Issues in the Backward Pass with PyTorch Profiler, PyTorch Hooks, and TensorBoard- 27673Murphy2025-03-23
Unlocking the Power of Facial Blurring in Media: A Comprehensive Exploration and Model Comparison
Comparison of various face detection and blurring algorithms- 24972Murphy2025-03-23
How to Use the T-Test and its Non-Parametric Counterpart
Do you really understand this test you likely learned in high school?- 24134Murphy2025-03-23
How To Automatically Import And Combine Multiple Files In R
Stop wasting your time manually importing multiple files- 26159Murphy2025-03-23
Make a Punchcard Plot with Seaborn
Quickly identify cyclical trends- 26226Murphy2025-03-23
7 Visualizations with Python to Handle Multivariate Categorical Data
Ideas for displaying complex categorical data in simple ways.- 29492Murphy2025-03-23
Estimating Total Experimentation Impact
How to control for false-discovery and selection biases when measuring your organization's total impact- 27350Murphy2025-03-23
How Can AI Be Used to Predict AND Explain Student Performance?
Can AI be used to curb year repetition rates and improve education?- 23672Murphy2025-03-23
10 Ways to Improve the Performance of Retrieval Augmented Generation Systems
Tools to go from prototype to production- 28749Murphy2025-03-23
A Foundation Model for Medical AI
Introducing PLIP, a foundation model for pathology- 21217Murphy2025-03-23
Identifying and Leveraging Leading Indicators for Time Series Forecasting
Using Granger Causality and SARIMAX Models- 29439Murphy2025-03-23
Matrix Approximation in Data Streams
Approximate a matrix without having all of its rows- 20924Murphy2025-03-23
Transformers – Intuitively and Exhaustively Explained
Exploring the modern wave of machine learning: taking apart the transformer step by step- 25697Murphy2025-03-23
Translating Terms with LLMs (GPT and Vertex AI/Google Bard)
Can LLMs like ChatGPT accurately make translations better than humans? What options of LLMs do we have to work with? Learn more about using...- 23136Murphy2025-03-23
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.