learn about different libraries for implementing neural nets
review example notebooks for the data preparation and training of neural net using Pandas and TensorFlow
get to know additional types of layers in neural nets
Additional introduction videoarrow-up-right (12 Minuten) on neural nets
Example data preparation notebookarrow-up-right for a neural net
Example notebookarrow-up-right for training a neural net
watch this videoarrow-up-right (7 minutes) to better understand the properties of dropout layers.
watch this videoarrow-up-right (5 minutes) to better understand the benefits of normalization.
complete the first chapter of this coursearrow-up-right on DataCamp to learn about identifying missing values.
examine all your model variables for the existence of missing and implausible values.
prepare your dataset by correctly encoding all categorical features and removing all rows with missing values.
train a first neural network for your dataset.
Last updated 2 months ago
Was this helpful?