Neural Networks with Python, 2nd Edition: Explore Transformers, ViTs, Diffusion, KANs, and SSMs using Python, NumPy and PyTorch 2nd Edition.

Neural Networks with Python, 2nd Edition: Explore Transformers, ViTs, Diffusion, KANs, and SSMs using Python, NumPy and PyTorch 2nd Edition. book cover

Neural Networks with Python, 2nd Edition: Explore Transformers, ViTs, Diffusion, KANs, and SSMs using Python, NumPy and PyTorch 2nd Edition.

Author(s): Mei Wong (Author)

  • Publisher: GitforGits
  • Publication Date: July 15, 2026
  • Edition: 2nd ed.
  • Language: English
  • Print length: 168 pages
  • ISBN-10: 9349174499
  • ISBN-13: 9789349174498

Book Description

This book is the modern neural networks foundation, and it’s taught the way it should be.

The way neural networks function has changed, of course, and this second edition has to change too. It’s all rebuilt around the latest versions of Python 3.14, NumPy 2.0 and PyTorch 2.0, so it’ll be the only framework you’ll need to get up to speed quickly. The likes of TensorFlow, Keras, RNNs, GANs and capsule networks are now a thing of the past. Now, the big players in the AI world are convolutional networks, attention and transformers, vision transformers, Kolmogorov-Arnold networks, state space models, diffusion transformers and multimodal language models. This book is all about building a single application using the same data, training it using a single pipeline. That way, you can compare it directly with other applications and see how it really compares. It’s all done by hand in NumPy, then rebuilt in PyTorch, so nothing stays a black box.

This book is written for data scientists and AI engineers who want depth without the dependency bloat, keeping its toolkit to five libraries and its focus on understanding. The book makes you capable to read any new architecture paper and recognise the parts, because you’ll have built them yourself.

Key Learnings

  • Build modern architecture by hand in NumPy, and then rebuild it in PyTorch.
  • Split work cleanly and write one training loop that drives architecture unchanged.
  • Diagnose overfitting with learning curves, then apply the full regularization toolkit.
  • Design convolutional networks that treat images as spatial objects, not flat vectors.
  • Implement attention and transformers from scaled dot-product to full encoder blocks.
  • Cut images into patches and train vision transformers from scratch.
  • Build diffusion models that generate crisp images through iterative denoising.
  • Compare architectures honestly using one dataset, one seed, one pipeline.
  • Recognize the reusable parts inside any new architecture paper you read.

Table of Content

  1. Setting up Neural Network Stack
  2. Data Pipelines with NumPy and Pandas
  3. Feedforward Networks in Depth
  4. Convolutional Networks for Visual Tasks
  5. Autoencoders and Variational Autoencoders
  6. Attention and Transformers
  7. Vision Transformers
  8. Kolmogorov-Arnold Networks
  9. State Space Models
  10. Diffusion Models and Diffusion Transformers
  11. Multimodal LLMs

View on Amazon

未经允许不得转载:nurbook » Neural Networks with Python, 2nd Edition: Explore Transformers, ViTs, Diffusion, KANs, and SSMs using Python, NumPy and PyTorch 2nd Edition.

评论 抢沙发