Skip to content

jaimevirgen/TFNotebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tensorflow Notebooks

Practice diverse machine learning topics using Google's Tensorflow framework. Notebooks focus on one particular machine learning technique supported natively by the Tensorflow library.

Dependency Installations

Tensorflow Install

    $ pip install tensorflow      # Python 2.7
    $ pip3 install tensorflow     # Python 3.n
    
    # If installation should fail
    $ sudo pip  install --upgrade tfBinaryURL   # Python 2.7
    $ sudo pip3 install --upgrade tfBinaryURL   # Python 3.n 

Jupyter Notebook Install

    $ pip install jupyter      # Python 2.x
    $ pip3 install jupyter     # Python 3.x

NUMPY Install

    $ pip install numpy

For beginners it is recommended to install through Anaconda

Validation

To validate if all dependencies are working run the Validation Notebook

About

Tensorflow notebooks focusing on practicing machine learning approaches

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published