Can ChatGPT recommend movies with machine learning
Fun journey to test ChatGPT's limits in the context of recommendation- 22827Murphy2025-03-23
Pytest Tutorial: An Introduction To Unit Testing
How to use Pytest fixtures and mock for unit testing- 23202Murphy2025-03-23
Running Python via Excel VBA -a Case of Time Series Resampling
A comprehensive assessment of time series resampling of solar irradiance using VBA, using Python, and using Python via Excel VBA- 26062Murphy2025-03-23
Python Pandas to Polars: Data Filtering
You may need to make the transition soon- 20354Murphy2025-03-23
Dynamic Conformal Intervals for any Time Series Model
Apply and dynamically expand an interval using backtesting- 23025Murphy2025-03-23
How to Do Fuzzy String Matching in Pandas Dataframes
Matching text where there's no perfect match- 28655Murphy2025-03-23
Introduction to Genetic Algorithms
Discover the power of evolutionary computing and how to apply it to everyday problems- 25252Murphy2025-03-23
Nested Dictionary Python – A Complete Guide to Python Nested Dictionaries
How to work with Nested Dictionary in Python? This article teaches you everything you need to know about Python Nested Dictionaries.- 26967Murphy2025-03-23
Build Elegant Web Apps Right From Jupyter Notebook with Mercury
Notebooks to beautiful web apps in no time- 26179Murphy2025-03-23
Unlock the Power of Audio Data: Advanced Transcription and Diarization with Whisper, WhisperX, and
Streamline Audio Analysis with State-of-the-Art Speech Recognition and Speaker Attribution Technologies- 20520Murphy2025-03-23
Using DeepFace for Face Recognition
Learn how to perform face recognition without needing to train your own model- 23713Murphy2025-03-23
Raise Awareness about Climate Change with ggplot2
Learn to plot historical weather data effectively- 29388Murphy2025-03-23
Shaping Your Data with SQL
Improve & optimize your data analytical process with different techniques for data shaping- 25458Murphy2025-03-23
Urban Resilience: Tirana, a Case Study [Part 1]
Quantifying urban resilience in Tirana: power law distributions, self-organizing cities and sustainable population dynamics- 28209Murphy2025-03-23
Fine-tune a Large Language Model with Python
Learn how to fine-tune a BERT from scratch on a custom dataset- 30143Murphy2025-03-23
Use These Methods to Make Your Python Concurrent Tasks Perform Better
Best practices for asyncio.gather, asyncio.as_completed, and asyncio.wait- 22440Murphy2025-03-23
Writing Songs with GPT-4: Part 1, Lyrics
How to use the latest language model from OpenAI to help write lyrics for original songs- 27786Murphy2025-03-23
A Lean Data Pipeline by Example
Powerful cloud data platforms like Snowflake and Databricks change how we think about normal forms and data warehousing- 26536Murphy2025-03-23
Implement NLP Tasks Using Hugging Face
An introductory tutorial to use Hugging Face for NLP tasks.- 27200Murphy2025-03-23
6 Python Best Practices that Distinguish Senior Developers from Juniors
How to write Python code that is perceived as coming from an experienced developer.- 25573Murphy2025-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.