Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

ds-skills

ds-skills contient 535 skills collectées depuis wenmin-wu, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
535
Stars
52
mis à jour
2026-04-23
Forks
4
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

cv-chunked-csv-image-generator
Scientifiques des données

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
Scientifiques des données

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
Scientifiques des données

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
Scientifiques des données

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
Scientifiques des données

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
Scientifiques des données

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
Scientifiques des données

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
Scientifiques des données

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
Scientifiques des données

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
Scientifiques des données

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
Scientifiques des données

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
Scientifiques des données

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
Scientifiques des données

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
Scientifiques des données

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
Développeurs de logiciels

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
Scientifiques des données

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
Scientifiques des données

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
Scientifiques des données

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
Scientifiques des données

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
Scientifiques des données

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Scientifiques des données

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
Développeurs de logiciels

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
Scientifiques des données

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
Scientifiques des données

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
Scientifiques des données

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
Scientifiques des données

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
Affichage des 40 principaux skills collectés sur 535 dans ce dépôt.