How Transformers Write Stories Exploring Fabled.AI's transformer-based story and art generator By Matt Eland on Dec. 6, 2022 For as long as I can remember, I’ve heard chatter and speculation as to whether or not artificial intelligence will ever be able to write compelling stories. I tell you that through the magic of transformers they now can.
Teaching Artificial Intelligence to Lie at Card Games Applying Probabilistic Modelling to One Night Ultimate Werewolf By Matt Eland on Dec. 4, 2022 I taught an AI to lie at my favorite card game using probabilistic modelling techniques.
Using the Pandas apply function to add columns to DataFrames Running Python functions on every row in a DataFrame By Matt Eland on Nov. 12, 2022 Sometimes with Pandas you just need to run a function against every row of the DataFrame. Apply lets you do that. Let’s see how it works.
Azure Bot Services for Multi-Channel Chatbots Deploy Conversational AI Bots for Web, Slack, Teams, and more By Matt Eland on Nov. 5, 2022 Let’s explore the Azure Bot Service and the multi-channel chatbot capabilities it offers
Appending Rows to a Pandas DataFrame Progressively Adding rows to grow your DataFrame bit by bit By Matt Eland on Oct. 28, 2022 Recently, I needed to add new rows to a Pandas DataFrame. This short article walks you through how to do just that.