You are on page 1of 8

Evidence Sheet

Chapter 2: Data & Analysis

Student Name: Ebrahim Ahmed

Student ID: 2013152644

Class: 9-2 adv


GC2.1 Activity 2.2.1
Conduct research on how the UAE used artificial intelligence and smart solutions as part of its strategy to control the spread of COVID-19.

Robots and drones were used to Abu Dhabi Government is using


electronic wristbands as
sterilize streets.
part of its effort to enforce
Devices that spray mist as paramedics isolation and reduce the spread
walked through them were used to
of COVID-19. The device serves as
a tracing and monitoring
sanitize them. The device detects tool and is linked to the COVID-19
movements and sprays the disinfectant testing and tracing app,
Al Hosn and will be used to make
only when a person passes through it; sure that self-isolating
thus, saving energy people actually stay at home
GC2.1 Activity 2.2.5
Differentiate between the three types of machine learning algorithm

Supervised Learning Unsupervised Learning Reinforcement Learning

Unsupervised learning •Reinforcement learning is


•In Supervised
is a type of machine a type of learning that is
learning, machines
learning in which based on interaction with
are trained using
models are trained environments.
“labelled” training
using an “unlabeled” Reinforcement learning is
data. Using the
dataset and are the trial–and–error
labelled data,
allowed to act on that process. RL models consist
machines are trained
data without any of algorithms that use the
to predict the output
supervision. estimated errors as
of the system.
rewards or penalties.
GC2.2 Activity 2.3.2

Write the Python code to load the data from “palmerpenguins” package. Copy and paste your code in the space
below and a screenshot of the output
GC2.3 Activity 2.4.1
Research and Identify the purpose of each of the following libraries used in Python
Library Purpose

Pandas is mainly used for data analysis. Pandas allows importing data from
Pandas
various file formats such as CSV and Microsoft Excel. Pandas allows various data
manipulation operations such as merging, reshaping, selecting, as well as data
cleaning, and data wrangling features

NumPy is the fundamental package for scientific computing in Python. It is a library that
NumPy provides a multidimensional array object, various derived objects (such as masked
arrays and matrices), and an assortment of routines for fast operations on arrays,
including mathematical, logical, shape manipulation, sorting, selecting, I/O, basic linear
algebra, basic statistical operations, random simulation and much more
GC2.3 Activity 2.4.1
Research and Identify the purpose of each of the following libraries used in Python

Library Purpose

Scikit-learn is probably the most useful library for machine learning in Python.
Sickit Learn The sklearn library contains a lot of efficient tools for machine learning and
statistical modeling including classification, regression, clustering and
dimensionality reduction
Matplotlib
Matplotlib is a comprehensive library for creating static, animated, and interactive
visualizations in Python. Matplotlib is a cross-platform, data visualization and
Seaborn graphical plotting library for Python and its numerical extension NumPy

Seaborn is a Python data visualization library based on matplotlib. It


provides a high-level interface for drawing attractive and informative
statistical grap
GC2.4 Activity 2.5.3 P1
Download the heart disease dataset from the link given below

Use the dataset to build and train KNN mode to predict if the patient is suffering from a heart disease or not.

Copy and paste the code below


GC2.4 Activity 2.5.3 P2
Modify your code to print the confusion matrix for the predictions made.

Copy and paste you’re your code and output below

You might also like