Anindya NaskarDragGAN: Best AI-Based Image Editing ToolHave you ever wished you could edit photos like a pro, without spending hours learning complex software or paying for expensive…Sep 11, 2023Sep 11, 2023
Anindya NaskarWord2vec: A Simple Way to Learn Word EmbeddingsWord embeddings are numerical representations of words that capture their meaning, usage, and context. They are useful for many natural…Aug 24, 2023Aug 24, 2023
Anindya NaskarComplete Guide to build Topic modeling with LDA (Latent Dirichlet Allocation)Latent Dirichlet Allocation is a generative probability model, which means it provide distribution of outputs and inputs based on latent…Aug 24, 2023Aug 24, 2023
Anindya NaskarKeyword Extraction using Rake algorithm in PythonSometimes we want to find out the main words or phrases from a text. This can help us to search for information better. This is called…Aug 23, 2023Aug 23, 2023
Anindya NaskarWord similarity matching in PythonFinding words that are similar is very important for cleaning or analysing text.Aug 23, 2023Aug 23, 2023
Anindya NaskarDifference between stemming and lemmatizing and where to useStemming and Lemmatization is very important and basic technique for any Project of Natural Language Processing.Aug 23, 2023Aug 23, 2023
Anindya NaskarPage Rank Algorithm and Implementation in pythonPageRank (PR) is an algorithm that Google uses to rank web pages based on the links pointing to them. It was developed by Google’s…Aug 22, 2023Aug 22, 2023
Anindya NaskarCapturing mouse click events with Python and OpenCVThis article is mouse click event OpenCV tutorial, we will use python to get coordinates of mouse click on image. Then using those…May 9, 2021May 9, 2021
Anindya NaskarWarp perspective and Transform OpenCV pythonIn this tutorial, I will show you image warping in OpenCV. Perspective view warping is to convert or perspective correction of images from…May 8, 2021May 8, 2021