awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • kulbear/deep-learning-courseraالصورة الرمزية لـ Kulbear

    Kulbear/deep-learning-coursera

    7,729عرض على 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
    عرض على GitHub↗7,729
  • vega/vega-liteالصورة الرمزية لـ vega

    vega/vega-lite

    5,216عرض على 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
    عرض على GitHub↗5,216
  • rasmusbergpalm/deeplearntoolboxالصورة الرمزية لـ rasmusbergpalm

    rasmusbergpalm/DeepLearnToolbox

    3,868عرض على 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
    عرض على GitHub↗3,868
  1. Home
  2. Development Tools & Productivity
  3. Parameter Initializers

استكشف الوسوم الفرعية

  • 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.