LostTech.TensorFlow : API Documentation

Type tf.keras.datasets.cifar100

Namespace tensorflow

Methods

Properties

Public static methods

ValueTuple<object, object> load_data(string label_mode)

Loads the MNIST dataset.
Returns
ValueTuple<object, object>
Tuple of Numpy arrays: `(x_train, y_train), (x_test, y_test)`.

License: Yann LeCun and Corinna Cortes hold the copyright of MNIST dataset, which is a derivative work from original NIST datasets. MNIST dataset is made available under the terms of the [Creative Commons Attribution-Share Alike 3.0 license.]( https://creativecommons.org/licenses/by-sa/3.0/)

object load_data_dyn(ImplicitContainer<T> label_mode)

Loads the MNIST dataset.
Returns
object
Tuple of Numpy arrays: `(x_train, y_train), (x_test, y_test)`.

License: Yann LeCun and Corinna Cortes hold the copyright of MNIST dataset, which is a derivative work from original NIST datasets. MNIST dataset is made available under the terms of the [Creative Commons Attribution-Share Alike 3.0 license.]( https://creativecommons.org/licenses/by-sa/3.0/)

Public properties

PythonFunctionContainer load_data_fn get;