Video description
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 models
Table of contents
-
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
Product information
- Title: Introduction to TensorFlow-Slim
- Author(s):
- Release date: March 2017
- Publisher(s): Infinite Skills
- ISBN: 9781491978382
You might also like
article
Have ChatGPT Ask You Questions
ChatGPT Shortcuts shows future prompt engineers how to harness the full potential of the state-of-the-art AI …
video
GenAI Essentials for Everyone - Overview
Our team of experts has hand-selected and organized the most crucial concepts and practical applications of …
video
Training, Evaluating, and Tuning Deep Neural Network Models with TensorFlow-Slim
This course builds on the training in Marvin Bertin's "Introduction to TensorFlow-Slim", which covered the basic …
article
Use GitHub Copilot: Additional Tips
Using GitHub Copilot can feel like magic. The tool automatically fills out entire blocks of code--but …