Desmystifying Curvelets
Learn what curvelets are what they can be used for. Follow me for more about signal processing and computing computing.- 26183Murphy2025-03-23
What Stops You From Getting Your First Data Science Job?
Walkthrough of the data science interview funnel and steps to get your first offer- 24316Murphy2025-03-23
Let's Talk About Math (for Data Scientists)
Our weekly selection of must-read Editors' Picks and original features- 28474Murphy2025-03-23
Time Series Forecasting with Facebook's Prophet in 10 Minutes – Part 1
Build a working model with 6 lines of code- 28142Murphy2025-03-23
Inverse Physics-Informed Neural Net
Solving inverse differential equation problems- 20329Murphy2025-03-23
SQL on Pandas – My New Favorite for 10X Speed.
Bringing the best of both worlds together- 21744Murphy2025-03-23
Transformers in depth – Part 1. Introduction to Transformer models in 5 minutes
Understanding Transformer architecture and its key insights in 5 minutes- 25497Murphy2025-03-23
The Portfolio that Got Me a Data Scientist Job
Spoiler alert: It was surprisingly easy (and free) to make- 22941Murphy2025-03-23
Making Language Models Similar to the Human Brain
There is still a gap between LMs and the human brain in NLP, inspiring AI to the latter could fill it- 24549Murphy2025-03-23
Hands-on Generative AI with GANs using Python: Image Generation
Learn how to implement GANs with PyTorch to generate synthetic images- 25120Murphy2025-03-23
Creating Fractals in Python
A dive into geometry, recurring algorithms and triangles... lots of them!- 30016Murphy2025-03-23
Deploying Multiple Models with SageMaker Pipelines
Applying MLOps best practices to advanced serving Options- 24104Murphy2025-03-23
Optimize Data Warehouse Storage with Views and Tables
The difference between tables and views and how to use them- 29345Murphy2025-03-23
Mastering Weather Predictions: Unleash the Power of AI with LSTM Deep Learning Models for Accurate
Predicting temperature trends with advanced deep learning techniques using LSTM- 29591Murphy2025-03-23
An Introduction to Covariance and Correlation
A gentle introduction to some very common measures of association- 21847Murphy2025-03-23
Step-by-Step Guide to Generate Synthetic Data by Sampling From Univariate Distributions.
Learn how to create synthetic data in case your project runs low on data or use it for simulations.- 20592Murphy2025-03-23
Plot Streaming Data with Python and Plotly Express
Tracking the ISS in real time- 27318Murphy2025-03-23
Deep GPVAR: Upgrading DeepAR For Multi-Dimensional Forecasting
Amazon's new Time-Series Forecasting model- 29723Murphy2025-03-23
Neural Graph Databases
A new milestone in graph data management- 25140Murphy2025-03-23
7 Steps to Help You Make Your Matplotlib Bar Charts Beautiful
Easily Improve the Quality of Your Matplotlib Data Visualisations With a Few Simple Tweaks- 24323Murphy2025-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.