File tree 1 file changed +20
-3
lines changed
DeepLearningML/1_keras_fashion_mnist_neural_net
1 file changed +20
-3
lines changed Original file line number Diff line number Diff line change 38
38
{
39
39
"cell_type" : " code" ,
40
40
"execution_count" : 41 ,
41
- "metadata" : {},
41
+ "metadata" : {
42
+ "collapsed" : true
43
+ },
42
44
"outputs" : [],
43
45
"source" : [
44
46
" import keras\n " ,
72
74
{
73
75
"cell_type" : " code" ,
74
76
"execution_count" : 43 ,
75
- "metadata" : {},
77
+ "metadata" : {
78
+ "collapsed" : true
79
+ },
76
80
"outputs" : [],
77
81
"source" : [
78
82
" fm = keras.datasets.fashion_mnist\n " ,
313
317
{
314
318
"cell_type" : " code" ,
315
319
"execution_count" : 51 ,
316
- "metadata" : {},
320
+ "metadata" : {
321
+ "collapsed" : true
322
+ },
317
323
"outputs" : [],
318
324
"source" : [
319
325
" from keras.models import Sequential\n " ,
499
505
" np.argmax(yp[0])"
500
506
]
501
507
},
508
+ {
509
+ "cell_type" : " code" ,
510
+ "execution_count" : null ,
511
+ "metadata" : {
512
+ "collapsed" : true
513
+ },
514
+ "outputs" : [],
515
+ "source" : [
516
+ " class_labels = []"
517
+ ]
518
+ },
502
519
{
503
520
"cell_type" : " code" ,
504
521
"execution_count" : 59 ,
You can’t perform that action at this time.
0 commit comments