generate_random_matrix {nnR}R Documentation

Function to generate a random matrix with specified dimensions.

Description

Function to generate a random matrix with specified dimensions.

Usage

generate_random_matrix(rows, cols)

Arguments

rows

number of rows.

cols

number of columns.

Value

a random matrix of dimension rows times columns with elements from a standard normal distribution


[Package nnR version 0.1.0 Index]