Answer:
5%
Step-by-step explanation:
Total 'halwa' made = 1
Divided into four equal portion = 1/4
Arrival of an unexpected guest = 1/5
By what percentage has each family member's share been reduced:
Change in the sharing proportion:
Previous share ratio - new sharing ratio
(1/4 - 1/5) = (5 - 4) / 20 = 1/20
That means total reduction in the sharing = 1/ 20
Since each member comes contributed equally:
Reduction in each family member's share ;
(1 / 20) ÷ 4
(1 / 20) * 1/4 = 1/ 80
Percentage reduction:
(Reduction / original share) * 100%
[(1/80) ÷ (1/4)] * 100
(1/80 * 4/1) * 100%
(1/20) * 100%
= 5%
Reduction in each family members share = 5%
Answer:
Yes, the function is a kernel
Step-by-step explanation:
Given
Document x an z
Function definition! k(x:z)
We want to show that the above is a kernel.
To do this, we'll explicitly construct feature vectors φ(x) and φ(z)
This gives;
K(x,z) =φ(x)·φ(z).
Given than any document; say x and z
A vocabulary V can be constructed.
Vocabulary V must have a finite size of words in the document set..
The feature mapping is constructed as φ(x) for x by the following:
For the kth word wk in V, if wk appears in document x, assign φ(x) k(the kth element ofφ(x)) to be 1; else φ(x)k to 0.
Then the number of unique words common in x and z is φ(x)·φ(z), giving us the kernel
.
Answer:
People often sort stacks of documents using a recursive method. For example, imagine you are sorting 100 documents with names on them. First place documents into piles by the first letter, then sort each pile. Looking up words in the dictionary is often performed by a binary-search-like technique, which is recursive.
Step-by-step explanation:
This is just an example.
If this helps please mark as brainliest