Kick off your book project in 2 hours! Live workshop on Zoom. You’ll leave with a real book project, progress on your first chapter, and a clear plan to keep going. Tuesday, June 16, 2026. Learn more…

Leanpub Header

Skip to main content

Filters

Category: "Machine Learning"

Books

  1. Machine Learning in Python for Dynamic Process Systems
    A practitioner’s guide for building process modeling, predictive, and monitoring solutions using dynamic data
    Ankur Kumar and Jesus Flores Cerrillo

    This book provides a comprehensive coverage of ML methods that have proven useful in process industry for dynamic process modeling. Step-by-step instructions, supported with industry-relevant case studies, show how to develop solutions for process modeling, process monitoring, etc., using classical and modern methods. Also available at Google Play 

  2. Calculus for machine learning and artificial intelligence
    From derivatives to backpropagation
    Anshuman Mishra

    Pedagogical Philosophy of the BookThis book is designed with three guiding principles:1.     Clarity over Formalism While maintaining mathematical accuracy, the book avoids unnecessary formalism that can confuse beginners. Instead, it uses intuitive explanations, diagrams, and real-world analogies.2.     Integration of Computation Every mathematical concept is tied to computational practice. Readers are encouraged to implement simple code snippets (in Python, NumPy, or similar tools) to reinforce their understanding.3.     Balance Between Breadth and Depth The book covers the essential calculus concepts in sufficient depth to support AI applications, without delving into overly abstract branches that have limited relevance to machine learning. Who Should Read This Book?·        Students of Computer Science, Data Science, and AI – who want to strengthen their mathematical foundation for advanced courses and projects.·        Researchers in AI – who need a refresher or structured guide to connect calculus with modern algorithms.·        Industry Professionals and Engineers – who want to move beyond using libraries like TensorFlow or PyTorch blindly and instead gain an understanding of the mathematics behind the models.·        Educators – who seek a resource that connects abstract mathematics with practical AI examples for teaching purposes.Benefits of Studying This Book1.     Builds Mathematical Confidence – Readers who once found calculus intimidating will discover a fresh, accessible perspective tailored for AI.2.     Enables Deeper Understanding of Algorithms – Going beyond “black box” usage of AI tools, readers will understand why models work.3.     Enhances Problem-Solving Skills – By mastering calculus-driven optimization, readers can design new models and improve existing ones.4.     Supports Academic and Career Growth – Mastery of calculus strengthens research capabilities, technical interviews, and advanced study opportunities.5.     Encourages Critical Thinking – Rather than rote memorization, the book fosters curiosity about the connections between mathematics and intelligent systems. The Long-Term VisionArtificial Intelligence is not just a passing trend—it is shaping the future of science, technology, and human society. Calculus, as a timeless branch of mathematics, ensures that learners have the intellectual tools to adapt to new paradigms. As AI expands into quantum computing, neuroscience-inspired architectures, and beyond, the reliance on calculus will remain unshaken.This book provides readers not just with knowledge, but with intellectual independence—the ability to reason about algorithms, derive insights, and innovate confidently.   

  3. Machine Learning for Everyone
    An simple introduction to the world of Artificial Intelligence
    Denis Krutikov

    Most books on machine learning fall into two categories: technical programming books or popular books about the social impact of AI. Few explain, in a serious but accessible way, how machine learning itself actually works. Machine Learning for Everyone fills that gap.

  4. Get a hands-on introduction to machine learning with genetic algorithms using Python. Step-by-step tutorials build your skills from Hello World! to optimizing one genetic algorithm with another, and finally genetic programming; thus preparing you to apply genetic algorithms to problems in your own field of expertise.

  5. Building LLM and AI Agent-Based Applications for the Process Industry
    A gentle introduction to building useful agentic AI industrial solutions
    Ankur Kumar and Akhilesh Jain

    This book familiarizes readers with the world of LLM and agentic AI, and helps them quickly gain a working-level knowledge of building useful agentic AI solutions for process industry operations. With no prerequisites required, practical demo applications, and a hands-on approach adopted throughout, this book makes advanced AI technologies accessible to process engineers and data scientists alike. It aims to help process data scientists and engineers take their first confident steps into Agentic AI world, understand the full picture, and build a strong enough foundation to keep learning and building on their own. Also available here.

  6. Simplifying Machine Learning with PyCaret
    A Low-code Approach for Beginners and Experts!
    Giannis Tolios

    A beginner-friendly introduction to machine learning with Python, that is based on the PyCaret and Streamlit libraries. Readers will delve into the fascinating world of artificial intelligence, by easily training and deploying their ML models!

  7. Zefs Guide to Deep Learning is a short guide to the most important concepts in deep learning, the technique at the center of the current artificial intelligence revolution. It will give you a strong understanding of the core ideas and most important methods and applications. All in around only 150 pages!

  8. Machine Learning in Python for Visual and Acoustic Data-based Process Monitoring
    A short beginner’s guide to deep learning-based computer vision and abnormal sound detection
    Ankur Kumar

    This book is a quick foray into the world of deep learning-based computer vision and abnormal equipment sound detection. The readers are introduced to the ease with which powerful equipment and product quality monitoring solutions can be built using sound and visual data.

  9. Engineering AI Assistants
    The Definitive Guide for Users and Builders: Standards, Safety, and Reliability
    Nick Vyzas

    A practical field guide for using AI assistants at work—and engineering them in production. Learn the standards that prevent “sounds right, wrong” outputs: specs, grounding, tools, evals, guardrails, and cost control.

  10. Understanding the most common mistakes in machine learning will allow you not only to avoid them, but to build better machine learning systems and less prone to errors. After reading this book, you will be ready to build more robust and trustworthy machine learning models.

  11. No Description Available
  12. Data Mesh Architektur
    Aus der Engineering-Perspektive
    Dr. Simon Harrer, Larysa Visengeriyeva, and Jochen Christ

    In diesem Primer erklären wir Data Mesh aus der Engineering-Perspektive.

  13. The Smartest Way to Learn Python Regular Expressions
    Learn the Best-Kept Productivity Secret of Code Masters
    Finxter, Zohaib Riaz, and Lukas Rieger

    Google engineers are regular expression masters. Do you want to become one, too? The Smartest Way to Learn Python Regex transforms you into a regular expression master. The book leverages an innovative learning approach: (1) read a chapter, (2) watch a course video, and (3) solve a code puzzle. It's fun!

  14. Mastering Deep Learning with PyTorch
    From Fundamentals to Real-World Projects
    Anshuman Mishra

    Mastering Deep Learning with PyTorch: From Fundamentals to Real-World Projects This first edition delivers a complete end-to-end learning pathway for mastering modern deep learning using PyTorch. Major Topics Covered • Deep Learning Fundamentals• Artificial Neural Networks• PyTorch Framework and Tensor Operations• Automatic Differentiation (Autograd)• Feedforward Neural Networks• Convolutional Neural Networks (CNNs)• Recurrent Neural Networks (RNNs)• Long Short-Term Memory Networks (LSTMs)• Attention Mechanisms• Transformer Architectures• Hugging Face Ecosystem• Generative Adversarial Networks (GANs)• Computer Vision Applications• Natural Language Processing Applications• Model Evaluation and Optimization• Hyperparameter Tuning• Explainable Artificial Intelligence (XAI)• Ethical AI and Bias Mitigation• Model Deployment and Production Pipelines Practical Implementations Included • Image Classification Systems• Object Detection Models• Image Segmentation Applications• Text Classification Systems• Sentiment Analysis Models• Language Translation Pipelines• Transformer-Based NLP Applications• GAN-Based Image Generation Capstone Projects Project 1: Pneumonia Detection using CNNProject 2: Sentiment Analysis using LSTMProject 3: Image Colorization using GANProject 4: Real-Time Object Detection SystemProject 5: Transformer-Based Intelligent Chatbot Industry Tools and Technologies • PyTorch• TorchVision• Hugging Face Transformers• TensorBoard• Flask• ONNX• Docker Concepts• AWS Deployment Basics• Google Cloud Deployment Concepts Intended Audience • Undergraduate Students• Postgraduate Students• Data Scientists• Machine Learning Engineers• AI Researchers• Software Developers• Academic Professionals• Industry Practitioners Learning Outcomes Upon completion of this book, readers will be able to:• Design and train neural network architectures.• Build computer vision applications using CNNs.• Develop NLP solutions using RNNs, LSTMs, and Transformers.• Implement generative AI systems using GANs.• Evaluate and optimize deep learning models.• Deploy PyTorch models into production environments.• Understand ethical considerations in AI development.• Create portfolio-ready deep learning projects.This release establishes a strong foundation for academic learning, industrial applications, and advanced research in modern deep learning.

  15. Learn Machine Learning. Build Real Projects. Launch Your AI Career.Machine Learning is transforming the world—and Python is the language powering that revolution.Mastering Machine Learning with Python: From Beginner to Pro provides a complete roadmap for understanding, implementing, and deploying modern machine learning solutions.Inside this book, you'll discover:✔ Artificial Intelligence and Machine Learning Fundamentals✔ Data Preprocessing and Feature Engineering✔ Python for Machine Learning✔ Regression and Classification Algorithms✔ Clustering and Dimensionality Reduction✔ Model Evaluation and Hyperparameter Tuning✔ Ensemble Learning Techniques✔ Neural Networks and Deep Learning✔ TensorFlow and Keras Development✔ Real-World Machine Learning Projects✔ Flask and Streamlit Deployment✔ Introduction to MLOps and Production AIFrom your first machine learning model to deploying intelligent applications, this book delivers the practical knowledge and hands-on experience needed to become an AI and Machine Learning professional.Whether you're a student, developer, data analyst, researcher, or career changer, this book will help you transform data into intelligent solutions and ideas into impactful applications.