-
Conversational Agents in LangChain
Both ways: off-the-shelf and using LCEL Conversational Agents Conversational agents in LangChain facilitate interactive and dynamic conversations with users. Conversation agents…
-
Evaluation Metrics for Classification Models in Machine Learning (Part 2)
Photo by Jon Tyson on Unsplash In machine learning, data scientists use evaluation metrics to assess the model’s performance in…
-
Evaluation Metrics for Classification Models in Machine Learning (Part 1)
Photo by Jon Tyson on Unsplash Suppose you are working on a machine learning classification problem in which you have…
-
Image Captioning Model with TensorFlow, Transformers, and Kangas for Image Visualization
Image captioning is a compelling field that connects computer vision and natural language processing, enabling machines to generate textual descriptions…
-
Data Fabric & Data Mesh: Two Approaches, One Data-Driven Destiny
I decided to write a series of blogs on current topics: the elements of data governance that I have been…
-
Artificial Intelligence on Mobile Devices
Photo by Neil Soni on Unsplash The proliferation of machine learning and deep learning algorithms has been ubiquitous and has…
-
An Intuitive Guide to Convolutional Neural Networks
With a Focus on ResNet and DenseNet Photo by Ion Fet on Unsplash This comprehensive guide aims to demystify CNNs, providing…
-
LangChain Document Loaders for Web Data
And An Assessment of How They Impact Your ragas Metrics If you’ve ever wondered how the quality of information sourced…
-
Contextual Recall in LangChain Agents
Empowering Conversational AI with Contextual Recall Memory in Agents Memory in Agents is an important feature that allows them to retain…
-
Enhancing LangChain Agents with Custom Tools
How to Create and Implement Custom Tools in LangChain Preliminaries %%capture !pip install langchain openai duckduckgo-search youtube_search wikipedia import os…