Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Title: Performance comparison and analysis on Perceptron with different activation functions and loss functions. Building two Perceptrons with the following two groups of activation functions

Title: Performance comparison and analysis on Perceptron with different activation functions and loss functions.
Building two Perceptrons with the following two groups of activation functions and loss functions on the training set (train_catvnoncat.h5)
Group 1:
Activation function:
aw,b(xi)=11+e-(wT5xi+3b)
Loss function:
J(w,b)=12mi=1m{(yi-(hat(yi)))2}
Group 2:
Activation function:
aw,b(xi)=11+e-(wTxi+b)
Loss function:
J(w,b)=1mi=1m{(yi-hat(y)i)2}
Testing these two implemented Perceptrons on the testing dataset (test'catvnoncat.h5), respectively, with the same hyper-parameters: learning rate: 0.01, iterations: 2000.
Calculate the training accuracies and compare their differences
Calculate the testing accuracies and compare their differences
Plot the learning curves for these two Perceptron, respectively and compare and analyze their differences.
Requirements:
Submitting the source code (Jupyter notebook files from Google Colab) and the data you use for the project, where the codes have no bugs.
Write and submit the project report with the following parts:
Project description
Model description.
Result analysis
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

Intelligent Information And Database Systems 12th Asian Conference ACIIDS 2020 Phuket Thailand March 23 26 2020 Proceedings

Authors: Pawel Sitek ,Marcin Pietranik ,Marek Krotkiewicz ,Chutimet Srinilta

1st Edition

9811533792, 978-9811533792

More Books

Students also viewed these Databases questions

Question

5. To determine the financial benefits and costs of the program.

Answered: 1 week ago