TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Methods/Xavier Initialization

Xavier Initialization

GeneralIntroduced 2000121 papers

Description

Xavier Initialization, or Glorot Initialization, is an initialization scheme for neural networks. Biases are initialized be 0 and the weights W_ijW\_{ij}W_ij at each layer are initialized as:

W_ij∼U[−6fanin+fanout,6fanin+fanout]W\_{ij} \sim U\left[-\frac{\sqrt{6}}{\sqrt{fan_{in} + fan_{out}}}, \frac{\sqrt{6}}{\sqrt{fan_{in} + fan_{out}}}\right]W_ij∼U[−fanin​+fanout​​6​​,fanin​+fanout​​6​​]

Where UUU is a uniform distribution and faninfan_{in}fanin​ is the size of the previous layer (number of columns in WWW) and fanoutfan_{out}fanout​ is the size of the current layer.

Papers Using This Method

Detecting immune cells with label-free two-photon autofluorescence and deep learning2025-06-17Deploying and Evaluating Multiple Deep Learning Models on Edge Devices for Diabetic Retinopathy Detection2025-06-14SecONNds: Secure Outsourced Neural Network Inference on ImageNet2025-06-13Comparative Analysis of Lightweight Deep Learning Models for Memory-Constrained Devices2025-05-06Deepfake Detection with Optimized Hybrid Model: EAR Biometric Descriptor via Improved RCNN2025-03-16Comparison of Neural Models for X-ray Image Classification in COVID-19 Detection2025-01-08Improving the network traffic classification using the Packet Vision approach2024-12-26Evaluating Convolutional Neural Networks for COVID-19 classification in chest X-ray images2024-12-26Robust Weight Initialization for Tanh Neural Networks with Fixed Point Analysis2024-10-03RNC: Efficient RRAM-aware NAS and Compilation for DNNs on Resource-Constrained Edge Devices2024-09-27Dataset-Free Weight-Initialization on Restricted Boltzmann Machine2024-09-12Evaluating Deep Learning Models for Breast Cancer Classification: A Comparative Study2024-08-29Deep Learning for Lung Disease Classification Using Transfer Learning and a Customized CNN Architecture with Attention2024-08-23On Initializing Transformers with Pre-trained Embeddings2024-07-17Deep Network Pruning: A Comparative Study on CNNs in Face Recognition2024-05-28BanglaNum -- A Public Dataset for Bengali Digit Recognition from Speech2024-03-20Quantization Effects on Neural Networks Perception: How would quantization change the perceptual field of vision models?2024-03-15The Potential of Wearable Sensors for Assessing Patient Acuity in Intensive Care Unit (ICU)2023-11-03Multi-Transfer Learning Techniques for Detecting Auditory Brainstem Response2023-08-29SqueezerFaceNet: Reducing a Small Face Recognition CNN Even More Via Filter Pruning2023-07-20