Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

{ cells: [ { cell _ type: markdown, metadata: { } , source: [ ? ? , , functions, and so on

{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"??
,
"
",
functions, and so on) and numpy arrays. ln,
"",
"It is forbidden to use any ML libraries. In"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"",
"
",
"* Implement polynomial features [10p]
",
"* Implement minmax normalisation [10p]
",
"* Implement logistic regression loss function and gradient descent algorithm [10p]
",
"* Plot learning and test curve [10p]
",
"* Generate test prediction (test dataset)[10p]??
,
"* Fill the confusion matrix (test dataset)[10p]
",
"* Compute F1 score, precision, recall and accuracy using confusion matrix (test dataset)[10p]
",
"* Try various learning rate and compute F1 score of each learning rate (test dataset)[10p]
",
"* Learning rates: (0.0001,0.0005,0.0007,0.001,0.005,0.001,0.01,0.05,0.09,0.1,0.4,0.7)10p?
,
"* Generate the lists for each learning rate and its associated F1 score and plot (test dataset)[10p]"
]
},
{
"cell_type": "code",
"execution_count": 35,
"metadata": {},
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Databases Illuminated

Authors: Catherine M Ricardo, Susan D Urban

3rd Edition

1284056945, 9781284056945

More Books

Students also viewed these Databases questions