【发布时间】:2022-01-24 18:30:43
【问题描述】:
处理一项要求我创建一个包含总和为 1 的随机数的数组的任务。
实际的问题陈述如下所示:
get_initial_weights
This function should have one parameter, an integer m. This function should return a matrix with 1
row and m columns containing random values, each between zero and one. The sum of these m
values should be equal to one.
【问题讨论】: