0 votes
1 answer
43
0 votes
1 answer
44
​​​​​​Given a dataset with $K$ binary-valued attributes (where $K>2$ ) for a two-class classification task, the number of parameters to be estimated for learn...
0 votes
1 answer
45
0 votes
1 answer
48
0 votes
0 answers
50
0 votes
3 answers
52
The set of positive integers under the operation of ordinary multiplication is :not a monoidnot a groupa groupan Abelian group
0 votes
1 answer
53
The idempotent law in Boolean algebra says that:$\sim(\sim x)=x$$x+x=x$$x+x y=x$$x(x+y)=x$
0 votes
1 answer
55
There exists a metric space $\text{X}$ such that the number of open subsets of $\text{X}$ is exactly $2024$.
0 votes
1 answer
56
Assembler program is :dependent on the operating systemdependent on the compilerdependent on the hardwareindependent of the hardware
0 votes
1 answer
58
Among the logic families $\text{RTL, TTL, ECL}$ and $\text{CMOS}$, the fastest family is :$\text{ECL}$$\mathrm{CMOS}$$\text{TTL}$$\text{RTL}$
0 votes
1 answer
59
1 votes
1 answer
60
Which of the following is true for a sorted list with ' $n$ ' elements?Insertion in a sorted array takes constant time.Insertion in a sorted linear linked list takes cons...