by Shahinur | Oct 12, 2023 | Miscellaneous
GitHub is a hub of collaboration where developers come together to work on projects, share ideas, and resolve issues. While this collaborative environment is one of GitHub’s strengths, it can also give rise to commit conflicts. GitHub provides a powerful tool...
by Shahinur | Feb 16, 2022 | Miscellaneous
Understanding and effectively utilizing a confusion matrix and heatmap is crucial for anyone dealing with classification problems in machine learning. In this blog post, we’ll dive into the intricacies of these powerful tools, providing clear explanations and...
by Shahinur | Sep 3, 2021 | Deep Learning, Machine Learning, Miscellaneous, Python
tqdm is a must need python package for all data scientists and artificial intelligence researchers/developers. Sometimes, we need to visualize what is going on in the background. Some programs may require hours to several days to finish. In that case, a progress bar...
by Shahinur | Sep 27, 2019 | Miscellaneous
Today I am here in Japan for a conference. It is very wonderful, people are very nice and polite. But the main problem is the language barrier. It is the hardest thing that you are trying to express your feelings and emotions, but you can’t. So, I plan to learn...
by Shahinur | May 14, 2019 | Algorithm, Data Structure, Miscellaneous
Suppose we want to add a large number of integers, how long will this operation take? The first question that comes to mind is the number of integers, let’s assume this number is n. Can we specify exactly how long this will take? Yes, we can for a specific...
by Shahinur | Jan 8, 2019 | Miscellaneous
Likert Scale is a type of rating or scaling method that is usually used in various types of surveys. In cases where the quality of something cannot be quantified, such as how good or bad I am, how much I like or dislike something, etc. This scaling method is mostly...
Recent Comments