TextbookQ&a(M1)
TextbookQ&a(M1)
Module O1
1. Why is machine learning needed for business organizations?
Machine learning helps businesses make better decisions, automate tasks, improve
customer experiences, and detect patterns in data to increase efficiency and profits.
How do we detect patterns in data : We detect patterns in data by using techniques like
data visualization, statistical analysis, and machine learning algorithms. These methods
help find trends, correlations, and hidden insights.
Example:
(i) A shopping website analyses customer purchases and notices that people who buy
phones often buy phone cases too. This pattern helps the website recommend phone cases
to customers, increasing sales.
(ii) if a store notices that more ice cream is sold on hot days, this is a pattern that can be
used to predict future sales.
2. List out the factors that drive the popularity of machine learning.
Big Data: More data is available for analysis.
Computing Power: Faster and cheaper computers.
Better Algorithms: More accurate and efficient models.
Automation: Reduces manual work and improves efficiency.
Business Benefits: Helps in decision-making and customer insights.
AI Growth: Used in self-driving cars, chatbots, and more.
Personalization: Improves user experience in apps and websites.
3. What is a model?
A model in machine learning is a program that learns from data to make predictions or
decisions. It identifies patterns in the data and applies them to new inputs.
Example:
A spam detection model learns from past emails (spam and non-spam) to classify new
emails correctly.
10. List out the differences between labelled and unlabelled data.
11. Point out the differences between supervised and unsupervised learning.
12. What are the differences between classification and regression?
13. What is a semi-supervised learning?
14. List out the differences between reinforced learning and supervised learning.
15. List out important classification and clustering algorithms.
16. List out at least five major applications of machine learning.
Explain in detail:
1. Explain in detail the machine learning process model.
2. List out and briefly explain the classification algorithms.
3. List out and briefly explain the unsupervised algorithms.
4. Let us assume a regression algorithm generates a model y = 0.54 + 0.66 x for data
pertaining to week sales data of a product. Here, x is the week and y is the product
sales. Find the prediction for the 5th and 8th week.