Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.03 KB

File metadata and controls

18 lines (12 loc) · 1.03 KB

TensorFlowEspecialization

This repo is a compendium of the projects and notes I did in order to achieve the DeepLearning.AI TensorFlow Developer Professional Certificate.

Courses:

Some of the topics covered in these courses are:

  • Best practices for using TensorFlow
  • Strategies to prevent overfitting, including augmentation and dropout
  • Text processsing, including tokenizing and representing sentences as vectors
  • RNNs, GRUs, and LSTMs in TensorFlow