Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

ds-skills

يحتوي ds-skills على 535 من skills المجمعة من wenmin-wu، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
535
Stars
52
محدث
2026-04-23
Forks
4
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

cv-chunked-csv-image-generator
علماء البيانات

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
علماء البيانات

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
علماء البيانات

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
علماء البيانات

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
علماء البيانات

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
علماء البيانات

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
علماء البيانات

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
علماء البيانات

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
علماء البيانات

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
علماء البيانات

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
علماء البيانات

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
علماء البيانات

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
علماء البيانات

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
علماء البيانات

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
مطوّرو البرمجيات

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
علماء البيانات

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
علماء البيانات

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
علماء البيانات

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
علماء البيانات

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
علماء البيانات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
علماء البيانات

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
مطوّرو البرمجيات

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
علماء البيانات

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
علماء البيانات

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
علماء البيانات

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
علماء البيانات

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
عرض أهم 40 من أصل 535 skills مجمعة في هذا المستودع.