Manyue javvadimanyueview.hashnode.dev·Nov 6, 2024The Questions That Kept Me Up All Night: My Sleepless Struggle to Understand NLPWhat is the ultimate goal of NLP? Is it just to make computers understand human language and perform tasks like summarization, translation, or answering questions? Is it necessary to convert text into a tabular format for ML/NLP or DL-NLP? When work...nlp
Manyue javvadimanyueview.hashnode.dev·Oct 17, 2024Are We Headed Toward the Next Threat, Bigger Than a Nuclear Bomb?When the first atomic bomb, "Little Boy," was dropped on Hiroshima, and the second, "Fat Man," devastated Nagasaki, the world changed forever. Now, as we look to the present and future, we must ask: is there a threat looming even greater than nuclear...#PrioritizeHumanity
Manyue javvadiknn-algorithm-explained-by-manyue-javvadi.hashnode.dev·Oct 6, 2024How KNN Works: A Simple Explanation of Nearest NeighborsWhen to use KNN Algorithm, What is KNN Algorithm? When we need to do multi-class classification, and a linear classifier no longer performs well, it is recommended to choose KNN. KNN - What does 'K' stand for? KNN stands for K Nearest Neighbors, wh...28 readsManyueJavvadi