Leanpub Header

Skip to main content

Filters

Category: "Data Science"

Data Science

  1. OpenIntro Statistics
    OpenIntro Statistics
    Includes 1st, 2nd, 3rd, and 4th Editions
    OpenIntro, Christopher Barr, Mine Cetinkaya-Rundel, and David Diez

    A complete foundation for Statistics, also serving as a foundation for Data Science. Leanpub revenue supports OpenIntro (US-based nonprofit) so we can provide free desk copies to teachers interested in using OpenIntro Statistics in the classroom and expand the project to support free textbooks in other subjects. More resources: openintro.org.

  2. Introduction to Modern Statistics
    Introduction to Modern Statistics
    OpenIntro, Mine Cetinkaya-Rundel, and Johanna Hardin

    The book is also available in paperback for $25. Paperback royalties go to OpenIntro (US-based nonprofit), and the optional Leanpub PDF contributions go to authors to fund their time on this book.

  3. Building AI That Knows Your Data
    Building AI That Knows Your Data
    RAG From Scratch · Volume I · Foundations
    JC Marin

    Your company's answers are already written down. This book builds the machine that finds them.

  4. The Hundred-Page Machine Learning Book

    Everything you really need to know in Machine Learning in a hundred pages.

  5. Interpretable Machine Learning (Third Edition)
    Interpretable Machine Learning (Third Edition)
    A Guide for Making Black Box Models Explainable
    Christoph Molnar

    This book teaches you how to make machine learning models more interpretable.

  6. The Hundred-Page Language Models Book
    The Hundred-Page Language Models Book
    hands-on with PyTorch
    Andriy Burkov

    Master language models through mathematics, illustrations, and code―and build your own from scratch!

  7. Introductory Statistics for the Life and Biomedical Sciences
    Introductory Statistics for the Life and Biomedical Sciences
    OpenIntro, Dave Harrington, and Julie Vu

    Introduction to Statistics for the Life and Biomedical Sciences is the 4th official OpenIntro book and has been written to be used in conjunction with a set of self-paced learning labs. These labs guide students through learning how to apply statistical ideas and concepts discussed in the text with the R computing language.

  8. Advanced High School Statistics
    Advanced High School Statistics
    1st + 2nd + 3rd + 4th Editions
    OpenIntro, Mine Cetinkaya-Rundel, Christopher Barr, Leah Dorazio, and David Diez

    Includes Editions 1, 2, 3, and 4. Editions 1-3 are listed under "Extras" after checking out, including for $0 purchases. AHSS provides a thorough intro to statistics and supports students preparing for the AP Statistics exam. B&W paperbacks (color) are sold for $25 ($40). Paperback royalties are shared between OpenIntro and the authors. Leanpub contributions go to authors to fund their time.

  9. AI for Data Visualisation
    AI for Data Visualisation
    How to use LLMs to help you visualise your data
    Peter Cook

    AI for Data Visualisation shows how large language models (LLMs) can be used to explore, transform and visualise your data. It shows how to use simple prompts to analyse and transform data and to create charts, maps and simple dashboards.

  10. The Agentic AI book
    The Agentic AI book
    From Language Models to Multi-Agent Systems
    Dr. Ryan Rad

    It's never been easier to build an AI agent — and never been harder to make one that actually works. This book takes you from language model foundations to production-ready multi-agent systems with the depth to predict failure before it happens, engineer graceful degradation over catastrophic failure, and take absolute architectural ownership. Get the paperback from amazon.

  11. Introduction to Data Science
    Introduction to Data Science
    Data Analysis and Prediction Algorithms with R
    Rafael A Irizarry

    The demand for skilled data science practitioners in industry, academia, and government is rapidly growing. This book introduces concepts from probability, statistical inference, linear regression and machine learning and R programming skills. Throughout the book we demonstrate how these can help you tackle real-world data analysis challenges.

  12. R Programming for Data Science

    This book brings the fundamentals of R programming to you, using the same material developed as part of the industry-leading Johns Hopkins Data Science Specialization. The skills taught in this book will lay the foundation for you to begin your journey learning data science. Printed copies of this book are available through Lulu.

  13. Data Analysis for the Life Sciences
    Data Analysis for the Life Sciences
    Rafael A Irizarry and Michael I Love

    Data analysis is now part of practically every research project in the life sciences. In this book we use data and computer code to teach the necessary statistical concepts and programming skills to become a data analyst. Instead of showing theory first and then applying it to toy examples, we start with actual applications and describe the theory as it becomes necessary to solve specific challenges. The book includes links to computer code that readers can use to follow along as they program.

  14. Generative AI for Science
    Generative AI for Science
    A Hands-On Guide for Students and Researchers
    J. Paul Liu

    Bridge AI and science with this hands-on guide. Whether you're a researcher learning ML or an engineer entering scientific applications, build real systems across chemistry, biology, physics & climate. Master Transformers, Diffusion Models & GNNs for scientific discovery. 500+ pages, 50+ Colab notebooks. Design molecules, predict proteins, accelerate climate models—all hands-on, zero setup required.

  15. My Adventures with Large Language Models
    My Adventures with Large Language Models
    Build foundational LLMs from Transformers to DeepSeek, from scratch, in PyTorch.
    Prathamesh S.

    Build GPT-2, Llama 3, and DeepSeek from scratch in PyTorch. Every chapter has runnable end-to-end code and loads real pretrained weights. Goes well past where most LLM tutorials stop.