Leanpub Header

Skip to main content

Filters

Category: "Deep Learning"

Deep Learning

  1. Coffee Break AI
    Coffee Break AI
    Understand How Artificial Intelligence Really Works - One Short Chapter at a Time
    Finxter

    Every news feed is full of AI buzzwords: Transformers, tokens, embeddings, context windows, hallucinations, objective functions. Yet most explanations are either dense academic textbooks or empty marketing fluff. ☕ Coffee Break AI is your practical guide to AI. Written in plain English with warm real-world analogies. It breaks down the core mechanisms of AI into 40 bite-sized chapters.

  2. Neural Networks with Python, Second Edition
    Neural Networks with Python, Second Edition
    Explore Transformers, ViTs, Diffusion, KANs, and SSMs using Python, NumPy and PyTorch
    GitforGits | Asian Publishing House

    We'll stick to five libraries, not because more would be a problem, but because keeping it simple shows how well we can organise things. When you download MNIST with just the standard library, you finally see what a dataset loader was hiding. If you write attention as four lines of NumPy before you ever call a PyTorch module, it's no longer a magic process but just plain arithmetic.

  3. Deep Learning with Python: From Fundamentals to Frontiers
    Deep Learning with Python: From Fundamentals to Frontiers
    A Complete Guide to Building, Training, and Deploying Neural Networks
    Steve Publications

    Deep learning is transforming the world, and this book provides a clear, practical path to mastering it. Through concise explanations and hands-on Python examples, you will learn to build, train, optimize, and deploy neural networks with confidence for real-world applications.

  4. The Hyper-Drive Algorithms ​From Raw Python Formulas to High-Performance GPU & Machine Code
    The Hyper-Drive Algorithms ​From Raw Python Formulas to High-Performance GPU & Machine Code
    From Raw Python Formulas to High-Performance GPU & Machine Code
    AhmedAdawy

    Make your Python AI code up to 100× faster using NumPy vectorization, Numba, parallel execution, and GPU acceleration. Learn through practical benchmarks and real-world optimization examples.

  5. THE ARCHITECTURE OF THOUGHT Applied Mathematics in Large Language Models & GenAI
    THE ARCHITECTURE OF THOUGHT Applied Mathematics in Large Language Models & GenAI
    Applied mathematics in large language Models &GenAI
    AhmedAdawy

    Move beyond the API. Dismantle the AI black box and build generative engines from scratch with pure Python and NumPy. Master the profound geometric principles and applied mathematics driving LLMs and Transformers. Transform from a mere consumer into an elite AI innovator by writing the core mathematical architecture yourself—no shortcuts, no frameworks, just pure engineering excellence.

  6. Machine Learning with Rust, Second Edition
    Machine Learning with Rust, Second Edition
    Implement data pipelines, classical models, deep learning and NLP using burn, candle, linfa and smartcore
    GitforGits | Asian Publishing House

    The latest version of Rust (1.85) has some great new features, like async closures, more stable associated function return types, and const generics that are now mature enough to underpin serious numerical libraries. The linfa and smartcore ecosystems have developed into decent classical machine learning stacks. The Burn training framework feels native to Rust, not like it's been ported from it. The Candle makes it so that loading pre-trained transformer models is more of an engineering task than a research exercise. The crates that used to need all sorts of workarounds now just work.

  7. エージェンティックAI ブック
    エージェンティックAI ブック
    言語モデルからマルチエージェントシステムへ
    Dr. Ryan Rad

    AIエージェントの構築が、これほど容易だった時代はない。そして、実際に機能するものを作ることが、これほど難しい時代もない。本書は言語モデルの基礎から本番対応マルチエージェントシステムまで、失敗が起こる前に予測し、壊滅的な障害ではなく優雅な劣化を設計し、完全なアーキテクチャの所有権を確立するための深さをもって、あなたを導く。ペーパーバック版はamazonにて好評発売中。

  8. Mastering Deep Learning with PyTorch
    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.

  9. Python Simplified with generative ai
    Python Simplified with generative ai
    A beginner to pro journey for students professionals and developers
    Anshuman Mishra

    Learn Python. Build AI. Create the Future.What if you could write Python programs that generate content, answer questions, create code, summarize documents, and power intelligent applications?Python Simplified with Generative AI takes you on a complete journey from Python basics to advanced AI-powered development.Inside this book, you will learn:✔ Python Programming from Scratch✔ Data Structures and Object-Oriented Programming✔ AI and Machine Learning Foundations✔ Generative AI Concepts and Applications✔ Prompt Engineering Techniques✔ GPT-Powered Text Generation✔ AI Chatbots and Virtual Assistants✔ Image Generation with AI APIs✔ Flask, FastAPI, Streamlit, and Gradio Development✔ Real-World AI Projects for Your PortfolioWhether you are a student, professional developer, freelancer, educator, or entrepreneur, this book will help you transform ideas into intelligent applications and prepare for the next generation of software development.The future belongs to developers who can combine programming with artificial intelligence. Start building that future today.

  10. Information Theory and Artificial Intelligence  VOL-2
    Information Theory and Artificial Intelligence VOL-2
    Entropy Coding Regularization and Generative
    Anshuman Mishra

    Artificial Intelligence learns from information.But how do modern AI systems decide what information to keep and what to discard?Why do GANs generate realistic images?How do large language models compress knowledge?What role does entropy play in reinforcement learning?Can information theory explain intelligence itself?Information Theory and Artificial Intelligence: Entropy, Coding, Regularization, and Generative Models (Volume II) explores the advanced information-theoretic foundations behind today's most powerful AI systems.Inside this volume, you will discover:✓ Contrastive Learning and Representation Learning✓ InfoNCE Loss and Mutual Information Estimation✓ Self-Supervised Learning Architectures✓ Generative Adversarial Networks (GANs)✓ Wasserstein GANs and InfoGAN✓ Mode Collapse and GAN Stability✓ Entropy-Driven Reinforcement Learning✓ Soft Actor-Critic Frameworks✓ Fisher Information and Natural Gradients✓ Information Geometry for Neural Networks✓ Information Theory Behind Large Language Models✓ Token Entropy and Perplexity✓ Transformer Information Routing✓ Federated Learning Communication Constraints✓ Explainable AI Through Entropy and Mutual Information✓ Quantum Information Theory and AI✓ Information Bottleneck Theory✓ AI Fairness, Safety, Alignment, and Future Research ChallengesWhether you are a student, researcher, educator, or AI professional, this volume provides the mathematical and conceptual tools required to understand the information-processing principles that drive modern intelligent systems.Learn how information becomes intelligence.

  11. Neural Networks  and architectures
    Neural Networks and architectures
    A comprehensive guide for students
    Anshuman Mishra

    Artificial Intelligence is powered by neural networks.But how do neural networks actually learn?How do systems recognize faces, understand speech, generate text, and create images?Neural Networks and Architectures: A Comprehensive Guide for Students provides a complete learning pathway from fundamental concepts to state-of-the-art deep learning architectures.Inside this book, you will discover:✓ Biological inspiration behind neural networks✓ Mathematical foundations of deep learning✓ Perceptrons and Multi-Layer Perceptrons (MLPs)✓ Forward Propagation and Backpropagation✓ Activation Functions and Regularization Techniques✓ Convolutional Neural Networks (CNNs)✓ Recurrent Neural Networks (RNNs), LSTM, and GRU✓ Autoencoders and Generative Adversarial Networks (GANs)✓ Transformer Architecture, BERT, and GPT✓ Optimization Algorithms and Model Training✓ Practical Projects using TensorFlow, PyTorch, and Keras✓ Ethical Considerations and Future Research DirectionsDesigned for students, educators, researchers, and AI enthusiasts, this book combines theory, mathematics, implementation, and applications into one comprehensive learning resource.Build a strong foundation in neural networks and prepare yourself for the future of Artificial Intelligence.

  12. Game Theory and Artificial Intelligence VOL-2
    Game Theory and Artificial Intelligence VOL-2
    Foundations Multi-Agent Systems Reinforcement Learning and Intelligent Decision-Making
    Anshuman Mishra

    What happens when intelligent agents must negotiate, cooperate, compete, and learn simultaneously?Welcome to the advanced frontier of Artificial Intelligence.Game Theory and Artificial Intelligence (VOL-2) explores how modern AI systems make strategic decisions in environments filled with uncertainty, multiple objectives, competing interests, and dynamic interactions.Inside this volume, readers will discover:✓ Nash Q-Learning and Strategic Reinforcement Learning✓ Deep Multi-Agent Reinforcement Learning (MARL)✓ DQN, Actor-Critic, MADDPG, QMIX, and CTDE Frameworks✓ Mechanism Design and Incentive Engineering✓ Decision Making Under Uncertainty✓ Social Choice Theory and Collective Intelligence✓ Game-Theoretic Machine Learning✓ Robotics, Cybersecurity, Economics, and Communication Networks✓ Evolutionary Game Theory and Learning Dynamics✓ Quantum Game Theory and Future AI Research✓ AI Safety, Alignment, and GovernanceFrom autonomous vehicles and intelligent robots to cybersecurity defense systems and large-scale AI simulations, this book provides the theoretical and practical foundations necessary to understand the future of strategic artificial intelligence.Whether you are a student, researcher, engineer, or AI professional, this volume offers a roadmap to some of the most exciting and influential areas of modern AI research.

  13. Game Theory and Artificial Intelligence VOL-1
    Game Theory and Artificial Intelligence VOL-1
    Foundations Multi-Agent Systems Reinforcement Learning and Intelligent Decision-Making
    Anshuman Mishra

    What happens when intelligent machines must compete, cooperate, negotiate, and learn in the same environment?The answer lies at the intersection of Game Theory and Artificial Intelligence.From autonomous vehicles negotiating road traffic to trading algorithms competing in financial markets, from multi-robot coordination to cybersecurity defense systems, modern AI increasingly operates in strategic environments involving multiple decision-makers.This book provides a complete journey through:✓ Classical Game Theory and Nash Equilibrium✓ Multi-Agent Systems and Distributed Intelligence✓ Reinforcement Learning and Multi-Agent RL✓ Deep Reinforcement Learning Algorithms✓ Mechanism Design and Incentive Engineering✓ AI Applications in Robotics, Economics, Networks, and Cybersecurity✓ Evolutionary and Quantum Game Theory✓ AI Safety, Governance, and AlignmentWritten for students, researchers, educators, and professionals, this book bridges mathematical foundations with cutting-edge AI research and real-world applications.Whether you are learning game theory for the first time or exploring advanced multi-agent intelligence, this book offers the knowledge and tools needed to understand the future of strategic artificial intelligence.

  14. Fourier and wavelet analysis   in artificial intelligence
    Fourier and wavelet analysis in artificial intelligence
    Foundations techniques and applications in feature extraction and computer vision
    Anshuman Mishra

    How does a machine recognize a face?How can AI distinguish speech from noise?Why do modern computer vision systems still rely on mathematical techniques developed decades ago?The answer lies in Fourier and Wavelet Analysis.In Fourier and Wavelet Analysis in Artificial Intelligence, Anshuman Mishra reveals how frequency-domain representations, multi-resolution analysis, and signal-processing techniques continue to shape the future of Machine Learning, Deep Learning, Computer Vision, Speech Recognition, Biomedical AI, and Edge Intelligence.From Fourier Transforms and Fast Fourier Algorithms to Wavelet Scattering Networks and Hybrid CNN Architectures, this book demonstrates how mathematical signal analysis becomes intelligent feature extraction.Discover the mathematics behind perception, representation, and intelligent decision-making.

  15. Differential equations in ai    and neural dynamics
    Differential equations in ai and neural dynamics
    modelling analysis and applications
    Anshuman Mishra

    Can a neural network be viewed as a differential equation?Why does gradient descent behave like a dynamical system?How do biological neurons inspire modern AI architectures?What mathematical principles govern stability, learning, adaptation, and intelligence?In Differential Equations in AI and Neural Dynamics, Anshuman Mishra explores the mathematical framework that underlies modern Artificial Intelligence.From Ordinary Differential Equations and Neural Population Models to Neural ODEs, Stochastic Learning, Reinforcement Learning, and Brain-Inspired Computation, this book reveals how continuous-time mathematics drives intelligent behavior.Discover how equations of change become equations of intelligence.