Ensemble Averaging in Medical Signal Processing
Simple yet so powerful method- 26462Murphy2025-03-23
Whisper JAX vs PyTorch: Uncovering the Truth about ASR Performance on GPUs
Deep Dive into Automatic Speech Recognition: Benchmarking Whisper JAX and PyTorch Implementations Across Platforms- 22252Murphy2025-03-23
PyCon gems: A curated selection of exceptional talks from PyCon DE 2023
LLMs in isolation are not the future.- 25432Murphy2025-03-23
Data Analysis Made Easy: Using LLMs to Automate Tedious Tasks
Data analysis can be equal parts challenging and rewarding. From cleaning messy datasets to building complex models, there's always a lot...- 29525Murphy2025-03-23
Predict the Limits of Human Performance with Python
Modeling exponential decay with SciPy- 28101Murphy2025-03-23
What is the difference between UNION and JOIN in SQL?
5 minute guide to UNION, EXCEPT and INTERSECT in SQL- 27260Murphy2025-03-23
The Ultimate Ndarray Handbook: Mastering the Art of Scientific Computing with Rust
An overview of different Rust's built-in data structures and a deep dive into the Ndarray library- 22592Murphy2025-03-23
Analyze performance when aggregating data in Power BI and DAX Queries
We aggregate data in Power BI all the time. Here I show you how to write queries in DAX to summarize columns to aggregate data- 26657Murphy2025-03-23
It's Finally Time to Say Goodbye to "git checkout"
"Git switch" and "git restore" are here to stay- 20495Murphy2025-03-23
TranSPormer: A Transformer Network for the Travelling Salesman Problem
An original approach to tackle TSP leveraging a Transformer neural network- 26852Murphy2025-03-23
How I Stay Up to Date With the Latest AI Trends as a Full-Time Data Scientist
No, I don't just ask ChatGPT to tell me- 26134Murphy2025-03-23
Exploratory Correlational Analysis in R
Painless and tidyverse-friendly correlational analysis using rstatix- 21014Murphy2025-03-23
Automatically Managing Data Pipeline Infrastructures With Terraform
I know the manual work you did last summer- 22137Murphy2025-03-23
Why and How to Adjust P-values in Multiple Hypothesis Testing
P-values below a certain threshold are often used as a method to select relevant features. Advice below suggests how to use them correctly.- 22885Murphy2025-03-23
Data Quality Auditing: A Comprehensive Guide
Exploring how to leverage the Python eco-system for data quality auditing- 25287Murphy2025-03-23
Beyond the Basics: Reinforcement Learning with Jax – Part I: Introduction and Core Concepts
An overview of the Reinforcement Learning fundamentals: Markov Decision Processes, Policies, and Value Functions- 23990Murphy2025-03-23
Turn GPT-4 into a Poker Coach
Unleashing Creativity Beyond Chatbot Boundaries- 23605Murphy2025-03-23
How to Build Simple ETL Pipelines With GitHub Actions
ETLs don't have to be complex. If that's the case, use GitHub Actions.- 27956Murphy2025-03-23
What I Learned in my First Year as a Director of Data Science
The continued and constant learnings on managing data science teams outside of tech- 29123Murphy2025-03-23
Time Series for Climate Change: Forecasting Energy Demand
How to use time series analysis and forecasting to tackle climate change- 26932Murphy2025-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.