Skip to main content
Run any Skill in Manus
with one click
GitHub repository

ds-skills

ds-skills contains 535 collected skills from wenmin-wu, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
535
Stars
52
updated
2026-04-23
Forks
4
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

cv-chunked-csv-image-generator
data-scientists-152051

Memory-efficient Keras generator that streams sharded CSV files in chunks, renders strokes to images on-the-fly, and yields batches for training on datasets too large for memory

2026-04-23
cv-conv1d-lstm-stroke-classifier
data-scientists-152051

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

2026-04-23
cv-deterministic-hash-partitioning
data-scientists-152051

Partition a large dataset into N balanced shards using integer key modulo arithmetic for reproducible, class-interleaved splits across CSV files

2026-04-23
cv-stroke-normalize-simplify-pipeline
data-scientists-152051

Normalize raw stroke coordinates to 0-255 range, resample at uniform arc-length spacing, then apply Ramer-Douglas-Peucker simplification

2026-04-23
cv-stroke-temporal-color-rendering
data-scientists-152051

Render stroke sequences to grayscale images with temporal intensity encoding where earlier strokes are brighter and later strokes fade to encode drawing order

2026-04-23
cv-centroid-distance-anomaly-score
data-scientists-152051

Score each face in a video as anomalous by computing L2 distance from the embedding centroid of all faces, then convert to probability via logistic function

2026-04-22
cv-cnn-rnn-video-classification
data-scientists-152051

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

2026-04-22
cv-frame-prediction-averaging
data-scientists-152051

Average per-frame sigmoid predictions across sampled video frames to produce a stable video-level classification probability

2026-04-22
cv-isotropic-resize-with-padding
data-scientists-152051

Resize images preserving aspect ratio then zero-pad to a square to avoid distortion artifacts in face crops or object detection inputs

2026-04-22
cv-video-frame-sampling-pipeline
data-scientists-152051

Efficiently sample N evenly-spaced frames from a video using OpenCV grab/retrieve pattern with optional resize for batch face detection or classification

2026-04-22
cv-frame-differencing-temporal-encoding
data-scientists-152051

Encode motion and velocity by computing per-channel pixel differences between consecutive frames instead of stacking raw frames for RL visual observations

2026-04-22
cv-smm-spatial-observation-encoding
data-scientists-152051

Encode game state as a Super Mini Map (SMM) with separate binary channels for players, ball, and ownership, bit-packed for efficient transfer in RL training

2026-04-22
tabular-ball-landing-prediction
data-scientists-152051

Predict where a projectile will land using kinematic equations with estimated gravity to intercept aerial passes in game AI simulations

2026-04-22
tabular-hierarchical-rule-engine
data-scientists-152051

Two-level group-then-pattern dispatch for game AI agents where groups filter by game state and ordered patterns within a group fire the first matching action

2026-04-22
tabular-opponent-avoidance-scoring
software-developers

Score candidate movement directions by average distance to nearby opponents and pick the safest path for ball-carrying agents in game AI

2026-04-22
tabular-chained-target-prediction
data-scientists-152051

Predict correlated targets sequentially, using earlier target predictions as input features for subsequent targets to exploit inter-target dependencies

2026-04-22
tabular-season-phase-labeling
data-scientists-152051

Map calendar dates to categorical season phases (offseason, preseason, regular, postseason) using np.select with boundary date conditions

2026-04-22
timeseries-kaggle-api-streaming-inference
data-scientists-152051

Predict day-by-day via Kaggle's iter_test API while maintaining a rolling history buffer for computing lag features online

2026-04-22
timeseries-multi-lag-target-features
data-scientists-152051

Generate lag features for multiple targets over N days by shifting evaluation dates and self-joining per entity, creating a wide feature matrix of past target values

2026-04-22
timeseries-periodogram-seasonality-detection
data-scientists-152051

Use scipy periodogram to identify dominant seasonal frequencies in a time series before selecting Fourier feature orders or ARIMA seasonal parameters

2026-04-22
tabular-game-state-grid-encoding
software-developers

Encode a 2D game board into a normalized multi-channel feature tensor with log-scaled resources, signed unit counts, and directional features for RL agents

2026-04-22
tabular-phase-based-strategy-cycling
software-developers

Divide a game into repeating phases (attack, mine, spawn) with turn-modular gating so the agent cycles between aggressive and economic behavior

2026-04-22
tabular-ppo-gym-wrapper-kaggle-env
software-developers

Wrap a Kaggle competitive game environment as an OpenAI Gym env with continuous action space for training PPO agents via stable-baselines3

2026-04-22
tabular-rectangular-flight-plan-encoding
software-developers

Encode closed rectangular patrol routes as compact direction-distance strings for fleet pathfinding on toroidal game grids

2026-04-22
tabular-time-varying-reward-shaping
software-developers

Shape RL rewards with time-decaying asset weights and time-increasing resource weights so the agent transitions from expansion to accumulation as the game progresses

2026-04-22
cv-classifier-free-guidance-diffusion
software-developers

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

2026-04-22
cv-clip-interrogator-captioning
software-developers

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

2026-04-22
cv-embedding-knn-regression
software-developers

GPU-accelerated k-NN regression on CLIP image embeddings using cosine distance and inverse-distance-power weighting to predict target embedding vectors

2026-04-22
cv-sentence-transformer-target-encoding
software-developers

Encode text prompts into fixed-length dense vectors using SentenceTransformer for cosine-similarity evaluation in image-to-text retrieval tasks

2026-04-22
cv-weighted-embedding-blending
software-developers

Ensemble predictions from heterogeneous vision-language models by blending their output embeddings with fixed scalar weights in embedding space

2026-04-22
timeseries-activity-threshold-lastval-fallback
software-developers

Override model predictions with last known value for low-activity or low-density entities where learned trends are unreliable

2026-04-22
timeseries-density-to-count-roundtrip
software-developers

Convert a density metric back to integer counts using known population, round to nearest integer, then recompute density to exploit the discrete nature of the target

2026-04-22
timeseries-expanding-window-stacking
software-developers

Walk-forward stacking ensemble that trains base models on expanding windows and a meta-learner on their out-of-fold predictions across time

2026-04-22
timeseries-ratio-target-for-smape
software-developers

Transform forecasting target to next/current ratio minus one so that optimizing MAE or squared error implicitly minimizes SMAPE

2026-04-22
timeseries-retroactive-outlier-rescaling
data-scientists-152051

Walk backward through a time series and multiplicatively rescale segments when jumps exceed a fraction of the running mean to correct data collection anomalies

2026-04-22
llm-4bit-nf4-double-quantization
software-developers

Load large LLMs with 4-bit NF4 quantization and optional double quantization via BitsAndBytes to reduce GPU memory by 4x while preserving inference quality

2026-04-22
llm-inverse-task-prompt-template
data-scientists-152051

Structured prompt template for recovering the instruction that transformed one text into another, with labeled original/rewritten fields and explicit task framing

2026-04-22
llm-low-meaning-input-substitution
data-scientists-152051

Replace the actual input text with a generic low-meaning passage to prevent the LLM from fixating on content specifics, forcing it to focus on stylistic and structural transformation cues

2026-04-22
llm-perplexity-prompt-ranking
data-scientists-152051

Rank candidate prompts by computing LLM perplexity of the full conversation conditioned on each prompt, selecting the lowest-perplexity candidate as the best match

2026-04-22
llm-sentence-truncation-fallback
data-scientists-152051

Truncate LLM output to exactly N sentences and fall back to a known-good baseline string when output is empty or too short

2026-04-22
Showing top 40 of 535 collected skills in this repository.