0% found this document useful (0 votes)
2 views3 pages

Assignment Foundations of Machine Learning 1

The document provides an overview of machine learning, explaining its definition and key concepts such as supervised, unsupervised, and reinforcement learning. It discusses the application of machine learning in predicting diabetes using supervised learning and probabilistic models, as well as its use in daily life through shopping apps. The reflection highlights how machine learning enhances user experience by analyzing data and adapting to changing patterns.

Uploaded by

Clinton Mike
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views3 pages

Assignment Foundations of Machine Learning 1

The document provides an overview of machine learning, explaining its definition and key concepts such as supervised, unsupervised, and reinforcement learning. It discusses the application of machine learning in predicting diabetes using supervised learning and probabilistic models, as well as its use in daily life through shopping apps. The reflection highlights how machine learning enhances user experience by analyzing data and adapting to changing patterns.

Uploaded by

Clinton Mike
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

File Name: Clinton Ifire :Foundations of Machine Learning 1

Course Name: ICT


Instructor: Joseph
Submission Date: 1st May 2025

Section A: Understanding Concepts (5pts)

1. What is machine learning?


Machine learning is when a computer learns how to do things by studying data instead
of being given step-by-step instructions. For example, it can learn to tell whether a
message is spam or not by looking at lots of past examples.

2. Difference between supervised, unsupervised, and reinforcement


learning:

Supervised learning is when the computer learns from examples that already have the
answers. Like training it with pictures of animals where each one is labeled as a cat or
dog.

Unsupervised learning is when the computer is given data without labels and it has to
figure out patterns on its own. For example, grouping people by their interests.

Reinforcement learning is when the computer learns by doing something and getting
rewards or penalties. Like a game where it gets points for doing well and learns to do
better each time.
3. Difference between logical, geometric, and probabilistic models :

Logical models use rules or conditions to make decisions.

Geometric models look at things like distance and space in the data to make decisions.

Probabilistic models make predictions based on the chances of something happening.

Section B: Application (5pts)

4. Predicting diabetes:
a. I would go with supervised learning because we’re using data that already has known
results (people who have or don’t have diabetes), so the system can learn from that to
make future predictions.

b. A probabilistic model would be a good fit here, like logistic regression, because we
want to know how likely it is for someone to be at risk of diabetes based on things like
age and weight.

Section C: Reflection (10pts)

5. Use of ML in daily life – Example: Shopping apps

a. A good example is when shopping apps suggest products you might like. They learn
from what you’ve bought or searched for. This could involve both supervised learning
(based on your past choices) and unsupervised learning (grouping similar users
together).

b. This task fits machine learning well because there’s a lot of user data and patterns
that keep changing, which would be hard for a human to keep up with. ML helps the app
stay up to date and give better suggestions.

You might also like