SRSachin Raoinsachinrao.hashnode.dev路May 8, 2023 路 5 min readMojo馃敟: Python's replacement?For all those working in Machine Learning, Python was always a no-brainer. The vast amount of libraries it has that support ML-related work is unparalleled. Also, the relaxed syntax makes it easy for ML Engineers to focus on the task at hand, rather ...00
SRSachin Raoinsachinrao.hashnode.dev路Apr 9, 2023 路 2 min readBag of Words simplifiedThe Bag of Words (BoW) model in NLP can be referred to as a feature extraction technique where only the frequency of each word is noted. You can think of the BoW model as an actual bag, where you just dump all the words and then count the number of o...00
SRSachin Raoinsachinrao.hashnode.dev路Mar 19, 2023 路 7 min readRegEx: A comprehensive guideYou may or may not have heard of RegEx before. Either way, this article is going to give you a solid foundation of what it is and how you can use it. A Regular Expression, aka RegEx, can be defined as a sequence of characters used to describe a searc...00
SRSachin Raoinsachinrao.hashnode.dev路Mar 12, 2023 路 3 min readNatural Language Processing: An introductionIf you've been interested in Artificial Intelligence and Machine Learning, you may have come across the abbreviation "NLP" before. The expansion of NLP, i.e., Natural Language Processing arouses the question, "What is natural language?". Well, this b...00
SRSachin Raoinsachinrao.hashnode.dev路Feb 13, 2023 路 3 min readData warehouse design methodologiesA data warehouse can be defined as a repository used to store a massive amount of data in order to transform and analyze it to extract meaningful insights. But how do you go about designing such a warehouse? In this article, I'm going to talk about 4...00