Tagged articles

zero-shot classification

6 articles · Page 1 of 1
Data Party THU
Data Party THU
Jul 24, 2026 · Artificial Intelligence

Create an IMDB Sentiment Classifier with Scikit‑LLM & Groq in 500 Lines

This tutorial walks through building a complete sentiment‑analysis pipeline for the IMDB movie‑review dataset using Scikit‑LLM and Groq, from environment setup and data sampling to custom text cleaning, zero‑shot LLM classification, model fitting, prediction, and evaluation with a 95% accuracy report.

GroqIMDB datasetPipeline
0 likes · 8 min read
Create an IMDB Sentiment Classifier with Scikit‑LLM & Groq in 500 Lines
Machine Heart
Machine Heart
Apr 29, 2026 · Artificial Intelligence

Boost Black-Box VLMs Without Training: Class-Aware Prompt Reweighting (CARPRT)

The article analyzes the prompt‑sensitivity problem of zero‑shot classification in vision‑language models, critiques class‑agnostic prompt weighting, and presents CARPRT—a training‑free, black‑box compatible method that reweights prompts per class using similarity scores and pseudo‑labels, achieving consistent gains across datasets and model architectures.

Black-Box OptimizationClass-Aware ModelingPrompt Reweighting
0 likes · 11 min read
Boost Black-Box VLMs Without Training: Class-Aware Prompt Reweighting (CARPRT)
HyperAI Super Neural
HyperAI Super Neural
Mar 12, 2026 · Artificial Intelligence

Stanford’s Merlin: Single‑GPU 3D Abdominal CT Vision‑Language Model Leads 752 Tasks

Stanford researchers introduced Merlin, the first native 3D abdominal CT vision‑language foundation model trained on a single NVIDIA A6000 GPU using a 25,494‑scan dataset, and demonstrated its superiority across 752 benchmark tasks—including zero‑shot classification, phenotype prediction, cross‑modal retrieval, disease forecasting, report generation, and 3D segmentation—outperforming existing baselines.

3D CTDisease PredictionVision-Language Model
0 likes · 18 min read
Stanford’s Merlin: Single‑GPU 3D Abdominal CT Vision‑Language Model Leads 752 Tasks
AI Algorithm Path
AI Algorithm Path
Jun 29, 2025 · Artificial Intelligence

Understanding CLIP: Theory, Architecture, and Zero‑Shot Vision

CLIP (Contrastive Language‑Image Pre‑training) is an OpenAI model that learns visual concepts from 400 million image‑text pairs using a dual‑encoder architecture, enabling zero‑shot classification, flexible text‑driven search, and cross‑modal reasoning, while its strengths, limitations, and emerging applications are examined in detail.

CLIPContrastive Language-Image PretrainingDual Encoder
0 likes · 15 min read
Understanding CLIP: Theory, Architecture, and Zero‑Shot Vision
Network Intelligence Research Center (NIRC)
Network Intelligence Research Center (NIRC)
May 14, 2025 · Artificial Intelligence

Hands‑On CLIP: Implementing Multimodal Vision‑Language Understanding

This article introduces OpenAI’s CLIP multimodal model, explains its architecture and contrastive training, details hardware and installation steps, and demonstrates a hands‑on zero‑shot image classification workflow that achieves 97% confidence on a cat image without any task‑specific fine‑tuning.

CLIPPythoncontrastive learning
0 likes · 6 min read
Hands‑On CLIP: Implementing Multimodal Vision‑Language Understanding