The problem of LLM reliability and validation
At waypost.ai we have built an in-house method for Question and Answering using LLM technologies to not only answer questions about an application but to guide users by telling them…
At waypost.ai we have built an in-house method for Question and Answering using LLM technologies to not only answer questions about an application but to guide users by telling them…
LLMs are very poor at math, even if you happen to add a math textbook to its dataset. It will not learn to do calculations well. This teachback article will…
It has recently become possible to alter any audio file to sound like a famous artist by the proces of altering the original file with deep learning. This model is…
Oddly enough I couldn’t find anything like a proper AI Tarot card reading game online so ofcource I had to build it. Tarot reading games seem simple to implement. Building…
Question answering (QA) is a NLP technique that allows machines to answer questions in natural language. It uses various approaches such as rule-based, information retrieval-based, and machine learning-based systems, including…
This page gives a quick overview of the main points to pay attention to when optimizing code for speed and simplicity. For this example I optimize code from a previous…
A haiku is a short poem originating from Japan. It follows very specific rules to qualify as a haiku. First, it consists of three phrases. The first line has 5…