0% found this document useful (0 votes)
32 views11 pages

Ravelonjara Michael Supervised Machine Learning Techniques

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)
32 views11 pages

Ravelonjara Michael Supervised Machine Learning Techniques

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/ 11

Name : Henri Michael RAVELONJARA

Course : MSC Artificial Intelligence with


Machine Learning ( MAIML23BPT )

Assignment for the module Supervised Machine Learning Techniques

1
1. Artificial neural Network Assignment

1.1 Parse the Dates into Datetime & display first 5 rows

2
1.2 Make a plot of the days in months against days in year

1.3 Check how many missing values we have in Categorical variables and Fill in the missing
values in all categorical variables with MODE

3
1.4 Check the missing values in Numerical Variables and fill it with Median of the column Value

4
1.5 Display a graph of the Amount of Rainfall against Years

1.6 Plot a bar chart of Wind GustSpeed against the year

5
1.7 Assign the x and y the status of attributes and tags and Split The training and testing sets

1.8 Initialise the neural network and add layers to define it. Then compile it and do the training.
Plot the training and validation loss over Epochs

6
1.9 Plot the training and validation accuracy over epochs

2. Logistic Regression

2.1 Load the data on your system and displays the first few rows

7
2.2 Drop the ID & Diagnosis_result columns from the data set and display the first few rows

2.3 Split the Data into Training & testing and display: x train; x test; y train; y test.

2.4. Initialise the parameter

2.5 Define the Sigmoid codes

8
2.6 Define a forward and backward propagation

2.7 Create your program for the iterations with a lowering cost function. Make sure that you
are displaying the Number of iteration against the cost function.

9
2.8 Create the program for prediction

2.9 Display the training and Testing accuracy.

10
11

You might also like