probability icon indicating copy to clipboard operation
probability copied to clipboard

Available Random Projection in TensorFlow?

Open innat opened this issue 3 years ago • 0 comments

What are the equivalent implementation of the following function from scikit-learn about Random Projection?

from sklearn import random_projection
random_projection.johnson_lindenstrauss_min_dim
random_projection.GaussianRandomProjection
random_projection.SparseRandomProjection
random_projection.SparseRandomProjection(compute_inverse_components=True)

And how that can be used to build tensorflow/keras model (with minimal code example)?

innat avatar Jul 24 '22 00:07 innat