Prabin Nepal
  • Projects
Categories
All (16)
LLM (1)
NLP (4)
agents (1)
computer-vision (6)
deep-learning (12)
llms (1)
machine-learning (2)
self-supervised-learning (1)

Huggingface AI Agents Quiz Solutions

llms
agents
I have been diving into AI agents through Huggingface’s AI Agents Course. This course offers a comprehensive understanding of how to build and deploy AI agents using the smol…
Mar 2, 2025

Augmenting Large Language Models: Expanding Context and Enhancing Relevance

machine-learning
NLP
deep-learning
LLM
With the rise of ChatGPT and other large language models (LLMs), the potential for AI to surpass human capabilities has become a topic of both fascination and concern. While…
Jul 4, 2023

Brief overview of GPT-4

machine-learning
NLP
deep-learning
Since the release of ChatGPT, there has been significant interest and discussion within the broader AI and natural language processing communities regarding its…
Mar 15, 2023

Text Summarization NLP

NLP
deep-learning
Text summarization is one of the Natural Language Processing (NLP) tasks where documents/texts are shortened automatically while holding the same semantic meaning.…
Oct 19, 2022

Autocorrect and Minimum Edit Distance

NLP
deep-learning
This is my brief note from DeepLearning.AI’s NLP Specialization Course.
Oct 25, 2021

Illustrated Vision Transformers

computer-vision
deep-learning
Ever since Transformer was introduced in 2017, there has been a huge success in the field of Natural Language Processing (NLP). Almost all NLP tasks use Transformers and…
Jul 27, 2021

Paper Explanation: A Simple Framework for Contrastive Learning of Visual Representations (simCLR)

Various self-supervised learning methods have been proposed in recent years for learning image representations. Though a lot of methods have been proposed, the performance…
Mar 26, 2021

Deep Residual Learning for Image Recognition (ResNet paper explained)

Deep Neural Networks tend to provide more accuracy as the number of layers increases. But, as we go more deeper in the network, the accuracy of the network decreases instead…
Jan 1, 2021

Self-supervised Learning

deep-learning
self-supervised-learning
I have been exploring self-supervised learning and been through papers and blogs to understand it. Self-supervised learning is considered the next big thing in deep learning…
Dec 8, 2020

MobileNet Architecture Explained

deep-learning
In this blog post, I will try to write about the MobileNets and its architecture. MobileNet uses depthwise separable convolutions instead of standard convolution to reduce…
Sep 21, 2020

Neural style transfer and its working

Have you ever used an app called Prisma that styles your image using popular paintings and turns your photo stunning? If that’s the case then, the app you are using is the…
Aug 23, 2020

Deep Convolutional Generative Adversarial Networks (DCGANs)

computer-vision
deep-learning
DCGAN (Deep Convolutional General Adversarial Networks) uses convolutional layers in its design.
Aug 15, 2020

General Adversarial Networks (GANs)

computer-vision
deep-learning
“General Adversarial Nets is the most interesting idea in the last 10 years in machine learning”. This was the statement from Yann LeCun regarding GANs when Ian Goodfellow…
Aug 4, 2020

Paper Explanation: Going deeper with Convolutions (GoogLeNet)

computer-vision
deep-learning
Google proposed a deep Convolution Neural Network named inception that achieved top results for classification and detection in ILSVRC 2014.
Jun 5, 2020

VGGNet Architecture Explained

computer-vision
deep-learning
VGGNet is a Convolutional Neural Network architecture proposed by Karen Simonyan and Andrew Zisserman of University of Oxford in 2014. This paper mailny focuses in the…
May 9, 2020

AlexNet Architecture Explained

computer-vision
deep-learning
AlexNet famously won the 2012 ImageNet LSVRC-2012 competition by a large margin (15.3% vs 26.2%(second place) error rates). Here is the link to original paper.
Apr 24, 2020
No matching items