Piyush GoyaniforTheSourcePedia's Blogpiyushgoyani.hashnode.net·Aug 26, 2022FeaturedNatural Language Processing with JavaScript using CompromiseIntroduction Natural Language Processing(NLP) is a mostly used and discussed concept worldwide. But in the field of programming languages like Python, R and are Java widely used for this concept because of their large library support and community. T...Discuss·29 likes·1.2K readsNLP/ML/AI/DATAnatural language processing
Daniel TannorforLanguage AI Blogdantannor.hashnode.net·Sep 14, 2022FeaturedDetecting Emotions in Star Wars using AIThe problem today is that emotional data isn't really used - whether it's Youtube videos, live stream boxing matches, or the news. We rarely consider all of this data - yet there are a ton of real-world use cases that can leverage emotional data. Thi...Discuss·27 likes·531 readsai
Raj Kumar PalforRaj's blograjkumarpal.hashnode.net·Dec 31, 2022AI: The New CS of FutureWhat is AI? AI refers to Artificial Intelligence and is the advanced feature of computer science where the machine can think and take a decision in a new situation. However, it is completely different than basic programming where a human being gives ...Discuss·20 likes·695 readsArtificial Intelligence
Kelechukwu AwokeforKelchukwu Awoke's blogkelechukwu.hashnode.net·Apr 15, 2023How to Build a ChatbotChatbots are increasingly providing helpful tools for online activities. A chatbot is a software trained to communicate with humans through text or voice-based communication. Individuals or businesses of different sizes can use chatbots to enhance th...Discuss·31 readschatbot development
Sachin RaoforSachin being succinctsachinrao.hashnode.net·Apr 9, 2023Bag 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...Discussnatural language processing
Rahul ShashidharforRahul's Insightstopg.hashnode.net·Apr 5, 2023Title: Understanding Artificial Intelligence: Definition, Applications, and Societal ImpactIntroduction Discover the cutting-edge technology that is transforming our world with unprecedented speed: Artificial Intelligence (AI). From chatbots and virtual assistants that make our daily lives easier to advanced medical tools that diagnose ill...DiscussArtificial Intelligence
Alissa Troianoforalissatroiano.hashnode.net·Apr 3, 2023Translating Multilingual Data with MindsDB and HuggingFace## Introduction The internet has completely revolutionized the way information is shared across the globe. Nowadays, AI language translation tools use Natural language processing (NLP) to translate written text or spoken words from one source langua...Discuss·1 like·85 readsmindsdb
Abhay Singh RathoreforBlogsabhaysinghr.hashnode.net·Mar 31, 2023An Introduction to Enhancing User Experience and Gaining Insights with Natural Language Processing in Web DevelopmentAn Introduction to Natural Language Processing for Web Developers Natural Language Processing (NLP) is a subfield of Artificial Intelligence (AI) that focuses on the interaction between computers and humans through natural language. The main goal of ...Discuss·11 likesWeb Development
Coder BibleforCoder Biblecoderbible.hashnode.net·Mar 31, 2023Developing a Natural Language Processing Application with Python and transformersNatural Language Processing (NLP) is a rapidly growing field of computer science that focuses on the interaction between computers and human languages. NLP techniques are used to analyze, understand, and generate natural language text, making it poss...DiscussPython
Daniel MesejoforPythonic Conversationssearchsort.hashnode.net·Mar 30, 2023Efficient Keyword Extraction with Regular Expressions and TrrexAs data scientists or engineers, manipulating string data with regular expressions in Pandas is a vital skill to have. Typical chores with regular expressions include splitting text, removing accents, and cleaning out unwanted characters. One of the ...Discuss·73 readsPython
Ojas SinghforOjas Singhheyworld.hashnode.net·Mar 30, 2023ChatGPT: The Transformative Power and Ethical Implications of AI-Language ModelsChatGPT, an AI language model, has the potential to revolutionize how we interact with technology. The ability to process natural language at an incredible speed is one of the primary advantages of this technology. It can analyze vast quantities of i...Discuss·28 readschatgpt
Yash PradhanforYash Pradhan's Blogyashpradhan.hashnode.net·Mar 25, 2023Natural Language Processing SimplifiedWhat is NLP? Natural Language Processing (NLP) is a field of study in artificial intelligence (AI) and computer science that focuses on enabling computers to understand, interpret, and generate human language. NLP uses a combination of machine learni...Discuss·10 likesMachine Learning
Sachin RaoforSachin being succinctsachinrao.hashnode.net·Mar 19, 2023RegEx: 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...Discuss·94 readsRegex