A Quantitative Approach to Product Market Fit (Python Code)

There was a time when I worked in data for a seed venture capital firm. Part of my job in the VC fund was to discuss with entrepreneurs the indicators of Product-Market Fit in their business. I used…

Interpretable Latent Spaces Using Space-Filling Vector Quantization

A new unsupervised method that combines two concepts of vector quantization and space-filling curves to interpret the latent space of DNNs.

How To Use Generative AI and Python to Create Designer Dummy Datasets

Have you ever had a need for a dataset that doesn’t easily exist? Wanted to easily generate data that matches your exact requirements for interviewing prospective data science candidates, software…

Exploration of Joint PMFs: Their Applications in Data Science (Part 1)

When dealing with discrete random variables, the joint probability mass function (PMF) is a fundamental concept in probability theory and statistics. Understanding it is crucial for analyzing the…

medium.com_towards-ai 2 weeks ago

Simple Streamlit Sliders: Intaractive Map Visuals with GPT-4 Prompting

Prompt engineering for interactive Python Streamlit maps. “Simple Streamlit Sliders: Intaractive Map Visuals with GPT-4 Prompting” is published by John Loewen, PhD in Towards AI.

medium.com_towards-ai 2 weeks ago

promptrefiner: using GPT-4 to create perfect system prompt

In this tutorial, we will explore promptrefiner: A tiny python tool I have created to create perfect system prompts for your local LLM, by using the help of the GPT-4 model. Crafting an effective and…

Reinforcement Learning: Introduction and Main Concepts

Reinforcement learning is a special domain in machine learning that differs a lot from the classic methods used in supervised or unsupervised learning. The beauty of reinforcement learning is that…

iTransformer: The Latest Breakthrough in Time Series Forecasting

The field of forecasting has seen a lot of activity in the realm of foundation models, with models like Lag-LLaMA, Time-LLM, Chronos and Moirai being proposed since the beginning of 2024. However…

This AI newsletter is all you need #94

For the past few weeks, we have been following an increased pace of voice and music AI model releases. In particular, Suno AI’s v3 music generation model was released two weeks ago and has gained…

Discover The Top 10 Most Used OpenAI GPTs

In November 2023, almost one year after ChatGPT 3 was released, OpenAI announced GPTs, allowing users to create and publish their own conversational chatbots, customized as per their instructions…