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
- Host: GitHub
- URL: https://github.com/philipszdavido/tensorflow-basics
- Owner: philipszdavido
- Created: 2017-11-27T12:11:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-08T10:25:21.000Z (over 8 years ago)
- Last Synced: 2025-04-08T10:11:18.552Z (about 1 year ago)
- Topics: jupyter-notebook, machine-learning, neural-network, python3, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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