#Ull Minds

Author avatar
Prashant BasnetFeb 19, 2025
Dynamic Programming: One Solution for Multiple Problems

In this thread we will see how a single dynamic programming (DP) approach can be adapted to solve multiple seemingly different problems. By understand

5 min read·General
Article cover
Author avatar
Rakshya PandeyFeb 13, 2025
What is an attention score?

An attention score refers to a value that quantifies how much focus or importance a model assigns to a specific element within an input sequence.It is a numeric

3 min read·General
Author avatar
Prashant BasnetFeb 12, 2025
Singleton Design Pattern: The Key to Efficient and Maintainable Code

A Singleton is a design pattern that ensures a class has only one instance (object) throughout the entire application and provides a global point to access it.L

4 min read·General
Article cover
Author avatar
Prashant BasnetFeb 12, 2025
Bayes' Rule | Deep learnings

Bayes' Rule:A fundamental concept in probability theory. It allows us to update our belief about an event based on new evidence.probability of an event A, given

6 min read·General
Article cover
Author avatar
Anurag PaudelFeb 7, 2025
Working in Agile Methodology

Lately, not just software engineers but professionals from various fields have been discussing Agile methods. Yet, many of us remain unsure about what Agile rea

2 min read·General