Oreilly - Introduction to TensorFlow-Slim
by Marvin Bertin | Released March 2017 | ISBN: 9781491978382
TensorFlow-Slim (TF-Slim) is a TensorFlow wrapper library that allows you to build and train complex TensorFlow models in an easy, intuitive way by eliminating the boilerplate code that plagues many deep learning algorithms. This course teaches you how to use TF-Slim and is intended for learners with some previous experience working with TensorFlow.To get the most out of this training, learners should be familiar with the core concepts of data science theory (train/test splits, overfitting and underfitting, bias-variance tradeoffs, etc.), and deep learning theory (backpropogation, weight parameter tensors, neural network layers, objective and loss functions, and optimization via stochastic descent). Learn to build readable and maintainable deep learning models using the TF-Slim API Master TF-Slim's wrapper functions for variable creation and manipulation Be able to rapidly experiment with loss functions, optimizers, and regularizers Learn to implement routings for model training, evaluation, and hyper-parameter tuning Understand how to fine-tune a pre-trained model Learn how to take a model trained on a specific task and use it for another task Discover how to build and train a feedforward neural network Gain experience building and training image classification and text classification modelsMarvin Bertin is a data scientist with Driver, a San Francisco based treatment access platform for cancer patients. Before that, he worked as a deep learning researcher for the AI company Skymind. Marvin holds degrees in Data Science and Mechanical Engineering, has authored a number of courses on deep learning, and is a speaker at machine learning and deep learning conferences. Show and hide more Publisher resources Download Example Code
- Introduction
- Welcome To The Course 00:04:58
- About The Author 00:02:02
- TensorFlow-Slim Wrapper Functions
- Variables In TensorFlow-Slim 00:12:36
- Layers In TensorFlow-Slim: Part - 1 00:09:28
- Layers In TensorFlow-Slim: Part - 2 00:04:45
- Scopes In TensorFlow-Slim: Part - 1 00:13:55
- Scopes In TensorFlow-Slim: Part - 2 00:06:59
- Defining Deep Neural Network Models
- Multilayer Feedforward Neural Network In TensorFlow-Slim: Part - 1 00:06:09
- Multilayer Feedforward Neural Network In TensorFlow-Slim: Part - 2 00:05:28
- Download And Visualize The Flower Dataset With TensorFlow-Slim 00:05:46
- Deep Convolutional Neural Network With TensorFlow-Slim 00:07:13
- Download And Explore The DBpedia Dataset 00:04:07
- Text Convolutional Neural Network With TensorFlow-Slim 00:15:13
- Conclusion
- Wrap Up And Thank You 00:02:31
Show and hide more