Machine Learning Articles
We’re curious people by nature. And we love to teach others what we’ve learned. So explore our blog to gain fresh insights from our expertise in areas ranging from culture to AI.
SEP Wins TechPoint’s 2024 Innovation Service Partner of the Year Mira Award
SEP Recognized as Indiana’s Top Innovation Service Partner, Winning TechPoint’s Prestigious Mira Award Westfield, Indiana - SEP has been named the Innovation Service Partner of the Year by TechPoint at the 25th annual Mira Awards. The Mira Awards, Indiana’s largest…
Read Full Post
Since OpenAI released ChatGPT in November 2022, AI has become the coolest (or at least, most used) acronym of the day. As a business leader, one might wonder what the terms thrown around mean and how to separate truth from hype. This post explains machine learning and AI terminology in simple language, to be able to […]
Read Full Post
How AI in Customer Service Helps Humans Do More Than Ever Before
AI is changing every facet of our lives, from the way we cook to the way we work. Customer service is the most important aspect of any business. It defines the relationship between business and customers. Like all aspects of work, AI is changing how we approach customer service. Full Automation? More Like Fool Automation […]
Read Full Post
How Autonomous AI Agents Leverage Text Completion Capabilities
This is the fourth post in a series that looks at how autonomous agents use generative AI models. Introduction The previous post showed how programmatic interactions with Open AI’s language models function. In this post, we’ll look at how two different autonomous agents (BabyAGI and Auto-GPT) leverage these capabilities. Agents like these provide a way […]
Read Full Post
Chatting With A LLM – Using the Open AI APIs
This is the third post in a series that looks at how autonomous agents use generative AI models. Introduction The previous post discussed how the text completion and chat completion capabilities work generally. It also showed some examples of prompts and responses. In this post, we’ll see how to use Open AI’s API to perform […]
Read Full Post
Probabilistic Chatting – How Text Completions and Chat Completions Work Behind the Scenes
This is the second post in a series that looks at how autonomous agents use generative AI models. Introduction The previous post introduced transformers and how they impacted recent natural language processing (NLP) developments. In this post, we’ll take a look at how this sort of transformer model works with completion and chat completion interactions. […]
Read Full Post
The Rise of Transformers-An Introduction to AI Transformers and LLMs
This is the first post in a series that looks at how autonomous agents use generative AI models. Introduction The past few years have included rapid advancements in the field of artificial intelligence (AI). These advancements are particularly demonstrable in the natural language processing (NLP) domain. Newer transformer based models have demonstrated remarkable capabilities in […]
Read Full Post
Identifying AI Opportunities: A Hypothetical Case Study
Previously, we discussed how there is a large class of business problems that AI can address. Here, we’re going to follow up that thought with a hypothetical case study. In particular, we’ll look at how AI could be part of a product for addressing elder care. When we hear elder care and artificial intelligence some remarkable […]
Read Full Post
Identifying AI Opportunities
We often hear or read that artificial intelligence will change the world as we know it. This misses the mark; AI has changed the world that we live in forever. It isn’t some futuristic technology that will alter our lives someday. It’s a feature in products that we interact with today. Artificial intelligence isn’t a […]
Read Full Post
DIY AI: Sentiment Analysis P2: Implementation
Blog Post Written By: Lisa Lo Once again, we’re back to discuss sentiment analysis. In our last post, we went over what sentiment analysis is, why it’s useful, and the main approaches to solving sentiment analysis. Now, with all that knowledge in hand, it’s time to start coding our own sentiment analyzers! Setup You’ll need […]
Read Full Post