An open API service indexing awesome lists of open source software.

https://github.com/philipszdavido/tensorflow-basics

TensorFlow: The fundamentals
https://github.com/philipszdavido/tensorflow-basics

jupyter-notebook machine-learning neural-network python3 tensorflow

Last synced: 2 months ago
JSON representation

TensorFlow: The fundamentals

Awesome Lists containing this project

README

          

# TensorFlow: The Basics

This repo contains samples of tensorflow snippets that covers the fundamentals of the TensorFlow library.

# Technologies

* Python
* Jupyter Notebook
* TensorFlow

# Usage
1. Clone this repo:

git clone https://github.com/philipszdavido/tensorflow-basics.git

1. Move into the `tensorflow-basics` directory from the terminal:

cd tensorflow-basics

1. Using the terminal, you can run an example using the following command format:

python .py

1. Using the `Jupyter Notebook`, run the following command in your terminal:

jupyter notebook

1. Navigate to `localhost:8888/tree#`, select the file(`.ipynb`) you want to run.
1. Click on the `Cell` menu, then on `Run All Below`.

# Requirements
* [Python 3.5](https://python.org)
* [Jupyter Notebook](https://jupyter.org)
* [TensorFlow](https://tensorflow.org)

## How can I thank You?
Why not star the github repo? The attention would be appreciated! How about sharing the link for this repo on Twitter?

Dont forget to [follow me on Twitter!](https://twitter.com/ngArchangel)

Thanks! Chidume Nnamdi