awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesParameter Initializers

Mechanisms for defining default and starting values for parameters in interactive systems.

Distinct from Fallback Parameter Values: No candidate covers initialization of state parameters in visualization; candidates focus on model or test parameters.

Explore 3 awesome GitHub repositories matching development tools & productivity · Parameter Initializers. Refine with filters or upvote what's useful.

Awesome Parameter Initializers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • kulbear/deep-learning-courseraAvatar de Kulbear

    Kulbear/deep-learning-coursera

    7,729Ver en GitHub↗

    This repository contains programming assignments and lecture notes from Andrew Ng's foundational deep learning course specialization on Coursera. The materials cover core neural network training techniques including optimization algorithms, normalization methods, regularization approaches, parameter initialization strategies, and learning rate scheduling to improve model convergence and generalization. The coursework explores design principles where successive neural network layers learn progressively more abstract feature representations from input data. It provides guidance on selecting ope

    Randomly initializes weight matrices and bias vectors for each layer based on its dimensions.

    Jupyter Notebookcourseradeep-learning
    Ver en GitHub↗7,729
  • vega/vega-liteAvatar de vega

    vega/vega-lite

    5,216Ver en GitHub↗

    Vega-Lite is a high-level declarative language for specifying interactive, multi-view visualizations. It compiles a concise JSON specification into a full Vega visualization, automatically inferring scales, axes, and legends from encoding declarations. The grammar-of-graphics encoding maps data fields to visual channels such as position, color, size, and shape, while a multi-view composition grammar enables layered, faceted, concatenated, and repeated layouts. Reactive parameter binding links named parameters to input widgets, selections, and expressions for dynamic updates. The project suppo

    Sets the starting values of variable and selection parameters using JSON primitives or value mappings.

    TypeScriptchartsdeclarative-languageplot
    Ver en GitHub↗5,216
  • rasmusbergpalm/deeplearntoolboxAvatar de rasmusbergpalm

    rasmusbergpalm/DeepLearnToolbox

    3,868Ver en GitHub↗

    DeepLearnToolbox is a research-oriented framework for constructing, training, and optimizing hierarchical neural networks within the Matlab and Octave environments. It provides a modular set of tools for building diverse network topologies, including feedforward, convolutional, and deep belief architectures, using native matrix-based numerical computation. The library distinguishes itself through its support for layer-wise unsupervised pre-training, which establishes initial weights for deep models before supervised fine-tuning. It incorporates stochastic gradient descent and backpropagation

    Uses unsupervised pre-training to establish optimal starting weights for supervised learning models.

    Matlab
    Ver en GitHub↗3,868
  1. Home
  2. Development Tools & Productivity
  3. Parameter Initializers

Explorar subetiquetas

  • Neural Network InitializersStrategies for setting initial weight and bias values in deep learning model layers. **Distinct from Parameter Initializers:** Distinct from general Parameter Initializers: focuses specifically on neural network layer weights and biases, not interactive system parameters.