mnist_embeddings {detourr}R Documentation

Embeddings of images in the MNIST test set

Description

Two datasets are available; mnist_embeddings_8d contains 8-dimensional embedding vectors and mnist_embeddings_32d contains 32-dimensional embedding vectors.

The neural network that produced these embeddings was created using TensorFlow (Abadi et al. (2016)) with a variation of the code found in this example: https://www.tensorflow.org/addons/tutorials/losses_triplet

Usage

mnist_embeddings_32d

mnist_embeddings_8d

Format

An object of class tbl_df (inherits from tbl, data.frame) with 10000 rows and 34 columns.

An object of class tbl_df (inherits from tbl, data.frame) with 10000 rows and 10 columns.

Details

A data frame with 10,000 rows and p variables:

References

LeCun, Y (1998). The MNIST database of handwritten digits. http://yann.lecun.com/exdb/mnist/.

Abadi, M, P Barham, J Chen, Z Chen, A Davis, J Dean, M Devin, S Ghemawat, G Irving, M Isard, et al. (2016). TensorFlow: A System for Large-Scale Machine Learning. In: 12th USENIX symposium on operating systems design and implementation (OSDI 16), pp.265–283.


[Package detourr version 0.1.0 Index]