2 مستودعات
Data structures that allow updating values and shapes within a model definition.
Distinct from Mutable Types: Distinct from general mutable types or stores; specifically refers to the registration of data variables in a probabilistic model for flexible prediction and sampling.
Explore 2 awesome GitHub repositories matching data & databases · Mutable Data Containers. Refine with filters or upvote what's useful.
PyMC is a Bayesian probabilistic programming framework used for building probabilistic models and performing Bayesian inference. It provides a probabilistic graphical model library for specifying random variables, priors, and likelihood functions, supported by an MCMC sampling engine and variational inference tools to estimate posterior distributions. The framework features a GPU-accelerated inference backend that compiles models into machine code to increase execution speed. It utilizes a backend-agnostic tensor execution model and just-in-time graph compilation to optimize the computation o
Provides data containers that can be updated in value and shape to facilitate predictions and sampling.
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.