Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 298 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 298 Bytes

Intro-to-TensorFlow2.0

This repository contains the basics of tensorflow, which beginners need to get started with The contents are:

  1. Introduction to Tensors
  2. Common Tensor operations
  3. Linear algebric operations
  4. GradientTape
  5. Sequential Models
  6. Funtional Models
  7. Layer Subclassing