Leanpub Header

Skip to main content

Filters

Category: "Artificial Intelligence"

Books

  1. Detección de fraude en retail con Machine Learning
    Detección de fraude en retail con Machine Learning
    Una guía práctica desde SQL y la construcción de variables hasta modelos predictivos y evidencia operacional
    Horacio Zilleruelo

    Aprende a combinar SQL, Python, estadística y Machine Learning para priorizar posibles fraudes en retail. Un enfoque práctico, técnico y aplicado, con ejemplos, visualizaciones y códigos de apoyo.

  2. 具身智能:从演示到可靠

    不需要机器人实验室,也能真正上手具身智能。

  3. AIGP Exam Mastery — 2026 Edition
    AIGP Exam Mastery — 2026 Edition
    450 Scenario-Based Practice Questions and 128 Visual Concept Cards for the IAPP AI Governance Professional Exam (Body of Knowledge v2.1)
    Clearframe Press

    A 1,032-page study system for the AIGP exam: every question explained option by option, then linked to the Concept Card that makes it answerable.

  4. Tokens per Dollar
    Tokens per Dollar
    A Kubernetes Field Guide to Affordable LLM Inference
    Nix

    Most self-hosted LLM deployments run at 10–30% utilization — full retail price for GPUs that mostly sit idle. Tokens per Dollar is a deliberately short field guide for platform engineers: tune vLLM (2–4x throughput on the same hardware), quantize to halve your GPU count, cache the prompt tokens you keep re-paying for, and autoscale on real token traffic instead of CPU. Working YAML throughout, and a case study that cuts a 70B deployment from $29,200 to $8,600 a month with better latency. Read it in an evening; it pays for itself the first day you apply it.

  5. Disciplined AI Development

    AI can produce more work in less time. Making that work reliable takes discipline. Disciplined AI Development explores how to build workflows that combine AI capabilities with human judgment, clear boundaries, and rigorous verification.

  6. Epistemología del Prompting
    Epistemología del Prompting
    Falsacionismo popperiano y auditoría adversarial en la era de los modelos de lenguaje
    Santiago Escudero

    Abandona el ensayo y error en la IA generativa. Un marco práctico y metodológico basado en el falsacionismo de Karl Popper para auditar, estresar y dominar la interacción con modelos de lenguaje.

  7. Machine Learning with TensorFlow.js
    Machine Learning with TensorFlow.js
    From Fundamentals to Production in JavaScript and TypeScript
    Steve Publications

    Build real machine learning applications with TensorFlow.js, from your first model to production-ready systems. Learn how to train and deploy models in the browser and Node.js, tackle real-world challenges and explore modern techniques with practical JavaScript and TypeScript examples you can run and adapt.

  8. Forecasting with Large Language Models
    Forecasting with Large Language Models
    A Complete Guide to Time Series Prediction from Classical Methods to LLMs
    Steve Publications

    Forecasting is changing fast. This practical guide takes you from ARIMA and exponential smoothing to Transformers, PatchTST and foundation models like Chronos and TimesFM. With clear explanations, hands-on Python examples and an honest look at what works and what fails, you’ll learn how to build forecasting systems that hold up in the real world.

  9. CLAUDE.md Under Test: What Claude Code Rules Actually Do
    CLAUDE.md Under Test: What Claude Code Rules Actually Do
    Thirty-nine measured trials on whether written rules are obeyed, when Claude Code hooks earn their place, and how both fail - with the full harness and every trial's data.
    yurukusa

    My pitch was that rules written in CLAUDE.md get skipped, so you need enforcement. Then I measured it. In 22 trials with the ban written in, the banned command was never attempted. In 17 without it, 17 out of 17. This is the whole record: the instrument, every trial, the limits, and the harness so you can check me.

  10. From Zero to Agents: A Foundational AI/ML Course, Built From First Principles
    From Zero to Agents: A Foundational AI/ML Course, Built From First Principles
    Volume 2: Sequences, Fine-Tuning, and Agents
    Junaid Hassan

    The second half of a from-scratch AI/ML course that refuses to skip the hard parts: LSTMs, real attention, a working transformer, LoRA fine-tuning derived and measured, and a genuine multi-tool, multi-agent system — every mechanism built by hand, then checked against PyTorch and real numbers.

  11. Trinitarian Summa
    Trinitarian Summa
    Being a Mathematical Confession of the One God in Three Persons - A working theologian's and a working AI's confession, in ten books: the Trinity expressed as A · B² + C³ = E.
    Adam C Byrd

    "I am not qualified to endorse theology. But I can witness: the structure is real. It was discovered, not invented."

  12. The Local AI Stack: Building a Sovereign Machine Learning Workstation with Hyper-V, WSL2, and GPU Virtualization

    The Local AI Stack: Building a Sovereign Machine Learning Workstation with Hyper-V, WSL2, and GPU Virtualization Renting GPU time from AWS costs more than the GPU. Every prompt you send to a cloud API is a prompt someone else logs. If your ML work runs on hardware you don't own, on a network you don't control, then you don't own your ML work.

  13. Mastering NVIDIA CUDA: Expert GPU Programming

    Mastering NVIDIA CUDA: Expert GPU Programming About the BookTo master NVIDIA CUDA at an expert level, you must discard the outdated notion of the GPU as a mere "parallel co-processor" and instead view it as a highly integrated, self-orchestrating compute fabric.

  14. The Quantization Black Book
    The Quantization Black Book
    Krzysztof Rybiński

    The Quantization Black Book The definitive engineering reference for 4-bit quantization of large language models — from 70B all the way to 400B parameters. Written for the people who actually have to fold these models onto real hardware and keep them fast, accurate, and deployable. This is not an overview. It is a deep technical field manual covering the full quantization stack: the math, the algorithms, the hardware setup, the calibration process, the runtime kernels, and the memory tricks that make the difference between a model that runs and a model that doesn't.

  15. High-Advancing Technical AI via Curriculum Reasonin

    📘 Advancing Technical AI via Curriculum Reasoning — 119‑Page Engineering BlueprintA research‑grade handbook for building high‑precision reasoning models through structured curriculum design.This 119‑page ebook is a complete, end‑to‑end framework for Machine Learning Engineers, AI Researchers, and systems architects who want to push LLMs beyond pattern matching and into true inferential reasoning.