Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Your are working in an AI tech consulting firm, mighty.ai . Recently a new client YogaSoda approach to . your company for helping with its
Your are working in an AI tech consulting firm, mighty.ai
Recently a new client YogaSoda approach to
your company for helping with its product inventory problem. YogaSoda produces and sells its soft drink product line via millions of its own vending machines across the US
Efficiently managing the inventory of each vendor machine based on customer selections poses a daunting challenge..
The project manager Bob Boss has conducted a detailed study with YogaSoda that leads to the following key findings:
A YogaSoda vending machine needs to manage its soda inventory efficiently based on customer selections.
Customers make choices without directly indicating their preferences.
The vending machine uses a sensor to detect whether a regular or diet soda is selected.and decided to design and deploy an AI
based inventory management software on each YogaSoda vendor machine to help it make intelligent decision in dynamic and uncertain environments.
Based on these findings, Boss Bob has come up with the following key product specification:
The AI software app shall estimate the most likely sequence of customer preferences, enabling the management of inventory for restocking and ensuring customer satisfaction.
It shall use the HMM with the Viterbi algorithm that allows the vending machine to decode the most likely sequence of customer choices.
This information is crucial for optimizing inventory levels, predicting future demand, and maintaining a balanced stock of regular and diet sodas.
The HMM assists in making informed decisions, especially when there is uncertainty about customer preferences over time.Now Bob Boss asks you to complete the following assignments that consists of two parts: mindson and handson
Problem #: the Mindson Part
What are the hidden states?
What are the observations?
What are the HMM parameters Initial State Probability, Transition Matrix, and Emission Matrix, respectively
Problem #:
You need to implement the AI app in Python that has the following functions:
Simulate customer choices and observations in the vending machine scenario
Apply the Viterbi algorithm to decode the most likely sequence of hidden states
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started