0% found this document useful (0 votes)
121 views

Tensor Flow Syllabus

This document outlines an introduction to deep learning with TensorFlow course over 10 hours. The course covers neural networks and machine learning fundamentals, an overview of deep learning and TensorFlow, constructing and training models in TensorFlow, convolutional neural networks, recurrent neural networks and LSTMs, and practical TensorFlow applications. Students will learn basic machine learning concepts, modern deep learning architectures, how to build neural networks in TensorFlow, and case studies applying convolutional and recurrent neural networks.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
121 views

Tensor Flow Syllabus

This document outlines an introduction to deep learning with TensorFlow course over 10 hours. The course covers neural networks and machine learning fundamentals, an overview of deep learning and TensorFlow, constructing and training models in TensorFlow, convolutional neural networks, recurrent neural networks and LSTMs, and practical TensorFlow applications. Students will learn basic machine learning concepts, modern deep learning architectures, how to build neural networks in TensorFlow, and case studies applying convolutional and recurrent neural networks.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Introduction to Deep Learning with

TensorFlow

1 Neural Networks and Machine Learning (2 hours)


• Basic Machine Learning introduction: A simple linear model example.

• Basics of perceptrons, Neural Networks and backpropogation

2 Overview of deep learning and TensorFlow (3 hours)


• Modern architectures. What changed? Intro to deep learning

• What are the main types of deep networks: A bird’s eye view introduction

• Why TensorFlow? Basics of TensorFlow

3 Model Construction and Training (3 hours)


• How to build and specify an architecture? Different types of nodes. Graph initialization, etc.

• Tuning, Training, regularization, step sizes, Loss functions

• Advanced TensorFlow

4 Convolutional Neural Networks (2 hours)


• Intuition and code examples

• Case study

5 Recurrent Neural Networks, LSTM (2 hours)


• Intuition and code examples

• Case study

6 TensorFlow in practice (1 hour)


• Parallelization, Distributed TensorFlow

• Practical coding advice

You might also like