Creates weight tensors for MLP layers with common initialization strategies
Creates a weight matrix for a linear layer with He initialization (good for ReLU)
Creates a weight matrix initialized with normal distribution
Creates a weight matrix initialized with ones
Creates a weight matrix for a linear layer with Xavier/Glorot initialization
Creates a weight matrix initialized with zeros