Search notes:

Keras datasets

Find available datasets

import tensorflow.keras.datasets as ds
[_ for _ in dir(ds) if not x.startswith('_') ]
…
help(ds.mnist)
boston_housing Boston housing price regression dataset.
cifar10 CIFAR10 small images classification dataset
cifar100 CIFAR100 small images classification dataset
fashion_mnist Fashion-MNIST dataset
imdb IMDB sentiment classification dataset
mnist MNIST handwritten digits dataset, see also here.
reuters Reuters topic classification dataset

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1759233307, '216.73.216.128', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/Python/libraries/TensorFlow/Keras/datasets/index(49): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78