Question: please solve this question from gradient descent topic in machine learning The salary of a software developer depends on experience and skills. The salaries of

please solve this question from gradient descent topic in machine learning
The salary of a software developer depends on experience and skills. The salaries of 3 software developers are provided in the following dataset.
Apply gradient descent to find the optimal values of the learning parameters of a linear machine learning model to predict the salary of any software developer.
Consider the cross entropy loss function for the assessment of the prediction quality, and learning rate as 0.01, and show only one iteration.
Predict the salary of a highly skilled software developer with 4 years of experience.
Here, Cross Entropy Loss =
i=1N-(yilog(hat(y)i)+(1-yi)log(1-hat(y)i))
Encode the categorical variable values of Skills as follows:
High =2, and Low =1t descent topic in machine learning
 please solve this question from gradient descent topic in machine learning

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Accounting Questions!