Published inBecoming Human: Artificial Intelligence MagazineA Glance at Optimization algorithms for Deep LearningI am glad you made it here. And since you are reading this, I expect that you are quite well familiar with the terms like ‘Neural…Jul 11, 20211Jul 11, 20211
Union-Find(disjoint-set) Data StructureOne of the main challenges in implementation of Kruskal’s algorithm is deciding whether to add edge (u, v) to a component or not. What we…Dec 23, 2020Dec 23, 2020
Expectation, Quicksort and Quick SelectWe know that Quicksort, Mergesort and Heapsort are three top sorting algorithms use to sort an array. They all have a time complexity of…Dec 14, 2020Dec 14, 2020