0% found this document useful (0 votes)
8 views

Assignment 1

Uploaded by

zaidwaleed201
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

Assignment 1

Uploaded by

zaidwaleed201
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Al-Balqa Applied University

Computer Science Department


Assignment #1

:‫اسم الطالب‬
:‫الرقم الجامعي‬

1.
Choose a tabular classification-dataset (preferably csv file) from Kaggle website. Write
the details of the selected dataset in the box below.
Dataset Details
Dataset name
Dataset URL
Number of rows
Number of columns
Size of the csv file (in Kilo byte)
Type of data of the first input
column (numerical or string ?)
Type of data of the second input
column (numerical or string ?)
Type of data of the output column
(numerical or string ?)
2.
Apply the train_test_split method as (75% of rows for training and 25% for testing).
Apply two different classification algorithms over the selected dataset.
Find (for each algorithm) the accuracy, confusion matrix, precision, and recall. Fill the
output in the box below.
Algorithm#1
Algorithm name
Accuracy
confusion matrix
Precision
Recall
Algorithm#2
Algorithm name
Accuracy
confusion matrix
Precision
Recall

Copy and paste a screenshot of your Python code in the following box.

Copy and paste a screenshot of your output screen in the following box.
3.
Apply a standard neural network over the selected dataset. Write the details of your
neural networks in the box below.
Neural Network Details
The number of layers
(Excluding the input layer)
The number of epochs
The number of batches
The value of input_dim
The number of neurons (circles)
in your first-hidden layer

Find (for your neural network) the accuracy, and the loss. Fill the output in the box
below.
Accuracy
Loss

Copy and paste a screenshot of your Python code (for your neural network) in the
following box.

Copy and paste a screenshot of your output screen (for your neural network) in the
following box.
Take the followings into consideration
 This is an assignment! Which means if you face some problems try solve them
yourself or use search engines (such as google) but do not ask your instructor to
solve them.
 Copy and paste clear and high-resolution screenshots as much as possible.
 If your programming code still shows errors and you can't find the right solution,
take a screenshot of the error screen and paste it in the box.
 You can prepare your programming code on Colab, and share with me the URL of
your solution. If so, you do not need to send me this copy of the MS Word file;
just send me the URL.

You might also like