edited by
172 views
0 votes
0 votes

 

Consider the following Learning algorithms.

  1. Logistic regression.
  2. Back propagation.
  3. Linear regression.
  4. Forward propagation.

Which of the following options represents classification algorithm?

Choose the correct answer from the options given below:

  1. $\mathrm{A}$ & $\mathrm{C}$ only
  2. $\mathrm{B}$ & $\mathrm{D}$ only
  3. $\mathrm{A}$ & $\mathrm{B}$ only
  4. $\mathrm{C}$ & $\mathrm{D}$ only

(Option $1 [39553]) 1$
(Option $2 [39554]) 2$
(Option $3 [39555]) 3$
(Option $4 [39556]) 4$

Answer Given by Candidate: $2$

 

edited by

1 Answer

Related questions

0 votes
0 votes
2 answers
1
admin asked May 20, 2023
1,302 views
The negation of "Some students like hockey" is:Some students dislike hockeyEvery student dislike hockeyEvery student like hockeyAll students like hockey(Option $1[39301])...
0 votes
0 votes
1 answer
4
admin asked May 20, 2023
507 views
Consider the following conditional code, which returns a Boolean valuesif $((x>25) \& \&(y>100))$return 'false';else iff $(x \leq 25) \& \& \&(y \leq 100))$return 'true';...