Skip to content

cobalt293/Tensorflow-Intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tensorflow-Intro

The code I've written here will help give everyone a better understanding of Tensorflow and its various features.

Google Doc Presentation

How to install

  1. Make sure you have Git Version Control installed on your computer.

  2. Make sure you have Python3 on your computer

  3. In your powershell or terminal, type git clone https://github.com/cobalt293/Tensorflow-Intro.git

  4. Move into that working directory by typing cd Tensorflow-Intro

  5. Run the project by typing python tensorflow_intro.py

Expected Output

The code will save pictures of the model's output over various epochs in the GradientDescentVisual folder. In addition the computational graph will be saved in the model folder. We can use Tensorboard for this.

About

An overview of several features that Tensorflow gives us.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages