1 مستودع
Mechanisms for managing mutable tensors that store persistent weights and biases across training iterations.
Distinct from Mutable Data Containers: Specific to neural network weights/biases rather than general probabilistic model data containers.
Explore 1 awesome GitHub repository matching data & databases · Model Variable Managers. Refine with filters or upvote what's useful.
This project is a collection of educational resources and instructional guides for learning deep learning and neural network implementation using TensorFlow. It provides a structured set of tutorials and notebooks written in Chinese, covering supervised and unsupervised learning tasks. The material focuses on practical implementations of diverse neural network architectures, including convolutional, recurrent, and autoencoder networks. It includes specific training content for computer vision, natural language processing, and generative models. The coverage extends to specialized network arc
Explains the management of mutable tensors for persisting model weights and biases.