0% found this document useful (0 votes)
34 views1 page

Assignment Details

The document provides details for two assignments for an Artificial Intelligence and Machine Learning course. Assignment 1 requires a write-up on machine learning vs deep learning and explaining different neural network types in deep learning. Assignment 2 involves using KNN to predict iris species from data and calculate evaluation metrics, as well as programs to print a multiplication table and check for prime numbers. All assignments must be submitted by May 15th.

Uploaded by

Harinand BS
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)
34 views1 page

Assignment Details

The document provides details for two assignments for an Artificial Intelligence and Machine Learning course. Assignment 1 requires a write-up on machine learning vs deep learning and explaining different neural network types in deep learning. Assignment 2 involves using KNN to predict iris species from data and calculate evaluation metrics, as well as programs to print a multiplication table and check for prime numbers. All assignments must be submitted by May 15th.

Uploaded by

Harinand BS
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/ 1

ASSIGNMENT DETAILS

COURSE NAME: ARTIFICIAL INTELLIGENCE & MACHINE LEARNING


BATCH: M8 A & B

To be included in the internal mark calculation, all assignments must


be submitted before May 15th.

ASSIGNMENT 1 (Mode of submission through ETLab-Assignment3)


1. Prepare a write-up on Machine learning vs Deep learning.
2. Explain the different types of Neural Networks used in Deep Learning

ASSIGNMENT 2 (Mode of submission through ETLab -Assignment4)

1. The data set consists of 150 samples from each of three species of Iris flower (Iris
Setosa, Iris virginica, and Iris versicolor). Four features were measured from each
sample: the length and the width of the sepals and petals, in centimeters.
Predict the Iris species class using KNN (Assume K=11) for the feature sepal
length=6, sepal width=3, petal length=3, petal width=2
Note : Do the coding using Google colab and take the screenshot using Snipping tool
app for submission.
Data link:
https://drive.google.com/file/d/1pW5HyZb16ctnp4Spy-IA1cQpI9pfwJJb/view?usp=share_link

2. Also find the model evaluation matrix such as accuracy, precision, recall etc. for the
above problem (Qn.1)
3. Write a Python program to print multiplication table of a given number 3.

4. Write a Python program to check whether the given number is a prime number or
not.

You might also like