index

Numerics

A

  • ablation studies 272
  • abstraction
  • Abstraction and Reasoning Corpus (ARC) 495
  • activations
    • CAM (class activation map) visualization 283–289
    • visualizing heatmaps of class 295–299
  • adapt() method 342
  • adversarial examples 486
  • adversarial network 448–452
  • AGI (artificial general intelligence) 508
  • AI (artificial intelligence)
  • AI summer 476
  • algorithmic modules 508
  • algorithms 22
  • all_dims() object 79
  • ambiguous features 133
  • Analytical Engine 3
  • append() method 512
  • ARC (Abstraction and Reasoning Corpus) 495
  • architecture patterns 269–282
  • architecture priors 149–150
  • array objects 31
  • array_reshape() function 29
  • artificial general intelligence (AGI) 508
  • artificial intelligence. See AI
  • arXiv 509
  • as.data.frame() method 112
  • assign method 82
  • automated machine learning 462
  • automatic differentiation with computation graphs 55–58
  • automatic shape inference 91–93
  • automatons, intelligent agents vs. 488

B

C

D

E

F

G

H

  • hardware 20–21
  • hash() method 516
  • heatmaps of class activation 295–299
  • history object 99, 111
  • holdout validation 143–144
  • HSV (hue-saturation-value) format 5
  • HyperModel class 457
  • hyperparameter optimization 455–462
    • automated machine learning 462
    • crafting right search space 461
    • using KerasTuner 456–461
  • hypothesis space 6, 109, 269

I

  • image classification 259
  • image data 36–37
  • image generation 431–442
    • concept vectors for image editing 433
    • implementing VAE with Keras 436–441
    • sampling from latent spaces of images 432
    • VAEs (variational autoencoders) 434–436
  • image segmentation example 260–269
  • image_dataset_from_directory() function 236
  • imagenet_preprocess_input() function 249
  • IMDB dataset 105–106, 345–347
  • import statement 527–529
  • include_top function 247
  • increasing model capacity 150–152
  • inference 101
  • information arbitrage 333
  • information distillation pipeline 288
  • information-distillation process 7
  • initialize() method 197
  • input_shape function 247
  • inputs object 190
  • instance segmentation 260
  • int32 tensors 347
  • integer type 76
  • integers 530
  • intelligence 496–502
  • intelligent agents 488
  • intermediate layers 120–121
  • interpolation 139
  • interpretability 283–299
    • visualizing convnet filters 289–295
    • visualizing heatmaps of class activation 295–299
    • visualizing intermediate activations 283–289
  • investment 22–23
  • iter method 525
  • iterations
    • general discussion of 527
    • iterated K-fold validation with shuffling 145
    • with for statement 518–520

K

L

  • labels 120
  • Large Hadron Collider (LHC) 16
  • latent spaces 432
  • Layer class 196
  • layer_conv_1d layer 314
  • layer_conv_2d layer 221
  • layer_conv_3d layer 314
  • layer_embedding layer 363
  • layer_gru layers 325
  • layer_lstm layers 325
  • layer_max_pooling_2d layer 221
  • layer_multi_head_attention layer 371
  • layer_settings vector 421
  • layer_simple_dense() layer 92
  • layer_text_vectorization 340–344
  • layer_text_vectorization layer 347
  • layers, Keras APIs 89–93
    • automatic shape inference 91–93
    • composing layers with %>% (pipe operator) 93
    • layer class 90–91
  • learning_rate argument 96
  • learning_rate factor 52
  • length() function 75
  • LHC (Large Hadron Collider) 16
  • linear classifier in TensorFlow 84–89
  • lists 512–514
  • local generalization 489–491
  • log() function 75
  • logistic regression 13
  • logs argument 206
  • loss function
    • multiclass classification handling 120
    • picking 98
  • LSTM (long short-term memory) 20, 316, 399

M

N

O

  • object detection 260
  • objective function 9
  • Occam’s razor 159
  • on_batch_* method 206
  • on_epoch_* method 206
  • one-hot encoding 116
  • optimization 131
  • Optimizer instance 64
  • output feature map 224
  • output_mode argument 353
  • overfitting 31, 131–136
    • ambiguous features 133
    • developing model 177
    • noisy training data 132
    • rare features and spurious correlations 133–136
    • using recurrent dropout to fight 324–327

P

Q

R

S

  • samples axis 35
  • sampling bias 172
  • sampling strategy 402–404
  • scalars (rank 0
  • tensors) 31
  • scale() function 123, 175
  • scaling-up model training 464–472
  • schematic GAN implementation 443–444
  • second-order gradients 84
  • segmentation mask 260
  • self-attention 366–371
  • semantic segmentation 260
  • SeparableConv2D layers 290, 481
  • sequence generation
    • data for 402
    • history of generative deep learning for 401–402
  • sequence model approach 355–366
  • sequence-to-sequence learning 382–398, 482
  • sequence-to-sequence model 370
  • Sequential class 62
  • Sequential model 186–189
  • sets 517
  • SGD (stochastic gradient descent) 51–54, 95
  • shape() function 76
  • shaping tensors 77–78
  • shortcut rule 493–495
  • shuffling, iterated K-fold validation with 145
  • sigmoid activation 234, 480
  • simple model 159
  • single words (unigrams) with binary encoding 347–350
  • slicing tensors 78–79
  • softmax activation 117, 480
  • softmax classification layer 29
  • softmax temperature 403
  • sparse_categorical_crossentropy loss function 121
  • spurious correlations 133–136
  • stacking recurrent layers 327–329
  • stakeholders 178–179
  • stemming 338
  • step fusing 472
  • steps_per_execution argument 472
  • stochastic gradient descent (SGD) 51–54, 95
  • stochastic sampling 403
  • StopIteration exception 525
  • strides, convolution 227
  • style loss 424
  • subclassing model class 196–199
    • rewriting previous example as subclassed model 197–199
    • what subclassed models don’t support 199
  • subroutines 506–507
  • SVM (Support Vector Machine) 14
  • symbolic AI 3
  • symbolic tensor 190

T

U

  • uint8 integers 465
  • underfitting 131–136
    • ambiguous features 133
    • noisy training data 132
    • rare features and spurious correlations 133–136
  • unordered containers 517
  • unpack arguments 521
  • unpacking tuples 515–516
  • untar() utilities 261
  • update_state() method 202
  • update_weights function 64

V

W

X

  • xception_preprocess_input utility function 296

Y

Z

  • zip_lists() helper function 64
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.220.127.68