SlideShare a Scribd company logo
Explore Deep Learning Architecture
using TensorFlow
Wednesday | 6TH MAY, 2020
LIVE WEBINAR
Presented by
AGENDA
1. Know World's Most Advance Tailored GPU Systems
 G.O.D - GPU Systems Optimized For Deep Learning
 Flow Architecture Revolutionizing Deep Learning CPU-GPU Environment
 Highest ROI + Topmost Performance + Maximised Convenience
2. Convolutional Neural Network using TensorFlow
 Understand the steps involved in building CNN Model using TensorFlow 2.0
 Focus on steps involved in configuring and training the model
3. Sequence Models
 Understand the Data Structure for Sequence Model and How TensorFlow 2.0 can help to configure it
 Walk thru on how we can configure and train the Sequence models
4. Generative Models
 What are Generative Models and how they are different
 How TensorFlow helps us to build Generative Adversarial Network
5. Distribution Strategy
 Understand in Detail on the Distribution Strategy for Model training available as part of TensorFlow 2.0
6. Model Quantization for Edge Devices
 Understand the steps involved in Quantizing a Model using TensorFlow, so that it can be deployed in Edge Devices
Tyrone Systems at a Glance
Solutions that span the entire Data Center
SERVER
• HPC Servers
• Mission Critical X86
• Storage Servers
• High-Density Servers
• GPU Servers
Cloud Solutions Big Data/AIHPC Solutions
Cloud Big Data
Virtualization
AI / DEEP LEARNING
Product Portfolio
WORKSTATIONS
• GPU Workstations
• Tower | Rack
• Liquid Cooling
STORAGE
• Unified Storage
• Storage Array
• Archival
• JBOD
• Ceph Storage
NETWORKING
• InfiniBand
• Omnipath Architecture
Tyrone Kubernetes
Platform
HPC Cluster
GPU Optimised
Supercomputer
HPC On Cloud
SMP Solutions
Mngmt Tools
Analytics
Data Insights
HPC cluster parallel
file systems
Inferencing
Hyper-converged
Virtual SAN
Mixed Workloads
GPU Systems
G.O.D - GPU Systems Optimized For Deep Learning
DS400TG-48R
4:2 (4U)
Ratio:
GPU:CPU Tower/4U Rack – 1U/2U
GPUOPTIMIZED
DS400TOG-424RT
10:2 (4U)
Single Root
DS400TQV-12RT
4:2 (1U)
DS400TG-12RT
4:2 (1U)
DS400TGH-28R
6:2 (2U)
DS400TG-14R
3:2 (1U)
SS400TG-16T
SS400TG-13T
2:1 (1U)
NEW MODEL!!
DS400TG-424RT
20:2 (4U)
Rack – 4U/10U
DS400TOG-424RT
8:2 (4U)
Dual Root
NEW MODEL!!
DS400NG16-1016RT
16:2 (10U)
DS400TQV-416RT
8:2 (4U)
NVLink
NEW MODEL!!
DS400NG16-1016RT
16:2 (10U)
Personal
Workstations
SS400TR-54R
5U
Delivers 4XFASTER TRAINING
than other GPU-based systems
Your Personal AI Supercomputer
Power-on to Deep Learning in Minutes
Pre-installed with Powerful
Deep Learning
Software
Extend workloads from your
Desk-to-Cloud in Minutes
Run Multiple Applications
simultaneously
Tyrone KUBITS™ Cloud
Flow Architecture Revolutionizing Deep Learning CPU-GPU Environment
KUBITS™ Compatible Workstations
WITH TYRONE KUBITS™ CLIENT
KUBITS has a repository of :
50 containerized applications
100s of Containers
10X20X30X40X50X
SPEED
Tyrone KUBITS : Revolutionizing Deep Learning CPU-GPU Environment
Run different
applications
simultaneously
Check for Tyrone
KUBITS Compatible
Workstations
Get access to over
100+ Containers on
Tyrone KUBITS Cloud.
High scalability
Affordable price
Has both GPU &
CPU Optimized
Containers
Design a simple Workstation
or Large Clusters with KUBITS
technology.
Talk to our experts & build
the right workstation within
your budget.
KUBITS
CLOUD
COMPATIBLE
Highest ROI + Topmost Performance + Maximised Convenience
GPUS 1 X GPU 2 X GPUs 3 x GPUs 4 x GPUs 6 x GPUs 8 x GPUs 10 x GPUs 16 x GPUs 20 x GPUs
MODEL SS400TR-54R SS400TG-16T DS400TG-14R DS400TG-48R DS400TG-12RT DS400TG-12RT
DS400TGH-
28R
DS400TQV-
416RT
DS400TOG-
424R
DS400TOG-
424RT
DS400NG16-
1016RT
DS400TG-
424RT
FORM FACTOR
5U 1U 1U 4U 1U 1U 1U 4U 4U 4U 10U 4U
COMPUTE
PERFORMANCE
8 X Tesla
V100 32
Single
Precision
125+ TFs
8 X 2080 Ti
Single
Precision
100+ TFs
8 X Tesla
V100 32
Single
Precision
100+ TFs
10 X 2080
Ti Single
Precision
130+ TFs
10 X Tesla
V100 32
Single
Precision
140+ TFs
16 X Tesla
V100 32
Single
Precision
250+ TFs
20 X T4
GPUs Single
Precision
160+ TFs
FP16/FP32
Mixed
Precision
1300+ TFs
MEMORY BANDWIDTH
TYRONE KUBITS ACCESS
STARTING PRICE (USD)
NUMBER OF GPU’S
COMPUTEPERFORMANCE
Topics Covered in Session 2
Convolutional
Neural Network
using TensorFlow
Sequence Models
Distribution
Strategy
Generative Models
Model
Quantization for
Edge Devices
• All the required components can be built using TensorFlow Modules
• Keras module can be used to configure the layers for the model
Data Loader
Transform the Data
Data
Augmentation
Define Model
Architecture
Model Training
based on number
of Epoch
Prediction and
Evaluation
Convolutional
Layer
Pooling Layer
Drop out
layer
Convolutional Neural Network using TensorFlow
Sequence Model with TensorFlow 2.0
• The Keras RNN API is designed with a
focus on:
• Ease of use: the built-in
tf.keras.layers.RNN, tf.keras.layers.LSTM,
tf.keras.layers.GRU layers enable you to
quickly build recurrent models without
having to make difficult configuration choices.
• Ease of customization: You can also define
your own RNN cell layer (the inner part of the
for loop) with custom behavior, and use it
with the generic tf.keras.layers.RNN layer (the
for loop itself). This allows you to quickly
prototype different research ideas in a
flexible way with minimal code.
Generative Models using TensorFlow
Distribution Strategy in TensorFlow 2.0
Key Point of the Strategy
• All Reduce Algorithm as part of TensorFlow 2.0
• Collective Communication Library of Nvidia
• Compute the gradient of loss function using Minibatch on
each GPU
• Compute mean of gradient by inter GPU Communication
• Update the model
TensorFlow
Model
Quantization TF Lite Model Interpreter
Deployable
TFLite Model
• Build and Train a
Model using
TensorFlow. E.g.
CNN Model or a
Dense Network
• Use TF-Lite and
select Post Train
Quantization
Framework
• Use TF-Lite
interpreter to
check the
converted model
Outputs and
Accuracy
• Convert to TF-Lite
Model
• Deploy it in
Android
Model Quantization for Edge Devices
Model Quantization Options
Artificial Intelligence Systems: Examples
⮚ Google Self Driving car is an Artificial Intelligence
system leveraging on Deep Learning models for image
identification and Machine learning for object
Classification.
Google Self Driving Car ⮚ IBM Watson is an Artificial Intelligence Platform that lets
you automate the AI lifecycle.
⮚ Watson is a question-answering computer system
capable of answering questions posed in natural
language, developed in IBM's DeepQA project
⮚ AI based program that can mimic human moves and
performs better than human player in the board
game.
⮚ Sophia is a social humanoid robot developed by Hong Kong based company Hanson
Robotics
⮚ Cameras within Sophia's eyes combined with computer algorithms allow it to see. It
can follow faces, sustain eye contact, and recognize individuals. It is able to process
speech and have conversations using a natural language subsystem
Q&A Session
Hirdey Vikram
Hirdey.vikram@netwebindia.com
India (North)
Niraj
niraj@netwebindia.com
India (South)
Vivek
vivek@netwebindia.com
India (East)
Navin
navin@netwebindia.com
India (West)
Anupriya
anupriya@netwebtech.com
Singapore
Arun
arun@netwebtech.com
UAE
Agam
agam@netwebtech.com
Indonesia
Contact our team if you have any further questions after this webinar
ai@netwebtech.comTalk to our AI Experts

More Related Content

What's hot

Training course lect1
Training course lect1Training course lect1
Training course lect1
Noor Dhiya
 
TENSORFLOW: ARCHITECTURE AND USE CASE - NASA SPACE APPS CHALLENGE by Gema Par...
TENSORFLOW: ARCHITECTURE AND USE CASE - NASA SPACE APPS CHALLENGE by Gema Par...TENSORFLOW: ARCHITECTURE AND USE CASE - NASA SPACE APPS CHALLENGE by Gema Par...
TENSORFLOW: ARCHITECTURE AND USE CASE - NASA SPACE APPS CHALLENGE by Gema Par...
Big Data Spain
 
A Platform for Accelerating Machine Learning Applications
 A Platform for Accelerating Machine Learning Applications A Platform for Accelerating Machine Learning Applications
A Platform for Accelerating Machine Learning Applications
NVIDIA Taiwan
 
Teaching Recurrent Neural Networks using Tensorflow (May 2016)
Teaching Recurrent Neural Networks using Tensorflow (May 2016)Teaching Recurrent Neural Networks using Tensorflow (May 2016)
Teaching Recurrent Neural Networks using Tensorflow (May 2016)
Rajiv Shah
 
Differences of Deep Learning Frameworks
Differences of Deep Learning FrameworksDifferences of Deep Learning Frameworks
Differences of Deep Learning Frameworks
Seiya Tokui
 
LibOS as a regression test framework for Linux networking #netdev1.1
LibOS as a regression test framework for Linux networking #netdev1.1LibOS as a regression test framework for Linux networking #netdev1.1
LibOS as a regression test framework for Linux networking #netdev1.1
Hajime Tazaki
 
TensorFlow Tutorial Part1
TensorFlow Tutorial Part1TensorFlow Tutorial Part1
TensorFlow Tutorial Part1
Sungjoon Choi
 
Notes from 2016 bay area deep learning school
Notes from 2016 bay area deep learning school Notes from 2016 bay area deep learning school
Notes from 2016 bay area deep learning school
Niketan Pansare
 
Final training course
Final training courseFinal training course
Final training course
Noor Dhiya
 
Network Stack in Userspace (NUSE)
Network Stack in Userspace (NUSE)Network Stack in Userspace (NUSE)
Network Stack in Userspace (NUSE)
Hajime Tazaki
 
Netmap presentation
Netmap presentationNetmap presentation
Netmap presentation
Amir Razmjou
 
Evolution of Supermicro GPU Server Solution
Evolution of Supermicro GPU Server SolutionEvolution of Supermicro GPU Server Solution
Evolution of Supermicro GPU Server Solution
NVIDIA Taiwan
 
Early Benchmarking Results for Neuromorphic Computing
Early Benchmarking Results for Neuromorphic ComputingEarly Benchmarking Results for Neuromorphic Computing
Early Benchmarking Results for Neuromorphic Computing
DESMOND YUEN
 
Playing BBR with a userspace network stack
Playing BBR with a userspace network stackPlaying BBR with a userspace network stack
Playing BBR with a userspace network stack
Hajime Tazaki
 
NVIDIA 深度學習教育機構 (DLI): Image segmentation with tensorflow
NVIDIA 深度學習教育機構 (DLI): Image segmentation with tensorflowNVIDIA 深度學習教育機構 (DLI): Image segmentation with tensorflow
NVIDIA 深度學習教育機構 (DLI): Image segmentation with tensorflow
NVIDIA Taiwan
 
Deep learning for molecules, introduction to chainer chemistry
Deep learning for molecules, introduction to chainer chemistryDeep learning for molecules, introduction to chainer chemistry
Deep learning for molecules, introduction to chainer chemistry
Kenta Oono
 
Keras on tensorflow in R & Python
Keras on tensorflow in R & PythonKeras on tensorflow in R & Python
Keras on tensorflow in R & Python
Longhow Lam
 
深層学習フレームワーク概要とChainerの事例紹介
深層学習フレームワーク概要とChainerの事例紹介深層学習フレームワーク概要とChainerの事例紹介
深層学習フレームワーク概要とChainerの事例紹介
Kenta Oono
 
Exascale Capabl
Exascale CapablExascale Capabl
Exascale Capabl
Sagar Dolas
 
Introduction to Deep Learning, Keras, and TensorFlow
Introduction to Deep Learning, Keras, and TensorFlowIntroduction to Deep Learning, Keras, and TensorFlow
Introduction to Deep Learning, Keras, and TensorFlow
Sri Ambati
 

What's hot (20)

Training course lect1
Training course lect1Training course lect1
Training course lect1
 
TENSORFLOW: ARCHITECTURE AND USE CASE - NASA SPACE APPS CHALLENGE by Gema Par...
TENSORFLOW: ARCHITECTURE AND USE CASE - NASA SPACE APPS CHALLENGE by Gema Par...TENSORFLOW: ARCHITECTURE AND USE CASE - NASA SPACE APPS CHALLENGE by Gema Par...
TENSORFLOW: ARCHITECTURE AND USE CASE - NASA SPACE APPS CHALLENGE by Gema Par...
 
A Platform for Accelerating Machine Learning Applications
 A Platform for Accelerating Machine Learning Applications A Platform for Accelerating Machine Learning Applications
A Platform for Accelerating Machine Learning Applications
 
Teaching Recurrent Neural Networks using Tensorflow (May 2016)
Teaching Recurrent Neural Networks using Tensorflow (May 2016)Teaching Recurrent Neural Networks using Tensorflow (May 2016)
Teaching Recurrent Neural Networks using Tensorflow (May 2016)
 
Differences of Deep Learning Frameworks
Differences of Deep Learning FrameworksDifferences of Deep Learning Frameworks
Differences of Deep Learning Frameworks
 
LibOS as a regression test framework for Linux networking #netdev1.1
LibOS as a regression test framework for Linux networking #netdev1.1LibOS as a regression test framework for Linux networking #netdev1.1
LibOS as a regression test framework for Linux networking #netdev1.1
 
TensorFlow Tutorial Part1
TensorFlow Tutorial Part1TensorFlow Tutorial Part1
TensorFlow Tutorial Part1
 
Notes from 2016 bay area deep learning school
Notes from 2016 bay area deep learning school Notes from 2016 bay area deep learning school
Notes from 2016 bay area deep learning school
 
Final training course
Final training courseFinal training course
Final training course
 
Network Stack in Userspace (NUSE)
Network Stack in Userspace (NUSE)Network Stack in Userspace (NUSE)
Network Stack in Userspace (NUSE)
 
Netmap presentation
Netmap presentationNetmap presentation
Netmap presentation
 
Evolution of Supermicro GPU Server Solution
Evolution of Supermicro GPU Server SolutionEvolution of Supermicro GPU Server Solution
Evolution of Supermicro GPU Server Solution
 
Early Benchmarking Results for Neuromorphic Computing
Early Benchmarking Results for Neuromorphic ComputingEarly Benchmarking Results for Neuromorphic Computing
Early Benchmarking Results for Neuromorphic Computing
 
Playing BBR with a userspace network stack
Playing BBR with a userspace network stackPlaying BBR with a userspace network stack
Playing BBR with a userspace network stack
 
NVIDIA 深度學習教育機構 (DLI): Image segmentation with tensorflow
NVIDIA 深度學習教育機構 (DLI): Image segmentation with tensorflowNVIDIA 深度學習教育機構 (DLI): Image segmentation with tensorflow
NVIDIA 深度學習教育機構 (DLI): Image segmentation with tensorflow
 
Deep learning for molecules, introduction to chainer chemistry
Deep learning for molecules, introduction to chainer chemistryDeep learning for molecules, introduction to chainer chemistry
Deep learning for molecules, introduction to chainer chemistry
 
Keras on tensorflow in R & Python
Keras on tensorflow in R & PythonKeras on tensorflow in R & Python
Keras on tensorflow in R & Python
 
深層学習フレームワーク概要とChainerの事例紹介
深層学習フレームワーク概要とChainerの事例紹介深層学習フレームワーク概要とChainerの事例紹介
深層学習フレームワーク概要とChainerの事例紹介
 
Exascale Capabl
Exascale CapablExascale Capabl
Exascale Capabl
 
Introduction to Deep Learning, Keras, and TensorFlow
Introduction to Deep Learning, Keras, and TensorFlowIntroduction to Deep Learning, Keras, and TensorFlow
Introduction to Deep Learning, Keras, and TensorFlow
 

Similar to Explore Deep Learning Architecture using Tensorflow 2.0 now! Part 2

infoShare AI Roadshow 2018 - Tomasz Kopacz (Microsoft) - jakie możliwości daj...
infoShare AI Roadshow 2018 - Tomasz Kopacz (Microsoft) - jakie możliwości daj...infoShare AI Roadshow 2018 - Tomasz Kopacz (Microsoft) - jakie możliwości daj...
infoShare AI Roadshow 2018 - Tomasz Kopacz (Microsoft) - jakie możliwości daj...
Infoshare
 
Innovation with ai at scale on the edge vt sept 2019 v0
Innovation with ai at scale  on the edge vt sept 2019 v0Innovation with ai at scale  on the edge vt sept 2019 v0
Innovation with ai at scale on the edge vt sept 2019 v0
Ganesan Narayanasamy
 
Deep Learning with Spark and GPUs
Deep Learning with Spark and GPUsDeep Learning with Spark and GPUs
Deep Learning with Spark and GPUs
DataWorks Summit
 
Age of Language Models in NLP
Age of Language Models in NLPAge of Language Models in NLP
Age of Language Models in NLP
Tyrone Systems
 
Harnessing the virtual realm for successful real world artificial intelligence
Harnessing the virtual realm for successful real world artificial intelligenceHarnessing the virtual realm for successful real world artificial intelligence
Harnessing the virtual realm for successful real world artificial intelligence
Alison B. Lowndes
 
Introduction to HPC & Supercomputing in AI
Introduction to HPC & Supercomputing in AIIntroduction to HPC & Supercomputing in AI
Introduction to HPC & Supercomputing in AI
Tyrone Systems
 
Rethinking computation: A processor architecture for machine intelligence
Rethinking computation: A processor architecture for machine intelligenceRethinking computation: A processor architecture for machine intelligence
Rethinking computation: A processor architecture for machine intelligence
Intel Nervana
 
Open power ddl and lms
Open power ddl and lmsOpen power ddl and lms
Open power ddl and lms
Ganesan Narayanasamy
 
TensorFlow meetup: Keras - Pytorch - TensorFlow.js
TensorFlow meetup: Keras - Pytorch - TensorFlow.jsTensorFlow meetup: Keras - Pytorch - TensorFlow.js
TensorFlow meetup: Keras - Pytorch - TensorFlow.js
Stijn Decubber
 
Introduction to Tensor Flow-v1.pptx
Introduction to Tensor Flow-v1.pptxIntroduction to Tensor Flow-v1.pptx
Introduction to Tensor Flow-v1.pptx
Janagi Raman S
 
How to use Apache TVM to optimize your ML models
How to use Apache TVM to optimize your ML modelsHow to use Apache TVM to optimize your ML models
How to use Apache TVM to optimize your ML models
Databricks
 
TensorFlow for HPC?
TensorFlow for HPC?TensorFlow for HPC?
TensorFlow for HPC?
inside-BigData.com
 
AWS re:Invent 2016: Deep Learning at Cloud Scale: Improving Video Discoverabi...
AWS re:Invent 2016: Deep Learning at Cloud Scale: Improving Video Discoverabi...AWS re:Invent 2016: Deep Learning at Cloud Scale: Improving Video Discoverabi...
AWS re:Invent 2016: Deep Learning at Cloud Scale: Improving Video Discoverabi...
Amazon Web Services
 
Tesla Accelerated Computing Platform
Tesla Accelerated Computing PlatformTesla Accelerated Computing Platform
Tesla Accelerated Computing Platform
inside-BigData.com
 
“Making Edge AI Inference Programming Easier and Flexible,” a Presentation fr...
“Making Edge AI Inference Programming Easier and Flexible,” a Presentation fr...“Making Edge AI Inference Programming Easier and Flexible,” a Presentation fr...
“Making Edge AI Inference Programming Easier and Flexible,” a Presentation fr...
Edge AI and Vision Alliance
 
NWU and HPC
NWU and HPCNWU and HPC
NWU and HPC
Wilhelm van Belkum
 
Tensorflow Ecosystem
Tensorflow EcosystemTensorflow Ecosystem
Tensorflow Ecosystem
Vivek Raja P S
 
Deep Learning with Apache Spark and GPUs with Pierce Spitler
Deep Learning with Apache Spark and GPUs with Pierce SpitlerDeep Learning with Apache Spark and GPUs with Pierce Spitler
Deep Learning with Apache Spark and GPUs with Pierce Spitler
Databricks
 
Distributed DNN training: Infrastructure, challenges, and lessons learned
Distributed DNN training: Infrastructure, challenges, and lessons learnedDistributed DNN training: Infrastructure, challenges, and lessons learned
Distributed DNN training: Infrastructure, challenges, and lessons learned
Wee Hyong Tok
 

Similar to Explore Deep Learning Architecture using Tensorflow 2.0 now! Part 2 (20)

infoShare AI Roadshow 2018 - Tomasz Kopacz (Microsoft) - jakie możliwości daj...
infoShare AI Roadshow 2018 - Tomasz Kopacz (Microsoft) - jakie możliwości daj...infoShare AI Roadshow 2018 - Tomasz Kopacz (Microsoft) - jakie możliwości daj...
infoShare AI Roadshow 2018 - Tomasz Kopacz (Microsoft) - jakie możliwości daj...
 
Innovation with ai at scale on the edge vt sept 2019 v0
Innovation with ai at scale  on the edge vt sept 2019 v0Innovation with ai at scale  on the edge vt sept 2019 v0
Innovation with ai at scale on the edge vt sept 2019 v0
 
Deep Learning with Spark and GPUs
Deep Learning with Spark and GPUsDeep Learning with Spark and GPUs
Deep Learning with Spark and GPUs
 
Age of Language Models in NLP
Age of Language Models in NLPAge of Language Models in NLP
Age of Language Models in NLP
 
Harnessing the virtual realm for successful real world artificial intelligence
Harnessing the virtual realm for successful real world artificial intelligenceHarnessing the virtual realm for successful real world artificial intelligence
Harnessing the virtual realm for successful real world artificial intelligence
 
Introduction to HPC & Supercomputing in AI
Introduction to HPC & Supercomputing in AIIntroduction to HPC & Supercomputing in AI
Introduction to HPC & Supercomputing in AI
 
Rethinking computation: A processor architecture for machine intelligence
Rethinking computation: A processor architecture for machine intelligenceRethinking computation: A processor architecture for machine intelligence
Rethinking computation: A processor architecture for machine intelligence
 
Open power ddl and lms
Open power ddl and lmsOpen power ddl and lms
Open power ddl and lms
 
TensorFlow meetup: Keras - Pytorch - TensorFlow.js
TensorFlow meetup: Keras - Pytorch - TensorFlow.jsTensorFlow meetup: Keras - Pytorch - TensorFlow.js
TensorFlow meetup: Keras - Pytorch - TensorFlow.js
 
Introduction to Tensor Flow-v1.pptx
Introduction to Tensor Flow-v1.pptxIntroduction to Tensor Flow-v1.pptx
Introduction to Tensor Flow-v1.pptx
 
How to use Apache TVM to optimize your ML models
How to use Apache TVM to optimize your ML modelsHow to use Apache TVM to optimize your ML models
How to use Apache TVM to optimize your ML models
 
TensorFlow for HPC?
TensorFlow for HPC?TensorFlow for HPC?
TensorFlow for HPC?
 
AWS re:Invent 2016: Deep Learning at Cloud Scale: Improving Video Discoverabi...
AWS re:Invent 2016: Deep Learning at Cloud Scale: Improving Video Discoverabi...AWS re:Invent 2016: Deep Learning at Cloud Scale: Improving Video Discoverabi...
AWS re:Invent 2016: Deep Learning at Cloud Scale: Improving Video Discoverabi...
 
No[1][1]
No[1][1]No[1][1]
No[1][1]
 
Tesla Accelerated Computing Platform
Tesla Accelerated Computing PlatformTesla Accelerated Computing Platform
Tesla Accelerated Computing Platform
 
“Making Edge AI Inference Programming Easier and Flexible,” a Presentation fr...
“Making Edge AI Inference Programming Easier and Flexible,” a Presentation fr...“Making Edge AI Inference Programming Easier and Flexible,” a Presentation fr...
“Making Edge AI Inference Programming Easier and Flexible,” a Presentation fr...
 
NWU and HPC
NWU and HPCNWU and HPC
NWU and HPC
 
Tensorflow Ecosystem
Tensorflow EcosystemTensorflow Ecosystem
Tensorflow Ecosystem
 
Deep Learning with Apache Spark and GPUs with Pierce Spitler
Deep Learning with Apache Spark and GPUs with Pierce SpitlerDeep Learning with Apache Spark and GPUs with Pierce Spitler
Deep Learning with Apache Spark and GPUs with Pierce Spitler
 
Distributed DNN training: Infrastructure, challenges, and lessons learned
Distributed DNN training: Infrastructure, challenges, and lessons learnedDistributed DNN training: Infrastructure, challenges, and lessons learned
Distributed DNN training: Infrastructure, challenges, and lessons learned
 

More from Tyrone Systems

Kubernetes in The Enterprise
Kubernetes in The EnterpriseKubernetes in The Enterprise
Kubernetes in The Enterprise
Tyrone Systems
 
Why minio wins the hybrid cloud?
Why minio wins the hybrid cloud?Why minio wins the hybrid cloud?
Why minio wins the hybrid cloud?
Tyrone Systems
 
why min io wins the hybrid cloud
why min io wins the hybrid cloudwhy min io wins the hybrid cloud
why min io wins the hybrid cloud
Tyrone Systems
 
5 ways hci (hyper-converged infrastructure) powering today’s modern learning ...
5 ways hci (hyper-converged infrastructure) powering today’s modern learning ...5 ways hci (hyper-converged infrastructure) powering today’s modern learning ...
5 ways hci (hyper-converged infrastructure) powering today’s modern learning ...
Tyrone Systems
 
5 current and near-future use cases of ai in broadcast and media.
5 current and near-future use cases of ai in broadcast and media.5 current and near-future use cases of ai in broadcast and media.
5 current and near-future use cases of ai in broadcast and media.
Tyrone Systems
 
How hci is driving digital transformation in the insurance firms to enable pr...
How hci is driving digital transformation in the insurance firms to enable pr...How hci is driving digital transformation in the insurance firms to enable pr...
How hci is driving digital transformation in the insurance firms to enable pr...
Tyrone Systems
 
How blockchain is revolutionising healthcare industry’s challenges of genomic...
How blockchain is revolutionising healthcare industry’s challenges of genomic...How blockchain is revolutionising healthcare industry’s challenges of genomic...
How blockchain is revolutionising healthcare industry’s challenges of genomic...
Tyrone Systems
 
5 ways hpc can provides cost savings and flexibility to meet the technology i...
5 ways hpc can provides cost savings and flexibility to meet the technology i...5 ways hpc can provides cost savings and flexibility to meet the technology i...
5 ways hpc can provides cost savings and flexibility to meet the technology i...
Tyrone Systems
 
How Emerging Technologies are Enabling The Banking Industry
How Emerging Technologies are Enabling The Banking IndustryHow Emerging Technologies are Enabling The Banking Industry
How Emerging Technologies are Enabling The Banking Industry
Tyrone Systems
 
Five Exciting Ways HCI can accelerates digital transformation for Media and E...
Five Exciting Ways HCI can accelerates digital transformation for Media and E...Five Exciting Ways HCI can accelerates digital transformation for Media and E...
Five Exciting Ways HCI can accelerates digital transformation for Media and E...
Tyrone Systems
 
Design and Optimize your code for high-performance with Intel® Advisor and I...
Design and Optimize your code for high-performance with Intel®  Advisor and I...Design and Optimize your code for high-performance with Intel®  Advisor and I...
Design and Optimize your code for high-performance with Intel® Advisor and I...
Tyrone Systems
 
Fast-Track Your Digital Transformation with Intelligent Automation
Fast-Track Your Digital Transformation with Intelligent AutomationFast-Track Your Digital Transformation with Intelligent Automation
Fast-Track Your Digital Transformation with Intelligent Automation
Tyrone Systems
 
Top Five benefits of Hyper-Converged Infrastructure
Top Five benefits of Hyper-Converged InfrastructureTop Five benefits of Hyper-Converged Infrastructure
Top Five benefits of Hyper-Converged Infrastructure
Tyrone Systems
 
An Effective Approach to Cloud Migration for Small and Medium Enterprises (SMEs)
An Effective Approach to Cloud Migration for Small and Medium Enterprises (SMEs)An Effective Approach to Cloud Migration for Small and Medium Enterprises (SMEs)
An Effective Approach to Cloud Migration for Small and Medium Enterprises (SMEs)
Tyrone Systems
 
How can Artificial Intelligence improve software development process?
How can Artificial Intelligence improve software development process?How can Artificial Intelligence improve software development process?
How can Artificial Intelligence improve software development process?
Tyrone Systems
 
3 Ways Machine Learning Facilitates Fraud Detection
3 Ways Machine Learning Facilitates Fraud Detection3 Ways Machine Learning Facilitates Fraud Detection
3 Ways Machine Learning Facilitates Fraud Detection
Tyrone Systems
 
Four ways to digitally transform with HPC in the cloud
Four ways to digitally transform with HPC in the cloudFour ways to digitally transform with HPC in the cloud
Four ways to digitally transform with HPC in the cloud
Tyrone Systems
 
How to Secure Containerized Environments?
How to Secure Containerized Environments?How to Secure Containerized Environments?
How to Secure Containerized Environments?
Tyrone Systems
 
OneAPI Series 2 Webinar - 9th, Dec-20
OneAPI Series 2 Webinar - 9th, Dec-20OneAPI Series 2 Webinar - 9th, Dec-20
OneAPI Series 2 Webinar - 9th, Dec-20
Tyrone Systems
 
OneAPI dpc++ Virtual Workshop 9th Dec-20
OneAPI dpc++ Virtual Workshop 9th Dec-20OneAPI dpc++ Virtual Workshop 9th Dec-20
OneAPI dpc++ Virtual Workshop 9th Dec-20
Tyrone Systems
 

More from Tyrone Systems (20)

Kubernetes in The Enterprise
Kubernetes in The EnterpriseKubernetes in The Enterprise
Kubernetes in The Enterprise
 
Why minio wins the hybrid cloud?
Why minio wins the hybrid cloud?Why minio wins the hybrid cloud?
Why minio wins the hybrid cloud?
 
why min io wins the hybrid cloud
why min io wins the hybrid cloudwhy min io wins the hybrid cloud
why min io wins the hybrid cloud
 
5 ways hci (hyper-converged infrastructure) powering today’s modern learning ...
5 ways hci (hyper-converged infrastructure) powering today’s modern learning ...5 ways hci (hyper-converged infrastructure) powering today’s modern learning ...
5 ways hci (hyper-converged infrastructure) powering today’s modern learning ...
 
5 current and near-future use cases of ai in broadcast and media.
5 current and near-future use cases of ai in broadcast and media.5 current and near-future use cases of ai in broadcast and media.
5 current and near-future use cases of ai in broadcast and media.
 
How hci is driving digital transformation in the insurance firms to enable pr...
How hci is driving digital transformation in the insurance firms to enable pr...How hci is driving digital transformation in the insurance firms to enable pr...
How hci is driving digital transformation in the insurance firms to enable pr...
 
How blockchain is revolutionising healthcare industry’s challenges of genomic...
How blockchain is revolutionising healthcare industry’s challenges of genomic...How blockchain is revolutionising healthcare industry’s challenges of genomic...
How blockchain is revolutionising healthcare industry’s challenges of genomic...
 
5 ways hpc can provides cost savings and flexibility to meet the technology i...
5 ways hpc can provides cost savings and flexibility to meet the technology i...5 ways hpc can provides cost savings and flexibility to meet the technology i...
5 ways hpc can provides cost savings and flexibility to meet the technology i...
 
How Emerging Technologies are Enabling The Banking Industry
How Emerging Technologies are Enabling The Banking IndustryHow Emerging Technologies are Enabling The Banking Industry
How Emerging Technologies are Enabling The Banking Industry
 
Five Exciting Ways HCI can accelerates digital transformation for Media and E...
Five Exciting Ways HCI can accelerates digital transformation for Media and E...Five Exciting Ways HCI can accelerates digital transformation for Media and E...
Five Exciting Ways HCI can accelerates digital transformation for Media and E...
 
Design and Optimize your code for high-performance with Intel® Advisor and I...
Design and Optimize your code for high-performance with Intel®  Advisor and I...Design and Optimize your code for high-performance with Intel®  Advisor and I...
Design and Optimize your code for high-performance with Intel® Advisor and I...
 
Fast-Track Your Digital Transformation with Intelligent Automation
Fast-Track Your Digital Transformation with Intelligent AutomationFast-Track Your Digital Transformation with Intelligent Automation
Fast-Track Your Digital Transformation with Intelligent Automation
 
Top Five benefits of Hyper-Converged Infrastructure
Top Five benefits of Hyper-Converged InfrastructureTop Five benefits of Hyper-Converged Infrastructure
Top Five benefits of Hyper-Converged Infrastructure
 
An Effective Approach to Cloud Migration for Small and Medium Enterprises (SMEs)
An Effective Approach to Cloud Migration for Small and Medium Enterprises (SMEs)An Effective Approach to Cloud Migration for Small and Medium Enterprises (SMEs)
An Effective Approach to Cloud Migration for Small and Medium Enterprises (SMEs)
 
How can Artificial Intelligence improve software development process?
How can Artificial Intelligence improve software development process?How can Artificial Intelligence improve software development process?
How can Artificial Intelligence improve software development process?
 
3 Ways Machine Learning Facilitates Fraud Detection
3 Ways Machine Learning Facilitates Fraud Detection3 Ways Machine Learning Facilitates Fraud Detection
3 Ways Machine Learning Facilitates Fraud Detection
 
Four ways to digitally transform with HPC in the cloud
Four ways to digitally transform with HPC in the cloudFour ways to digitally transform with HPC in the cloud
Four ways to digitally transform with HPC in the cloud
 
How to Secure Containerized Environments?
How to Secure Containerized Environments?How to Secure Containerized Environments?
How to Secure Containerized Environments?
 
OneAPI Series 2 Webinar - 9th, Dec-20
OneAPI Series 2 Webinar - 9th, Dec-20OneAPI Series 2 Webinar - 9th, Dec-20
OneAPI Series 2 Webinar - 9th, Dec-20
 
OneAPI dpc++ Virtual Workshop 9th Dec-20
OneAPI dpc++ Virtual Workshop 9th Dec-20OneAPI dpc++ Virtual Workshop 9th Dec-20
OneAPI dpc++ Virtual Workshop 9th Dec-20
 

Recently uploaded

Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
Normal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of LabourNormal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of Labour
Wasim Ak
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
Peter Windle
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBCSTRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
kimdan468
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
Group Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana BuscigliopptxGroup Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana Buscigliopptx
ArianaBusciglio
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 

Recently uploaded (20)

Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
Normal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of LabourNormal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of Labour
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBCSTRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
Group Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana BuscigliopptxGroup Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana Buscigliopptx
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 

Explore Deep Learning Architecture using Tensorflow 2.0 now! Part 2

  • 1. Explore Deep Learning Architecture using TensorFlow Wednesday | 6TH MAY, 2020 LIVE WEBINAR Presented by
  • 2. AGENDA 1. Know World's Most Advance Tailored GPU Systems  G.O.D - GPU Systems Optimized For Deep Learning  Flow Architecture Revolutionizing Deep Learning CPU-GPU Environment  Highest ROI + Topmost Performance + Maximised Convenience 2. Convolutional Neural Network using TensorFlow  Understand the steps involved in building CNN Model using TensorFlow 2.0  Focus on steps involved in configuring and training the model 3. Sequence Models  Understand the Data Structure for Sequence Model and How TensorFlow 2.0 can help to configure it  Walk thru on how we can configure and train the Sequence models 4. Generative Models  What are Generative Models and how they are different  How TensorFlow helps us to build Generative Adversarial Network 5. Distribution Strategy  Understand in Detail on the Distribution Strategy for Model training available as part of TensorFlow 2.0 6. Model Quantization for Edge Devices  Understand the steps involved in Quantizing a Model using TensorFlow, so that it can be deployed in Edge Devices
  • 3. Tyrone Systems at a Glance
  • 4. Solutions that span the entire Data Center SERVER • HPC Servers • Mission Critical X86 • Storage Servers • High-Density Servers • GPU Servers Cloud Solutions Big Data/AIHPC Solutions Cloud Big Data Virtualization AI / DEEP LEARNING Product Portfolio WORKSTATIONS • GPU Workstations • Tower | Rack • Liquid Cooling STORAGE • Unified Storage • Storage Array • Archival • JBOD • Ceph Storage NETWORKING • InfiniBand • Omnipath Architecture Tyrone Kubernetes Platform HPC Cluster GPU Optimised Supercomputer HPC On Cloud SMP Solutions Mngmt Tools Analytics Data Insights HPC cluster parallel file systems Inferencing Hyper-converged Virtual SAN Mixed Workloads GPU Systems
  • 5. G.O.D - GPU Systems Optimized For Deep Learning DS400TG-48R 4:2 (4U) Ratio: GPU:CPU Tower/4U Rack – 1U/2U GPUOPTIMIZED DS400TOG-424RT 10:2 (4U) Single Root DS400TQV-12RT 4:2 (1U) DS400TG-12RT 4:2 (1U) DS400TGH-28R 6:2 (2U) DS400TG-14R 3:2 (1U) SS400TG-16T SS400TG-13T 2:1 (1U) NEW MODEL!! DS400TG-424RT 20:2 (4U) Rack – 4U/10U DS400TOG-424RT 8:2 (4U) Dual Root NEW MODEL!! DS400NG16-1016RT 16:2 (10U) DS400TQV-416RT 8:2 (4U) NVLink NEW MODEL!! DS400NG16-1016RT 16:2 (10U) Personal Workstations SS400TR-54R 5U
  • 6. Delivers 4XFASTER TRAINING than other GPU-based systems Your Personal AI Supercomputer Power-on to Deep Learning in Minutes Pre-installed with Powerful Deep Learning Software Extend workloads from your Desk-to-Cloud in Minutes
  • 7. Run Multiple Applications simultaneously Tyrone KUBITS™ Cloud Flow Architecture Revolutionizing Deep Learning CPU-GPU Environment KUBITS™ Compatible Workstations WITH TYRONE KUBITS™ CLIENT KUBITS has a repository of : 50 containerized applications 100s of Containers 10X20X30X40X50X SPEED
  • 8. Tyrone KUBITS : Revolutionizing Deep Learning CPU-GPU Environment Run different applications simultaneously Check for Tyrone KUBITS Compatible Workstations Get access to over 100+ Containers on Tyrone KUBITS Cloud. High scalability Affordable price Has both GPU & CPU Optimized Containers Design a simple Workstation or Large Clusters with KUBITS technology. Talk to our experts & build the right workstation within your budget. KUBITS CLOUD COMPATIBLE
  • 9. Highest ROI + Topmost Performance + Maximised Convenience GPUS 1 X GPU 2 X GPUs 3 x GPUs 4 x GPUs 6 x GPUs 8 x GPUs 10 x GPUs 16 x GPUs 20 x GPUs MODEL SS400TR-54R SS400TG-16T DS400TG-14R DS400TG-48R DS400TG-12RT DS400TG-12RT DS400TGH- 28R DS400TQV- 416RT DS400TOG- 424R DS400TOG- 424RT DS400NG16- 1016RT DS400TG- 424RT FORM FACTOR 5U 1U 1U 4U 1U 1U 1U 4U 4U 4U 10U 4U COMPUTE PERFORMANCE 8 X Tesla V100 32 Single Precision 125+ TFs 8 X 2080 Ti Single Precision 100+ TFs 8 X Tesla V100 32 Single Precision 100+ TFs 10 X 2080 Ti Single Precision 130+ TFs 10 X Tesla V100 32 Single Precision 140+ TFs 16 X Tesla V100 32 Single Precision 250+ TFs 20 X T4 GPUs Single Precision 160+ TFs FP16/FP32 Mixed Precision 1300+ TFs MEMORY BANDWIDTH TYRONE KUBITS ACCESS STARTING PRICE (USD) NUMBER OF GPU’S COMPUTEPERFORMANCE
  • 10. Topics Covered in Session 2 Convolutional Neural Network using TensorFlow Sequence Models Distribution Strategy Generative Models Model Quantization for Edge Devices
  • 11. • All the required components can be built using TensorFlow Modules • Keras module can be used to configure the layers for the model Data Loader Transform the Data Data Augmentation Define Model Architecture Model Training based on number of Epoch Prediction and Evaluation Convolutional Layer Pooling Layer Drop out layer Convolutional Neural Network using TensorFlow
  • 12. Sequence Model with TensorFlow 2.0 • The Keras RNN API is designed with a focus on: • Ease of use: the built-in tf.keras.layers.RNN, tf.keras.layers.LSTM, tf.keras.layers.GRU layers enable you to quickly build recurrent models without having to make difficult configuration choices. • Ease of customization: You can also define your own RNN cell layer (the inner part of the for loop) with custom behavior, and use it with the generic tf.keras.layers.RNN layer (the for loop itself). This allows you to quickly prototype different research ideas in a flexible way with minimal code.
  • 14. Distribution Strategy in TensorFlow 2.0 Key Point of the Strategy • All Reduce Algorithm as part of TensorFlow 2.0 • Collective Communication Library of Nvidia • Compute the gradient of loss function using Minibatch on each GPU • Compute mean of gradient by inter GPU Communication • Update the model
  • 15. TensorFlow Model Quantization TF Lite Model Interpreter Deployable TFLite Model • Build and Train a Model using TensorFlow. E.g. CNN Model or a Dense Network • Use TF-Lite and select Post Train Quantization Framework • Use TF-Lite interpreter to check the converted model Outputs and Accuracy • Convert to TF-Lite Model • Deploy it in Android Model Quantization for Edge Devices
  • 17. Artificial Intelligence Systems: Examples ⮚ Google Self Driving car is an Artificial Intelligence system leveraging on Deep Learning models for image identification and Machine learning for object Classification. Google Self Driving Car ⮚ IBM Watson is an Artificial Intelligence Platform that lets you automate the AI lifecycle. ⮚ Watson is a question-answering computer system capable of answering questions posed in natural language, developed in IBM's DeepQA project ⮚ AI based program that can mimic human moves and performs better than human player in the board game. ⮚ Sophia is a social humanoid robot developed by Hong Kong based company Hanson Robotics ⮚ Cameras within Sophia's eyes combined with computer algorithms allow it to see. It can follow faces, sustain eye contact, and recognize individuals. It is able to process speech and have conversations using a natural language subsystem
  • 18. Q&A Session Hirdey Vikram Hirdey.vikram@netwebindia.com India (North) Niraj niraj@netwebindia.com India (South) Vivek vivek@netwebindia.com India (East) Navin navin@netwebindia.com India (West) Anupriya anupriya@netwebtech.com Singapore Arun arun@netwebtech.com UAE Agam agam@netwebtech.com Indonesia Contact our team if you have any further questions after this webinar ai@netwebtech.comTalk to our AI Experts