بنقرة واحدة
ix-category
Category theory primitives — monad laws verification, free-forgetful adjunction
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Category theory primitives — monad laws verification, free-forgetful adjunction
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Test model robustness with adversarial attacks and defenses
Multi-armed bandit simulation — epsilon-greedy, UCB1, Thompson sampling
Benchmark and compare ix algorithm performance
Embedded Redis-like cache with TTL, LRU, pub/sub, and RESP protocol
Chaos theory analysis — Lyapunov exponents, bifurcation, attractors, fractals
Cluster data using K-Means or DBSCAN
استنادا إلى تصنيف SOC المهني
| name | ix-category |
| description | Category theory primitives — monad laws verification, free-forgetful adjunction |
| disable-model-invocation | true |
Verify monad laws and explore adjunctions with concrete implementations.
When the user wants to verify monad laws, explore the Free ⊣ Forgetful adjunction, or understand category theory through executable examples.
use ix_category::monad::{Monad, OptionMonad, ResultMonad, FreeForgetfulAdj};
Tool name: ix_category
Operations: monad_laws, free_forgetful