Randperm and weight initialization of a neural network in parfor loop

조회 수: 1 (최근 30일)
Jack
Jack 2014년 9월 11일
편집: Jack 2014년 9월 11일
Hi.
These is a discussion here. please read it :
I have weight initialization with `configure` and `randperm` function in `parfor` loop. can i use only `randperm` and `configure` or I should use something likes:
s = RandStream.create('mrg32k3a','NumStreams',4,'Seed','shuffle','CellOutput',true)
before `parfor` loop? .I'm calling my `parfor` loop again and again from another m-file. I want different random numbers and weights in every calling.
Thanks.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Parallel and Cloud에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by