wenmin-wu

60 mods across 1 repository, 58 stars between them.

wenmin-wu/ds-skills

Skill Claude CodeCodex

Manual stable diffusion inference loop with classifier-free guidance that interpolates between unconditional and conditional noise predictions for controllable image generation.

58 4mo ago A 33 tokens

wenmin-wu/ds-skills

Skill Claude CodeCodex

Scores image aesthetic quality by passing L2-normalized CLIP ViT-L/14 embeddings through a trained MLP regressor head.

58 4mo ago A 35 tokens

wenmin-wu/ds-skills

Skill Claude CodeCodex

Generate descriptive text prompts from images by combining BLIP captioning with CLIP cosine similarity against curated label banks for medium, movement, and flavor attributes.

58 4mo ago A 38 tokens

wenmin-wu/ds-skills

Skill Claude CodeCodex

Fuse CNN image features with a small tabular MLP branch via concat before a final classifier, training both branches end-to-end.

58 4mo ago A 34 tokens

wenmin-wu/ds-skills

Skill Claude CodeCodex

Extract per-frame CNN features then classify the temporal sequence with stacked GRU layers and a boolean mask for variable-length video inputs.

58 4mo ago A 33 tokens

wenmin-wu/ds-skills

Skill Claude CodeCodex

Passes N tiles independently through a shared CNN backbone, concatenates their feature maps spatially, then pools for classification — a lightweight multi-instance learning approach.

58 4mo ago A 40 tokens

wenmin-wu/ds-skills

Skill Claude CodeCodex

Stack 1D convolutions for local feature extraction before bidirectional LSTMs to classify variable-length stroke sequences into hundreds of doodle categories.

58 4mo ago A 40 tokens

wenmin-wu/ds-skills

Skill Claude CodeCodex

Stratify train/validation split by binned mask coverage percentage to ensure balanced foreground representation in segmentation tasks.

58 4mo ago A 30 tokens

wenmin-wu/ds-skills

Skill Claude CodeCodex

Drop false-positive detections by requiring matched per-frame box counts across paired synchronized camera views (Endzone vs Sideline) — if both views see the same scene at the same instant, true events should appear in both.

58 4mo ago A 51 tokens

wenmin-wu/ds-skills

Skill Claude CodeCodex

Detect inverted CT slice ordering by comparing ImagePositionPatient[2] (the Z coordinate) of the first and last DICOM slice in a series, flipping the volume along axis 0 when needed so every patient ends up in canonical head→feet order.

58 4mo ago A 60 tokens

wenmin-wu/ds-skills

Skill Claude CodeCodex

Add a cumulative sum channel along the vertical axis to capture directional structural trends in grayscale images for segmentation.

58 4mo ago A 26 tokens

wenmin-wu/ds-skills

Skill Claude CodeCodex

Fuses 3D object detections from multiple models by clustering nearby predictions with DBSCAN and taking cluster centroids.

58 4mo ago A 32 tokens

cv-dice-loss

46

wenmin-wu/ds-skills

Skill Claude CodeCodex

Dice coefficient loss for pixel-level segmentation that directly optimizes the overlap between predicted and ground-truth masks.

58 4mo ago A 26 tokens