cavis/libnd4j/include/ops/declarable/generic/random
Oleh 2404be5fe0 Oleh multinomial ()
* libnd4j: Multinomial op  first raw step of multinomial random data generator implementation

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j: Multinomial op  next step of multinomial random categories generator implementation on both cpu and cuda, need corrections and code clean up before review and testing

* libnd4j: Multinomial op  code clean up and fixed issues data selecting, moved from coords to tads

* libnd4j: Multinomial op  fixed cuda build add reference for math materials that was used for implementation

* libnd4j: Multinomial op  fixed several bugs, added several tests and improved cuda version. current implementation works, need testing of reproduction with the same seed

* libnd4j: Multinomial op  fixes and optimization after discussion in both cuda and cpu

* libnd4j: Multinomial op  add corrections after review, removed tads, replace 2D parallel loop by 3D

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j: Multinomial op fixed declaration and add tests need discussion

* libnd4j: Multinomial op fix in test

* libnd4j: Multinomial op corrected behavior to get reproducible results, fixed issue in uniform value getting, tests added, need cuda review and cuda testing

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j: Multinomial op fixed indexing on uniform calculation

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j: Multinomial op some corrections in max min declaration

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j: Multinomial op fixed index calculation, added rewind, corrected input declaration, added stats tests, both cuda and cpu. cuda need testing

* libnd4j: Multinomial op fixed bugs on cuda nad cpu. need review

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j: Multinomial op corrected tests to handle different orders

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j: Multinomial op some improvements after code review

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j: Multinomial op more corrections after review

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j: Multinomial op fixed seed usage, update tests, fixed cuda based on comments, fixed bug of rewind, removed one behavior, minor corrections.

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j: Multinomial op minor corrections

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j: Multinomial op rise the bound of fluctuation for random cases

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j: Multinomial op modified operation inputs and update implementation and tests on both cpu and cuda

* libnd4j: Multinomial op corrected data types according ops.proto

Co-authored-by: raver119 <raver119@gmail.com>
2020-01-06 22:35:05 +03:00
..
bernoulli.cpp [WIP] CUDA tweaks () 2019-07-20 23:06:48 +10:00
exponential.cpp [WIP] CUDA tweaks () 2019-07-20 23:06:48 +10:00
gamma.cpp Gamma and Poisson distributions () 2019-11-04 15:42:28 +02:00
get_seed.cpp Shugeo cuda tests () 2019-08-15 13:54:47 +03:00
multinomial.cpp Oleh multinomial () 2020-01-06 22:35:05 +03:00
normal.cpp [WIP] CUDA tweaks () 2019-07-20 23:06:48 +10:00
poisson.cpp Gamma and Poisson distributions () 2019-11-04 15:42:28 +02:00
random_crop.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
random_shuffle.cpp [WIP] More of CUDA operations () 2019-07-20 23:20:41 +10:00
set_seed.cpp Shugeo cuda tests () 2019-08-15 13:54:47 +03:00
uniform.cpp - new NDArrayFactory scalar constructor 2019-11-08 08:49:41 +03:00