Improving Hebrew Q&A Models via Prompting
Using the OpenAI API and Pinecone DB- 24338Murphy2025-03-23
Solving The Taxi Environment With Q-Learning – A Tutorial
A Python implementation of Q-learning to solve the Taxi-v3 environment from OpenAI Gym in an animated Jupyter Notebook- 29004Murphy2025-03-23
Singular Value Decomposition vs Eigendecomposition for Dimensionality Reduction
Performing PCA using both methods and comparing the results- 25211Murphy2025-03-23
Clean Code in PyTorch: Best Practices for Readable ML
Five Tips for Writing Clean, Efficient and readable Code in PyTorch- 29570Murphy2025-03-23
3 Unique Charts You Wouldn't Think Were Created with Matplotlib
Utilising Python's Matplotlib to Create Advanced Data Visualisations- 20971Murphy2025-03-23
Anomaly Detection using Sigma Rules (Part 5) Flux Capacitor Optimization
To boost performance, we implement a forgetful bloom filter and a custom Spark state store provider- 23337Murphy2025-03-23
Learning Math Through Code: Derivatives
Gain a deeper understanding of derivatives with Python- 22181Murphy2025-03-23
How to Use Large Language Models (LLM) in Your Own Domains
Canonical and research-proven techniques to adapt large language models to domain specific tasks and the intuition of their effectiveness.- 27761Murphy2025-03-23
Predicting Drug Resistance in Mycobacterium Tuberculosis Using a Convolutional Network - Paper…
Neural networks can improve prediction in drug resistance prediction of pathogens- 20268Murphy2025-03-23
Creating Geospatial Heatmaps With Python's Plotly and Folium Libraries
Two Great Python Options for Visualising Geospatial Variation- 21133Murphy2025-03-23
Linear Algebra: Orthogonal Vectors
Part 6: A Gentle Introduction to Orthogonal Vectors- 24672Murphy2025-03-23
Create MySQL and Postgres instances using AWS Cloudformation
Infrastructure as Code for database practitioners- 23091Murphy2025-03-23
Svelte & Data Visualisation
Creating interactive bar chart with Svelte- 29474Murphy2025-03-23
The easiest way to UPSERT with SQLAlchemy
One command to both INSERT new data and UPDATE existing records in your database- 23242Murphy2025-03-23
Python To SQL – I Can Now Load Data 20X Faster
The good, bad, and ugly ways of uploading large batches of data- 25973Murphy2025-03-23
Natural Language Fundamentals – Intro & Implementation of Sentiment Analysis, Machine Tra
Multilingual language modeling in the Natural Language space.- 29361Murphy2025-03-23
Train your ML models on GPU changing just one line of code
Utilize cuML and ATOM to make your machine learning pipelines blazingly fast- 24331Murphy2025-03-23
Hands on Otsu Thresholding Algorithm for Image Background Segmentation, using Python
From theory to practice with the Otsu thresholding algorithm- 24494Murphy2025-03-23
Digital Marketing Analysis with Python and MySQL
A digital marketing analytics exercise with explained step-by-step code in both SQL and Python environments.- 27978Murphy2025-03-23
Python getattr() Function Explained – PyShark
In this article we will explore how to use the Python getattr() function.- 29852Murphy2025-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.