upendra yadavupend.hashnode.dev·Aug 25, 2024Difference between exponential search and binary search and Fibonacci search1. Binary SearchApproach:Binary Search works by repeatedly dividing the search interval in half. If the target value is less than the middle element of the interval, the search continues on the left half; other wise, it continues on the right half.Ti...Fibonacci Search
Bhagirath Deshani bhagirathkd.hashnode.dev·Feb 11, 2023#105 Machine Learning & Data Science Challenge 105What is Exponential smoothing? Exponential smoothing uses similar logic to the moving average, but this time, different decreasing weight is assigned to each observation. We can also say, less importance is given to the observations as we move furth...30 readsMachine Learning & Data Science Interview ChallengesMachine Learning