Skip to content

Latest commit

 

History

History
52 lines (44 loc) · 2.69 KB

File metadata and controls

52 lines (44 loc) · 2.69 KB

pytorch.org/tutorials/beginner/basics/intro

Introduction

What we need to train a NN

Power of Frameworks

  • Consistent
  • Automates

Pytorch v TensorFlow

  • Overall the same now - used to be that pytorch was easy to get up and tensor flow was good for production
  • Pytorch is more cutting edge - more pythonic

Layers

  • Relu turns everything less than 0 to 0