Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 412 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 412 Bytes

Deep Learning

Training deep neural networks and much more...

Check out the TensorFlow website if you're interested in looking up how it works!

Installation

Use the following the command to install the deep learning library tensorflow: pip install tensorflow

To install a specific version of tensorflow, use the command: pip install tensorflow==<VERSION_NUMBER>