Discover the Best AI Resources
Curated essentials, no noise — just what matters
Manages polyglot monorepos by caching unchanged outputs and running only affected tasks. Built with Rust and extensible in TypeScript; includes integrated CI features (remote caching, task distribution) and AI-native tooling such as a CLI optimized for autonomous agents and self-healing CI.
Sequence modeling toolkit for training custom models for translation, summarization, and language modeling. Reference implementation behind RoBERTa, BART, mBART, XLM-R, and wav2vec 2.0, with multi-GPU and mixed-precision training.
Expresses data quality checks as reusable, declarative "expectations" and auto-generates human-readable validation reports and docs; integrates with Python data stacks to enforce and monitor data reliability in ML and analytics pipelines.
Defines a portable model format and operator set for moving trained machine learning models across frameworks, runtimes, and hardware targets without locking the model to one toolchain.
Scales any Python or ML workload across CPUs and GPUs with a few decorators, instead of rewriting code for Spark or MPI. Bundles libraries for distributed training, hyperparameter tuning, RL, batch inference, and online model serving on one cluster.
Turns a top-to-bottom Python script into an interactive web app: each widget interaction reruns the whole script, with cache decorators skipping redundant work. No callbacks or HTML needed; built for data dashboards, ML demos, and internal tools.
Curates step-by-step, hands-on tutorials for reimplementing technologies from scratch—covering everything from OSs and compilers to neural networks, LLMs, and vision systems—so learners learn by rebuilding real systems across languages.
Provides 150+ executed Jupyter notebooks and code that reproduce the book 'Machine Learning for Algorithmic Trading (2nd ed.)' — covers feature engineering, alternative-data signal extraction, backtesting, NLP, deep learning and reinforcement learning for trading; best for quant researchers and practitioners.
Embeds multi-head self-attention inside an LSTM-style memory, so stored memories can attend to one another instead of just sitting in separate slots — sharpening relational reasoning and topping WikiText-103, Project Gutenberg, and GigaWord.
Tracks ML and LLM experiments end to end: logs params, metrics, and artifacts, versions models in a registry, and records agent traces via OpenTelemetry. Framework-agnostic, runs locally or self-hosted, with 50+ built-in evaluation metrics and LLM judges.
Introduced the two-stage recipe behind the GPT lineage: unsupervised generative pre-training on unlabeled text, then supervised fine-tuning per task. A single 12-layer Transformer decoder beat bespoke architectures on 9 of 12 NLP benchmarks.
Rust-native, event-driven trading platform for backtesting and live execution across crypto, forex, equities, and futures on 27+ venues. The same strategy code runs in nanosecond backtests and in production, giving true research-to-live parity.