
Explore a lab on k-nearest neighbors using a 28 by 28 handwritten digit dataset, converting images to 784-pixel vectors, applying l1 distance, one-hot labels, and a computation graph.
Explore how softmax activation enables logistic regression for binary and multiclass classification, including cross-entropy loss, probability vectors, and neural network representations.
TensorFlow is quickly becoming the technology of choice for deep learning, because of how easy TF makes it to build powerful and sophisticated neural networks. The Google Cloud Platform is a great place to run TF models at scale, and perform distributed training and prediction.
This is a comprehensive, from-the-basics course on TensorFlow and building neural networks. It assumes no prior knowledge of Tensorflow, all you need to know is basic Python programming.
What's covered: