Leanpub Header

Skip to main content

Filters

Category: "Algorithm"

Algorithm

  1. Physics-Informed Machine Learning A Practical Guide: Stage 1 Foundations & Your First PINN

    A practical, code-first guide to physics-informed machine learning for scientists and engineers. You'll build a working Physics-Informed Neural Network from scratch in PyTorch, solve a real differential equation, and verify it against the exact solution — staying honest about both the power and the limits of the method.

  2. Mastering Programming Foundations With Python, Java, and C# Side-by-Side
    Mastering Programming Foundations With Python, Java, and C# Side-by-Side
    A Comparative Journey Through Three Major Programming Languages
    Aimé Mbobi, Ph.D.

    Why learn one programming language when you can understand three at once? This book introduces the foundations of programming through a powerful side-by-side comparison of Python, Java, and C#, enabling readers to build strong conceptual understanding, transferable coding skills, and a solid pathway toward modern software engineering.

  3. Mastering C Programming: A Comprehensive   Guide for Graduate And MCA Students

     Why Should You Study This Book?Comprehensive Coverage: This book covers all essential C programming concepts, from the basics to intermediate topics, making it suitable for students across various academic levels, including Class 12, graduates, and MCA students.Clear Explanations: The concepts are presented in a simple, easy-to-understand manner. Whether you are a novice or have some programming experience, you’ll find the explanations clear and easy to follow.Practical Focus: It includes numerous hands-on examples and practice problems to reinforce the concepts. With each chapter, you will have the opportunity to write real C programs, which will help you solidify your understanding and develop practical programming skills.Real-World Applications: The book does not just cover theory. It guides you through creating practical programs such as a basic calculator, a library management system, and even a text editor. These projects provide a real-world context to what you’re learning, making it easier to grasp how C programming is used in various applications.Skill Development: Learning C programming will sharpen your problem-solving abilities, logical thinking, and analytical skills. These skills are essential not only for programming but also for tackling complex challenges in various fields of study and work.Error Handling and Debugging: The book emphasizes the importance of writing error-free and optimized code. It introduces common pitfalls and debugging techniques, helping students become efficient and error-resistant programmers.Preparation for Further Studies: If you're planning to learn advanced topics like data structures, algorithms, or even system programming, this book provides the foundation you'll need. Mastering C will give you a strong base for learning other programming languages and advanced computing concepts.

  4. Supervised learning Algorithms: A student’s practical guide
    Supervised learning Algorithms: A student’s practical guide
    A student’s practical guide
    Anshuman Mishra

    By diving into this book, students will:1.     Master Supervised Learning Fundamentals Gain strong conceptual understanding and practical competence.2.     Evate & Deploy Models Effectively Understand how to build, validate, interpret, and deploy high-quality models.3.     Think Critically about AI Systems Develop ethical awareness and critical reasoning regarding data bias and model behavior.

  5. Data structure   and algorithms    for AI & ML

    ·        Comprehensive Learning Path: The book starts with basics and gradually leads you to advanced topics, making it accessible for beginners and challenging for advanced learners.·        Contextual AI Applications: Every concept is illustrated with AI and ML examples, ensuring relevance and immediate applicability.·        Enhanced Understanding of AI Models: Knowing data structures like trees and graphs clarifies how decision trees or knowledge graphs operate internally, boosting your model-building skills.·        Algorithm Efficiency Awareness: Understanding algorithm complexity and heuristics allows you to write optimized AI programs that can handle large datasets and real-time processing.·        Practical Coding Exercises: With implementations in Python, you will develop a coding mindset essential for AI practitioners.·        Preparation for Research and Development: The book equips you to contribute to AI research and innovate new algorithms or improve existing ones.

  6. Notes on Dynamical Systems for Actor-Critic Learning
    Notes on Dynamical Systems for Actor-Critic Learning
    A Dynamical Systems Approach to Reinforcement Learning Mean Dynamics
    Vladyslav Prytula

    An introduction to actor-critic algorithms as dynamical systems: featuring hand-computable examples, fast-slow reductions, and machine-checked Lean 4 proofs

  7. The Modern C++ and STL Interview Compendium
    The Modern C++ and STL Interview Compendium
    Interview Questions and Answers for Modern C++ Developers
    Yohan Rodriguez

    A practical interview reference covering Modern C++ language features, STL usage, concurrency, and performance (525 manuscript pages).

  8. Modern Introduction to Data Science
    Modern Introduction to Data Science
    Mastering Analytics, Machine Learning, and Data-Driven Insights
    Alex R. Insight

    Master the future of technology with this definitive guide to Modern Data Science. Unlock actionable insights through Analytics, Machine Learning, and Big Data strategies. Perfect for beginners and pros wanting a logic-first approach to data-driven decision making.

  9. Logic-First Coder
    Logic-First Coder
    Mastering Algorithmic Thinking, Problem Solving, and Clean Code Architecture
    Alex R. Insight

    Stop being a syntax typist. Master Clean Code Architecture and Algorithmic Thinking to become a professional Software Architect in 2026. This blueprint teaches you to build Scalable Systems using Binary Logic, Big O Notation, and proven Software Engineering Patterns. Perfect for the modern Backend Developer, self-taught coder, and Tech Entrepreneur looking to design high-performance software from scratch.

  10. Python Beginner Workbook
    Python Beginner Workbook
    A Practical Workbook for High School Students and Beginner Programmers
    Fatih ARICA

    Learn Python step by step with a practical workbook designed for absolute beginners. This book combines clear explanations, visual flowcharts, exercises, and hands-on coding projects to help you understand programming from the ground up.

  11. Python Programming for Beginners
    Python Programming for Beginners
    A Practical Workbook for High School Students and Beginner Programmers
    Fatih ARICA

    This book introduces students to the fundamentals of Python programming through a structured and practical learning approach. Designed for beginners, the book focuses on problem solving, algorithms, and core programming concepts using clear explanations and hands-on exercises. Readers will learn how to build Python programs step by step while developing computational thinking skills.

  12. Mobile Coding Interviews Using Kotlin/Swift
    Mobile Coding Interviews Using Kotlin/Swift
    Pattern-Based Problem Solving in Swift & Kotlin
    Mahmoud Ramadan

    Crack mobile coding interviews by mastering patterns instead of memorization. This book teaches you how to quickly recognize interview problems and solve them confidently using reusable Swift and Kotlin templates, exactly the way top iOS and Android candidates do. If you want to think clearly, code fast, and explain your solutions under pressure—this book is for you.

  13. Data Structures and Algorithm Design using Python
    No Description Available
  14. Practical C++23 Backend Programming, Second Edition
    Practical C++23 Backend Programming, Second Edition
    Crafting Databases, APIs, and Web Servers for High-Performance Backend
    GitforGits | Asian Publishing House

    In this book, you'll see that the book is designed with one main idea. It aims to give you the skills, confidence and understanding you need to build and deliver real Backend systems. Each chapter is designed to teach you everything you need to know to get hands-on with writing, configuring, deploying and troubleshooting your own projects. Right at the start, we got stuck into designing APIs and building backend systems. We didn't just stick to the basics, though. We went beyond that pretty quickly and started using modern protocols like gRPC and the key contract-first methods that are now the norm for scalable backend systems.

  15. Assembly Arithmetic Algorithms-DOS
    Assembly Arithmetic Algorithms-DOS
    16-bit DOS Edition
    Chastity White Rose

    Low level is a term that confuses people. People think something high level is better than low level. In simple terms, humans consider themselves superior to machines and therefore think themselves higher or more important because of their abstract though. A computer thinks only in terms of numbers. A computer may not understand "high level" abstractions such as love, religion, philosophy, etc, but that is not its job. A computer must add, subtract, multiply, and divide. These are the four arithmetic functions which many human struggle to do. I wrote this book because I think like a machine and I hope to help others think this way because it is the best way to learn programming and control your computer by writing Assembly Language programs or to go back to your favorite programming language with a greater understanding of why things work as they do.