Leanpub Header

Skip to main content

Filters

Category: "Data Science"

Data Science

  1. Information Theory and Artificial Intelligence   VOL-1

    What is intelligence?At its core, intelligence is the ability to process information.But what exactly is information?How do neural networks compress knowledge?Why does cross-entropy dominate machine learning?How do Variational Autoencoders learn latent representations?What role does entropy play in regularization, generalization, and modern AI systems?Information Theory and Artificial Intelligence: Entropy, Coding, Regularization, and Generative Models (Volume I) provides a comprehensive exploration of the mathematical foundations that power modern artificial intelligence.Inside this volume, you will discover:✓ Shannon Entropy and Measures of Information✓ Mutual Information and Feature Learning✓ Cross-Entropy and Machine Learning Loss Functions✓ Kullback–Leibler (KL) Divergence✓ Source Coding and Data Compression✓ Huffman, Arithmetic, and Lempel–Ziv Coding✓ Channel Capacity and Communication Limits✓ Information-Theoretic Learning Principles✓ Information Bottleneck Theory✓ Entropy-Based Regularization✓ Neural Networks as Information Processing Systems✓ Error-Correcting Codes and AI Robustness✓ Neural Communication Systems✓ Variational Inference and Variational Autoencoders (VAEs)Whether you are a student, researcher, educator, or AI professional, this book provides the conceptual and mathematical foundation necessary to understand how information drives learning, intelligence, and modern AI systems.Learn not just how AI works—but why it works.

  2. 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.

  3. Applied Statistics for Data Science
    Applied Statistics for Data Science
    from visual diagnostics to drift detection
    Gal Arav

    Today, AI and machine learning are driven by statistical thinking. As many leading experts emphasize, without a solid understanding of statistics, you cannot truly understand, evaluate, or safely use AI. This book gives you that edge.

  4. Spark 4.0 from Scratch
    Spark 4.0 from Scratch
    Advanced Processing & Production Mastery
    Ritesh Modi

    Structured Streaming, MLlib, GraphFrames, performance tuning, testing and CI, and the lakehouse. Eleven chapters that take a competent PySpark user from "the job runs" to "the on-call team trusts the job.

  5. The Last Mile of Data Science

    Why your model means nothing if no one acts on itThe gap no one talks about. 

  6. 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.

  7. 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.

  8. Integral transforms for    artificial intelligence
    Integral transforms for artificial intelligence
    Applications of laplace fourier and z-transform in machine learning and signal analysis
    Anshuman Mishra

    What do speech recognition systems, computer vision models, autonomous robots, and biomedical AI applications have in common?They all rely on the mathematics of signal transformation.How does a neural network extract meaningful patterns from raw audio?Why are Fourier features becoming increasingly important in machine learning?How can Laplace and Z-Transforms help analyze dynamic systems, sequential data, and intelligent control architectures?In Integral Transforms for Artificial Intelligence, Anshuman Mishra reveals how Fourier, Laplace, and Z-Transform techniques power modern AI systems across machine learning, deep learning, computer vision, speech processing, robotics, and signal analysis.Discover how mathematical transformations convert raw signals into intelligent insights—and how they continue to shape the future of Artificial Intelligence.

  9. Matrix computations   for deep learning
    Matrix computations for deep learning
    Foundations of svd tensor operations and cnns
    Anshuman Mishra

    Every neural network is a collection of matrix operations.Every convolution is a structured matrix transformation.Every deep learning breakthrough ultimately depends on efficient tensor computations.But how do these mathematical operations actually power intelligent systems?In Matrix Computations for Deep Learning, Anshuman Mishra reveals the mathematical engine behind modern AI. From Singular Value Decomposition and tensor algebra to convolutional neural networks, GPU acceleration, and large-scale machine learning systems, this book provides a complete roadmap for understanding the computational foundations of deep learning.Discover how matrices become intelligence—and how mathematics becomes machine learning.

  10. Bayesian mathematics for ai decision making
    Bayesian mathematics for ai decision making
    Inference probabilities programming and uncertainty modeling
    Anshuman Mishra

    How should an AI system make decisions when information is incomplete?How can machines quantify uncertainty instead of merely producing predictions?How can intelligent systems continuously update their beliefs as new evidence emerges?The answer lies in Bayesian Mathematics.In Bayesian Mathematics for AI Decision Making, Anshuman Mishra explores the powerful framework that enables modern AI systems to reason probabilistically, model uncertainty, and make rational decisions in complex environments.From Bayesian inference and probabilistic programming to uncertainty-aware deep learning, reinforcement learning, healthcare diagnostics, robotics, and financial forecasting, this book reveals how Bayesian thinking is shaping the next generation of Artificial Intelligence.Learn how uncertainty becomes knowledge—and how probability becomes intelligence.

  11. Linear and Nonlinear Regression in   Artificial Intelligenc  VOL-2
    Linear and Nonlinear Regression in Artificial Intelligenc VOL-2
    Mathematical Foundations, Regularization Techniques & Predictive Modeling
    Anshuman Mishra

    Prediction is only the beginning.Modern AI systems must explain their predictions, quantify uncertainty, scale to massive datasets, and operate reliably in real-world environments.How do Support Vector Regression models capture nonlinear patterns?How do Bayesian methods estimate uncertainty?How do Gaussian Processes make predictions with confidence intervals?How can complex AI models remain interpretable and trustworthy?In this advanced second volume, Anshuman Mishra explores the cutting-edge regression techniques that power intelligent prediction systems across machine learning, data science, healthcare, finance, robotics, and scientific research.Discover how modern Artificial Intelligence transforms data into reliable, explainable, and scalable predictions.

  12. Linear and Nonlinear Regression in    Artificial Intelligenc VOL-1
    Linear and Nonlinear Regression in Artificial Intelligenc VOL-1
    Mathematical Foundations, Regularization Techniques & Predictive Modeling
    Anshuman Mishra

    Every intelligent prediction begins with a simple question:Can we model the relationship between data and outcomes?Regression is the foundation upon which modern predictive analytics, machine learning systems, and countless AI applications are built.From linear regression and regularization techniques to neural network regression, Gaussian processes, explainable AI, and real-world predictive systems, this book provides a complete roadmap for understanding how machines learn to predict.In Linear and Nonlinear Regression in Artificial Intelligence, Anshuman Mishra combines mathematical rigor, practical implementation, and real-world applications to help readers master one of the most powerful tools in Artificial Intelligence.Discover the mathematics behind prediction—and the science behind intelligent decision-making.

  13. Stochastic Processes in Artificial Intelligence      Foundations Algorithms and Applications    VOL-2

    Artificial Intelligence does not learn in certainty.It learns through uncertainty, exploration, randomness, and adaptation.How does AlphaGo evaluate millions of possible moves?How do reinforcement learning agents discover optimal strategies?How do diffusion models generate realistic images?How do autonomous robots navigate uncertain environments?The answer lies in stochastic processes.In this advanced second volume, Anshuman Mishra explores the mathematical foundations behind reinforcement learning, probabilistic deep learning, robotics, generative AI, and emerging stochastic algorithms that are shaping the future of intelligent systems.Discover how randomness becomes learning—and how uncertainty becomes intelligence.

  14. Stochastic Processes in Artificial Intelligence   Foundations Algorithms and Applications    VOL-1

    Artificial Intelligence is often described as learning from data.But beneath every learning algorithm lies something even more fundamental:Probability, randomness, and uncertainty.From Hidden Markov Models and stochastic gradient descent to Monte Carlo methods and reinforcement learning, modern AI systems depend on stochastic processes to make predictions, learn from experience, and adapt to changing environments.In Stochastic Processes in Artificial Intelligence, Anshuman Mishra provides a structured and accessible journey through the mathematical foundations that power intelligent systems.Discover how uncertainty becomes intelligence—and why stochastic thinking is essential for the future of Artificial Intelligence.

  15. Combinatorial Thinking in AI VOL-2
    Combinatorial Thinking in AI VOL-2
    Permutation Logic State-Space Optimization, and Algorithmic Design
    Anshuman Mishra

    Every intelligent system faces a fundamental challenge:How do you find the best solution when there are millions—or even trillions—of possibilities?From A* search and heuristic optimization to neural architecture search, hyperparameter tuning, constraint satisfaction, and quantum optimization, modern AI depends on sophisticated strategies for navigating combinatorial search spaces.In this advanced second volume, Anshuman Mishra explores the powerful algorithms that enable intelligent systems to search smarter, optimize faster, and scale beyond brute force computation.Discover how combinatorial thinking drives machine learning, optimization, quantum AI, and the future of intelligent decision-making.The future of AI belongs to those who understand combinatorial complexity.