extra_keras_datasets
extra_keras_datasets copied to clipboard
📃🎉 Additional datasets for tensorflow.keras
**URL to dataset** http://mmlab.ie.cuhk.edu.hk/projects/CelebA.html **Describe the dataset** CelebFaces Attributes Dataset (CelebA) is a large-scale face attributes dataset with more than 200K celebrity images, each with 40 attribute annotations. It is...
**URL to dataset** https://archive.ics.uci.edu/ml/datasets/Breast+Cancer+Wisconsin+%28Diagnostic%29 **Describe the dataset** Abstract: Diagnostic Wisconsin Breast Cancer Database **Is the dataset publicly accessible?** Yes **How is the dataset licensed?** UCI ML Repository citation policy, can...
**URL to dataset** https://archive.ics.uci.edu/ml/datasets/Adult **Describe the dataset** Abstract: Predict whether income exceeds $50K/yr based on census data. Also known as "Census Income" dataset. Nice addition. **Is the dataset publicly accessible?**...
The `extra_keras_datasets` module extends the existing `tensorflow.keras.datasets` module with extra datasets which can be used in your Machine Learning projects. **My dream is to provide so many datasets that people...
#Load data path = get_file( path, origin=("http://www.itl.nist.gov/iaui/vip/cs_links/EMNIST/" "matlab.zip") ) this part of the code doesn't work correctly for me. It downloads this kind of file: emnist_matlab.npz while the program expects...