| Transport |One of the major challenges in transportation is reducing waiting times. Therefore, our goal is to establish a bus schedule that optimizes fuel consumption and ensures timely arrivals at bus stops.| We can track attendance through pictures taken by the security camera in class, or by tracking bluetooth/wifi addresses of student mobile phones in class. Exam data is already available in the university database. | In case we track security camera images - we need to store a few (5-10) photographs during class (unstructured data), and then use AI to identify faces of students (convert data to structured form). | We can compute average attendance data for each student, and see if there is any correlation with exam grades. We will talk more about correlation in [probability and statistics](../../04-stats-and-probability/README.md) section. In order to stimulate student attendance, we can publish the weekly attendance rating on school portal, and draw prizes among those with highest attendance. |
| Vaccination | | | | |
| Productivity | | | | |
| Transport |One of the major challenges in transportation is reducing waiting times. Therefore, our goal is to establish a bus schedule that optimizes fuel consumption and ensures timely arrivals at bus stops.| We can collect data on passenger registrations at the bus stop station, which would allow us to determine the number of people entering the station and the waiting time they experience until the bus arrives. | We can collect the data through a web service, where batches of information are sent every hour to store the data in a database. (structured data) | We can obtain a time schedule that allows us to identify periods of longer waiting times and periods when the buses have fewer passengers, resulting in higher costs for the enterprise. Using this information, we can establish a flexible schedule based on the collected data, enabling us to predict the optimal times to dispatch buses. This approach aims to minimize both passenger waiting time and operational costs for the enterprise. |
| Sports | Explore the potential correlation between fair play and winning in a specific sport. | Achieving victories and analyzing game fouls. | We can gather data from websites containing team information and store it in a structured database. | We can ultimately determine whether there is a correlation between these two variables. Additionally, we can establish new rules for the game to promote fairness, thereby enabling fairer teams to achieve more winning games.|
| Storage Management | How can we establish an effective delivery schedule to ensure a consistent inventory level in our stores? | In order to establish an effective delivery schedule and maintain optimal inventory levels in our stores, it is crucial to gather comprehensive buying data, including the date of purchase and specific details such as promotional offers or one-time discounts.| The data can be efficiently collected and extracted from a robust accounting software that captures detailed information on sales transactions.| We can analyze and identify the products with high turnover rates, as well as those that have lower sales performance.Additionally, we can determine the optimal timing for product deliveries to ensure that we maintain adequate inventory levels and minimize the risk of running out of stock.|
> *We provide just one answer as an example, so that you can get an idea of what is expected in this assignment.*