Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Keras library for CIFAR-10 dataset

#Keras library for CIFAR-10 dataset
from keras.datasets import cifar10


#Downloading the CIFAR dataset
(x_train,y_train),(x_test,y_test)=cifar10.load_data()
Source by analyticsindiamag.com #
 
PREVIOUS NEXT
Tagged: #Keras #library #dataset
ADD COMMENT
Topic
Name
9+2 =