Categorical Embeddings Categorical Embeddings In tabular data some columns may contain numerical data, like “age,” while others contain string values, like “sex.” The numerical...
Array Description Methods Method Descriptions Array Generic array datatype. Description Generic array which can contain several elements of any type, accessible by a nume...
Under the Hood: Training a Digit Classifier In [ ]: #hide ! pip install - Uqq fastbook import fastbook fastbook . setup_book () In [ ]: #hide from fastai . visio...
Multilayer RNNs The Model Exploding or Disappearing Activations Multilayer RNNs In a multilayer RNN, we pass the activations from our recurrent neural network into a second r...
Equality Structural Equality Equality One thing to be careful about in JavaScript is the difference between == and === . As JavaScript tries tobe resilient against programmin...