Slide 1

Slide 1 text

Introduction To TensorFlow +OlayinkaPeterOluwafemi @olayinkapeter_

Slide 2

Slide 2 text

What is TensorFlow? TensorFlow is an open source library for numerical computation and large-scale machine learning.

Slide 3

Slide 3 text

You must have come across words like: ● Artificial intelligence ● Machine learning ● Neural network ● Deep learning

Slide 4

Slide 4 text

Artificial Intelligence: A field of computer science that aims to make computers achieve human-style intelligence. There are many approaches to reaching this goal, including machine learning and deep learning. ● Machine Learning: A set of related techniques in which computers are trained to perform a particular task rather than by explicitly programming them. ● Neural Network: A construct in Machine Learning inspired by the network of neurons (nerve cells) in the biological brain. Neural networks are a fundamental part of deep learning, and will be covered in this course. ● Deep Learning: A subfield of machine learning that uses multi-layered neural networks. Often, “machine learning” and “deep learning” are used interchangeably.

Slide 5

Slide 5 text

GCP offers four main kinds of services: storage big data machine learning compute

Slide 6

Slide 6 text

Machine learning on Google Cloud Platform

Slide 7

Slide 7 text

Generic task Custom task Stuff someone has solved before Very specific to your dataset “puppy” “Sylvester” Input to prediction

Slide 8

Slide 8 text

Generic task Custom task Stuff someone has solved before Very specific to your dataset Pre-trained models (Machine Learning APIs) Cloud Machine Learning Engine Application developers Data scientists and ML practitioners

Slide 9

Slide 9 text

Identify your own puppy among hundreds of puppies “Sylvester” “Driver” here could be referred to as ‘taxi driver’, for example Importance of specific prediction or translation

Slide 10

Slide 10 text

● Cloud ML Engine allows you to build, train, and serve custom models with your own data

Slide 11

Slide 11 text

TensorFlow is an end-to-end open source platform for machine learning. It has a comprehensive, flexible ecosystem of tools, libraries and community resources that lets researchers push the state-of-the-art in ML and developers easily build and deploy ML powered applications.

Slide 12

Slide 12 text

bit.ly/gcdcado-tensorflowlab