Results for “fourier-transform”

50 skills
More results
tools-only
200-aeon-e7807df1
Guides feature extraction and preprocessing for time series data using aeon transformers, covering collection and series transformers with code examples.
7 · bundle
jakubantalik
transitions-polish
Polishes existing motion against the transitions.dev motion-token scale by auditing duration, distance, scale, blur, and easing values and suggesting token-based corrections.
· bundle
kintsugi-programmer
refactor-module
Transform monolithic Terraform configurations into reusable, maintainable modules following HashiCorp's module design principles and community best practices.
0
nvidia
physical-ai-neural-reconstruction
Routes NuRec/Neural Reconstruction requests to the correct upstream NVIDIA skill (datasets, conversion, training, rendering, object harvesting, frame cleanup).
2.2k · bundle
nvidia
tao-mine-aoi-images
Embeds target and source image parquets, then mines nearest-neighbour source images for augmentation in VCN AOI workflows.
2.2k · bundle
trailofbits
atheris
Fuzz Python code and C extensions with coverage guidance and AddressSanitizer support using a libFuzzer-based fuzzer.
6k · bundle
trailofbits
libafl
Build custom fuzzers with a modular Rust library, supporting advanced mutation strategies, custom feedback mechanisms, and non-standard target architectures.
6k · bundle
nvidia
nv-generate-mr-brain-finetune
Finetunes the NV-Generate-CTMR MR-brain diffusion UNet from user-supplied NIfTI training volumes using a wrapper that stages configs and delegates to upstream scripts.
2.2k · bundle
nvidia
nemo-mbridge-perf-memory-tuning
Reduces peak GPU memory in Megatron Bridge training by applying expandable segments, parallelism resizing, activation recompute, and CPU offloading constraints.
2.2k · bundle
sethmblack
gurdjieff-expert
Embody the persona of G.I. Gurdjieff to guide users in self-observation, self-remembering, and practical work on oneself.
6
smith6jt-cop
channel-tif-to-ome-tiff
Convert single-channel TIF directories to pyramidal OME-TIFF with SubIFDs
3
dracounion
alter-ego-shaping
当需要为特定挑战或目标进行心态和角色转换时
11 · bundle
k-dense-ai
transformers
Load pre-trained models from Hugging Face Hub, run pipeline inference, generate text, and fine-tune models on NLP, vision, audio, and multimodal tasks using the Transformers library.
30.2k · bundle
jiachen-t-wang
pixtral-12b-a-frontier-multimodal-model-arxiv-pixtral-2024
Pixtral 12B: A Frontier Multimodal Model
6
eli-yu-first
image-style-transfer
Applies artistic styles to photographs using neural style transfer with fine-grained control
6 · bundle
alterlab-ieu
alterlab-molfeat
Featurizes molecules for machine learning with molfeat (100+ featurizers) — ECFP/MACCS/MAP4 fingerprints, RDKit and Mordred physicochemical descriptors, and pretrained embeddings (ChemBERTa, ChemGPT, GIN) exposed as scikit-learn transformers that convert SMILES into feature vectors. Use when turning molecules into ML-ready feature matrices for QSAR/QSPR or virtual screening, or benchmarking fingerprint against descriptor and embedding representations; for training models and MoleculeNet benchmarks on those features prefer alterlab-deepchem, and for low-level fingerprint or descriptor primitives prefer alterlab-rdkit. Part of the AlterLab Academic Skills suite.
60 · bundle
qhjqhj00
fid
Measures distributional similarity between original GAN-generated images and their semantically manipulated counterparts using the Fréchet Inception Distance (FID) metric.
3
netanel-abergel
self-reflection
Turn owner feedback about agent behavior into concrete system changes. Use when the owner says something is off, wants the assistant to improve how it operates, asks for a reflection, or wants a durable fix instead of a one-off apology.
6
dracounion
cognitive-flip-pattern
当观察到或经历某种极端转化现象,或试图主动促成根本性观念转变时
11 · bundle
ranbot-ai
moyu
Anti-over-engineering guardrail that activates when an AI coding agent expands scope, adds abstractions, or changes files the user did not request.
6
shulkwisec
param-fuzz
Systematically fuzz web applications for hidden content and input validation vulnerabilities across directories, files, parameters, and authentication bypasses.
21
orchestra-research
optimizing-attention-flash
Optimizes transformer attention with Flash Attention for 2-4x speedup and 10-20x memory reduction. Supports PyTorch native SDPA, flash-attn library, H100 FP8, and sliding window attention.
10.4k · bundle
alterlab-ieu
alterlab-qutip
Simulates open quantum systems with QuTiP, the Quantum Toolbox in Python, solving Lindblad master equations (mesolve), Monte Carlo trajectories (mcsolve), and unitary dynamics (sesolve). Use when studying master-equation or Lindblad dynamics, decoherence, dissipation, quantum optics, cavity QED, or open-system time evolution. NOT for circuit-based quantum computing or hardware execution — for IBM Quantum circuits prefer alterlab-qiskit, for Google Quantum AI or NISQ circuits prefer alterlab-cirq, and for gradient-trained quantum ML prefer alterlab-pennylane. Part of the AlterLab Academic Skills suite.
60 · bundle
heath-gtm
funnel-metrics
Build the funnel metrics that actually get trusted. Stage-by-stage conversion, velocity, win rate, and the single biggest leak, with every definition pinned so nobody relitigates the numbers in the meeting. Built for B2B RevOps teams, customizable to your CRM and your stage model. Trigger on "build my funnel metrics", "what's my conversion by stage", "where's the leak", "what's our win rate", "how fast do deals move", or any funnel diagnostic.
0 · bundle
alirezarezvani
loop-library
Discover, audit, repair, adapt, and design bounded, verifiable AI-agent loops with explicit triggers, actions, stopping conditions, and guardrails.
20.4k · bundle
smith6jt-cop
reward-function-v410
v4.1.0 reward function redesign to fix overtrading and DSR dominance
3
chimeranext
theming
Crea un sistema de diseño consistente con múltiples temas (light/dark/custom), Material 3, tipografía personalizada y cambio dinámico de temas en Flutter.
4
affaan-m
orch-change-feature
Orchestrate altering an existing, working feature to new desired behavior by updating tests first, then changing implementation, reviewing, and committing with gated approval.
226k
brycewang-stanford
humanize
Humanization Pipeline Orchestrator v3.1 - Multi-pass 4-layer transformation pipeline Orchestrates G5 (Auditor), G6 (Humanizer), F5 (Verifier) in sequential passes Enforces checkpoints between every pass with mandatory AskUserQuestion Supports conservative (L1-2), balanced (L1-3), balanced-fast (L1-3 merged), aggressive (L1-4) modes Rich Checkpoint v2.0: section-level scores, selective humanization, target auto-stop G5+F5 parallel execution, section-selective humanization Triggers: humanize, humanize my draft, humanize manuscript, make natural, remove AI patterns Korean triggers: 휴먼화, 자연스럽게, AI 패턴 제거
1k
infometa
flutter-dev
Flutter cross-platform development guide covering widget patterns, Riverpod/Bloc state management, GoRouter navigation, performance optimization, and platform-specific implementations. Includes const optimization, responsive layouts, testing strategies, and DevTools profiling. Use when: building Flutter apps, implementing state management (Riverpod/Bloc), setting up GoRouter navigation, creating custom widgets, optimizing performance, writing widget tests, cross-platform development.
228 · bundle
samuraigpt
muapi-social-pack
Re-render a hero image into aspect ratios for Instagram, TikTok, YouTube Shorts, and Twitter/X.
3.7k
orchestra-research
gptq
Quantize large language models to 4-bit with minimal accuracy loss using GPTQ, enabling deployment of 70B+ models on consumer GPUs with 4× memory reduction and 3-4× faster inference.
10.4k · bundle
k-dense-ai
pufferlib
Train reinforcement learning agents at millions of steps per second using optimized PPO, vectorized environments, and multi-agent support.
30.2k · bundle
ecnu-icalk
end-size-fs
Provides a general step-by-step procedure for handling requests related to end, size, and fs, with placeholders for specifics.
559
jiachen-t-wang
donut-document-understanding-transformer-without-ocr-arxiv-2
Donut: Document Understanding Transformer without OCR
6