We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
Scenario 1 - Medical Diagnosis: A healthcare provider wants to develop
a system that can diagnose diseases based on patient symptoms and
medical test results. Which machine learning approach would be most appropriate for this task, and what factors would influence the choice? Answer: - Supervised learning is most appropriate machine learning in this scenario because there are tons of diseases and their symptoms. The data of the disease and symptoms should properly label. So, here healthcare provider should develop supervised machine learning. The main factors are labelled data of disease or symptoms, medical data and cure of that disease. Scenario 2- Anomaly Detection in Manufacturing: A manufacturing company wants to detect anomalies in its production processes to identify potential defects or malfunctions. Which machine learning approach would be suitable for detecting anomalies in the manufacturing data, and how would it be implemented? Answer: - In this case, unsupervised machine learning is more suitable because here we do not need the labelled data to find the problem in the manufacturing. For example, we set up a wood cutting machine and develop an unsupervised system in a production company. We set it like that if there is any defect in a machine, it will stop it or turn the red light on.
Scenario 3 - Social Media Sentiment Analysis: A social media platform
wants to analyze user sentiments expressed in posts and comments to understand trends and user preferences. Which machine learning approach would be effective for sentiment analysis, and why? Answer: - Unsupervised is most appropriate machine learning in this scenario because here in social media there are billions of people on social media. Here they want to take a common overview or analysis of posts and comments not the sentiments of each and every people. Scenario 4 - Robot Navigation in Unknown Environments: A mobile robot needs to navigate and explore unknown environments to perform tasks such as search and rescue operations. Which machine learning approach would be most suitable for enabling the robot to learn and adapt its navigation strategy in real-time? Answer: - To explore the environments reinforcement machine learning is the best choice. In this case, Robot should have the ability to familiar with the surroundings.
Scenario 5 - Stock Price Prediction: A financial analyst wants to develop
a model to predict stock prices based on historical market data and external factors. Which machine learning approach would be appropriate for predicting stock prices, and what challenges might arise in this prediction task? Answer: - To predict the stock prices, a financial analyst needs to develop the supervised machine learning because here he needs the past labelled data to analysis the stock price fluctuations. The major issue can be a complexity to find the exact data.