2 dépôts
Utilities for grouping data into small subsets to improve training efficiency.
Distinct from Vectorized Data Processing: Focuses on the minibatch grouping logic, distinct from general vectorized processing.
Explore 2 awesome GitHub repositories matching data & databases · Minibatch Iterators. Refine with filters or upvote what's useful.
This project is an educational platform and research toolkit designed to teach deep learning through a combination of mathematical theory, visual diagrams, and executable code. It provides a comprehensive environment for building, training, and evaluating neural networks, grounding complex concepts in interactive computational notebooks that allow for hands-on experimentation. The framework distinguishes itself by interleaving theoretical foundations—including linear algebra, calculus, and probability—with practical implementations across multiple industry-standard libraries. It supports flex
Groups processed features and labels into minibatches to facilitate efficient training and testing loops.
This repository provides a complete framework for training generative adversarial networks (GANs) that produce high-resolution photorealistic images, up to 1024 by 1024 pixels. The core technique is progressive layer growth, where both the generator and discriminator networks start training at low resolution and gradually add new layers to model finer details, enabling stable synthesis of large images. The framework includes a high-resolution image generator, an image quality metric evaluator, a latent space interpolation tool for creating smooth transition videos, and a multi-resolution datas
Implements minibatch standard deviation to help the discriminator detect mode collapse during training.