The answer is D. All of the above.
The computational complexity of K-NN increases as the size of the training data set increase and the algorithm gets significantly slower as the number of examples and independent variables increase.
Also, K-NN is a non-parametric machine learning algorithm and as such makes no assumption about the functional form of the problem at hand.
The algorithm works better with data of the same scale, hence normalizing the data prior to applying the algorithm is recommended.
Given data :
a₃ = 9/16
aₓ = -3/4 · aₓ₋₁
Where x is the number of terms ('x' is also written as 'n')
To find the 7th term (a₇):
We know that aₓ = -3/4 · aₓ₋₁
So,
a₃ = -3/4 · a₃₋₁
a₃ = -3/4 · a₂
9/16 = -3/4 · a₂
a₂ = 9/16 × -4/3
a₂ = -36/48
a₂ = -3/4
Again,
aₓ = -3/4 · aₓ₋₁
a₄ = -3/4 · a₄₋₁
a₄ = -3/4 · a₃
a₄ = -3/4 · 9/16
a₄ = -27/64
a₄ = -27/64
For a₅,
aₓ = -3/4 · aₓ₋₁
a₅ = -3/4 · a₅₋₁
a₅ = -3/4 · a₄
a₅ = -3/4 × -27/64
a₅ = 81/256
For a₆,
aₓ = -3/4 · aₓ₋₁
a₆ = -3/4 · a₆₋₁
a₆ = -3/4 · a₅
a₆ = -3/4 × 81/256
a₆ = -243/1024
For a₇,
aₓ = -3/4 · aₓ₋₁
a₇ = -3/4 · a₇₋₁
a₇ = -3/4 · a₆
a₇ = -3/4 × -243/1024
a₇ = 729/4096
Let x represent time taken by 20 members to paint 9000 square foot wall.
We have been given that all members of our painting team paint at the same rate. 20 members can paint a 6000 square foot wall in 24 minutes. We are asked to find the time taken by 20 members to paint 9000 square foot wall.
We will use proportions to solve our given problem.






Therefore, it will take 36 minutes for 20 members to paint 9000 square foot wall.
8 5 and 18 8
7 2 9 2
8 - 5 = 3, 8 - 7 = 1, 5 - 2 = 3 and 18 - 8 = 10, 18 - 9 = 9, 9 - 2 = 7, 8 - 2 = 6
Answer:
x = 1, y = 60
Step-by-step explanation:
Value of new-releases (x) = $20 each
Value of classic (y) = $8 each
Total budget = $500
Equation : 20x + 8y = 500
The librarian wants to purchase maximum DVDs. She can get more DVDs of classic movies for $8 as they are less costly.
Lets assume the librarian buys at least one new-release DVD.
x=1
20x + 8y = 500
8y + 20(1) = 500
y = 60
<em>Therefore, in a budget of $500, the librarian can purchase 60 classic movies and 1 new-release.</em>
!!