Skip to content

Ray149s/tensorflow-tutorial-regression-classification-

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TensorFlow Tutorial

Install Requirements

The easiest way to install TenorFlow is to create a virtual environment using Anaconda.

conda create -n tf-tutorial python=3.6 jupyter pandas matplotlib pip
source activate tf-tutorial  # remove the initial 'source' if you are using Windows
pip install tensorflow tensorflow-tensorboard keras

This will install the correct TensorFlow version and other libraries within your virtual environment. Now, start a Jupyter Notebook server by running:

jupyter notebook

References

The tutorial is based on

About

An introduction to linear regression and classification models with TensorFlow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%