edited by
206 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

1.4k
views
2 answers
0 votes
admin asked May 20, 2023
1,381 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])...
570
views
1 answers
0 votes
admin asked May 20, 2023
570 views
A relation '$R$ ' is defined on ordered pairs of integers as: $(x, y) R(u, v)$ if $x<u$ and $y>v$. Then $R$ isNeither a partial order nor an equivalence relationA partial...
944
views
1 answers
0 votes
admin asked May 20, 2023
944 views
Suppose you are married and you and your partner attend a party with three other married couples. Several handshakes took place. No one shook hands with himself (or herse...
537
views
1 answers
0 votes
admin asked May 20, 2023
537 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';...