polandtown t1_ius2vtx wrote
Reply to comment by buildbot_win in [R] Is there any work being done on reduction of training weight vector size but not reducing computational overhead (eg pruning)? by Moose_a_Lini
very cool, what do you mean by pseudo rng? Like picking random weight values for a previously established pool/range?
LetterRip t1_iusm58q wrote
pseudo rngs produce deterministic results from a given seed, so aren't truly random. But have a statistical distribution matching true randomness.
Viewing a single comment thread. View all comments