Querying PDFs with AI: A Beginner’s Guide to Using LangChain, FAISS, and OpenAIDiscover how ChatGPT can make finding info in PDFs as simple as asking a question!Aug 27Aug 27
How I Built a Language Translator Using LangChain and Few-Shot LearningIn this project, I explored how to use LangChain’s tools with Google Generative AI to create dynamic text-generation systems. We covered…Aug 18Aug 18
From Chaos to Clarity: How I Improved LLM Output Consistency with LangChainGenerative AI models have opened up new possibilities for creativity and problem-solving, but to get the best results, you need effective…Aug 16Aug 16
Published inBecoming Human: Artificial Intelligence MagazineUnlocking the Power of Hugging Face for NLP TasksThe field of Natural Language Processing (NLP) has seen significant advancements in recent years, largely driven by the development of…Jul 23Jul 23
Published inBecoming Human: Artificial Intelligence MagazineComparing ANN and CNN on CIFAR-10: A Comprehensive AnalysisAre you curious about how different neural networks stack up against each other? In this blog, we dive into an exciting comparison between…Jul 18Jul 18
Published inPython in Plain EnglishMastering Next Word Prediction with Recurrent Neural Networks (RNNs)In the realm of natural language processing (NLP), one of the most fascinating and practical applications is predicting the next word in a…Jul 11Jul 11
Published inBecoming Human: Artificial Intelligence MagazineExploring NLP Preprocessing Techniques: Stopwords, Bag of Words, and Word CloudNatural Language Processing (NLP) is a fascinating field that bridges the gap between human communication and machine understanding. One of…Jun 25Jun 25
Published inBecoming Human: Artificial Intelligence MagazineUnderstanding Tokenization, Stemming, and Lemmatization in NLPNatural Language Processing (NLP) involves various techniques to handle and analyze human language data. In this blog, we will explore…Jun 18Jun 18
Published inDataDrivenInvestorTypes of Activation Functions in Deep LearningIn deep learning, activation functions play a crucial role in determining the output of neural network layers. They introduce non-linearity…Jun 171Jun 171
Published inBecoming Human: Artificial Intelligence MagazineBuilding Your First Deep Learning Model: A Step-by-Step GuideIntroduction to Deep LearningJun 14Jun 14