Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

9. Gradient Descent [8 points] For a homework assignment, you have implemented a logistic regression model y() = o(Wx() + b) You decide to

9. Gradient Descent [8 points] For a homework assignment, you have implemented a logistic regression model

9. Gradient Descent [8 points] For a homework assignment, you have implemented a logistic regression model y() = o(Wx() + b) You decide to train your model on a multi-class problem using gradient descent. How- ever, before you can turn your assignment in, your friends stop by to give you some suggestions. (a) [2 points] Pat sees your regressor implementation and says there's a much simpler way! Just leave out sigmoids, and let f(x) = Wx+b. The derivatives are a lot less hassle and it runs faster. What's wrong with Pat's approach? (b) [2 points] Chris comes in and says that your regressor is too complicated, but for a different reason. The sigmoids are confusing and basically the same answer would be computed if we used step functions instead. What's wrong with Chris's approach?

Step by Step Solution

3.37 Rating (141 Votes )

There are 3 Steps involved in it

Step: 1

The provided image includes two questions related to a logistic regression model that uses gradient descent Here are the explanations for each part a ... 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

Applied Regression Analysis And Other Multivariable Methods

Authors: David G. Kleinbaum, Lawrence L. Kupper, Azhar Nizam, Eli S. Rosenberg

5th Edition

1285051084, 978-1285963754, 128596375X, 978-1285051086

More Books

Students also viewed these Programming questions