Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Project 2 Cancer Detection by Deep Neural Networks In this project, you should try to change the activation functions, number of epochs, and number of

Project 2
Cancer Detection by Deep Neural Networks
In this project, you should try to change the activation functions, number of epochs, and number of dense layers, try two different optimizers such as sgd and nadam, and compare the results with the original notebook. That is to see if your classification report has improved. You should write a one-page report for each part explaining how you have changed the existing model.[17] predictions = model.predict(x_test )>0.5IV 8//8[==============================]- es 2ms// step[19] print('Accuracy:', metrics.accuracy_score(y_true=y_test, y_pred=predictions))rarr Accuracy: 0.9344978165938864[20] print(metrics.classification_report(y_true=y_test, y_pred=predictions))
\table[[77,precision,recall,f1-score,support],[0,0.90,0.82,0.86,55],[1,0.94,0.97,0.96,174],[accuracy,,,0.93,229],[macro avg,0.92,0.89,0.91,229],[weighted avg,0.93,0.93,0.93,229]]
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 6th Asian Conference Aciids 2014 Bangkok Thailand April 7 9 2014 Proceedings Part I 9 2014 Proceedings Part 1 Lnai 8397

Authors: Ngoc-Thanh Nguyen ,Boonwat Attachoo ,Bogdan Trawinski ,Kulwadee Somboonviwat

2014th Edition

3319054759, 978-3319054759

More Books

Students also viewed these Databases questions

Question

Factors Affecting Conflict

Answered: 1 week ago

Question

Describe the factors that lead to productive conflict

Answered: 1 week ago

Question

Understanding Conflict Conflict Triggers

Answered: 1 week ago