Lalit KumarBuilding a Retrieval Augmented Generation (RAG) Application with LangChain and CohereIn this article, we’ll explore how to build a Retrieval Augmented Generation (RAG) application using LangChain and Cohere. RAG…May 12May 12
Lalit KumarUnderstanding Keras Convolutional Layer in detailDeep learning has revolutionized the field of artificial intelligence, enabling breakthroughs in image recognition, natural language…Jun 3, 2023Jun 3, 2023
Lalit KumarImportant Equations of Deep LearningDeep Learning Models essentially are mathematical models. A lot of mathematical equations work in background for neural network…Jun 3, 2023Jun 3, 2023
Lalit KumarUnderstanding Loss Functions in Deep Learning: Maximizing Model PerformanceIntroduction:Jun 3, 2023Jun 3, 2023
Lalit KumarRectified linear units and it’s variationsLet’s start with an overview of the ReLU function. The Rectified Linear Unit (ReLU) is a widely used activation function in neural…Jun 1, 2023Jun 1, 2023
Lalit KumarA brief introduction to AdaboostAdaboost (short for Adaptive Boosting) is a popular ensemble learning algorithm that combines multiple weak classifiers to create a strong…May 27, 2023May 27, 2023
Lalit KumarIntroduction to AdaGrad Optimization algorithmAdaGrad is an optimization algorithm for training machine learning models. It is a variant of stochastic gradient descent (SGD) that…May 27, 2023May 27, 2023
Lalit KumarA short introduction to Adam optimizerThe Adam optimizer is a popular optimization algorithm for deep learning. It is an extension of the stochastic gradient descent (SGD)…May 27, 2023May 27, 2023
Lalit KumarStudy of state of the art Image classification models and their application to Face recognition…In recent years we have seen considerable research in the area of image classification using very large databases like ILSVRC[ImageNet…Jun 11, 20201Jun 11, 20201