squiba / Tensorflow

learning with tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<<<<<<< HEAD

TensorFlow Examples

Code examples for some popular machine learning algorithms, using TensorFlow library. This tutorial is designed to easily dive into TensorFlow, through examples. It includes both notebook and code with explanations.

Tutorial index

1 - Introduction

2 - Basic Classifiers

3 - Neural Networks

4 - Multi GPU

5 - User Interface (Tensorboard)

More Examples

The following examples are coming from TFLearn, a library that provides a simplified interface for TensorFlow. You can have a look, there are many examples and pre-built operations and layers.

Basics

Computer Vision

Natural Language Processing

Dependencies

tensorflow
numpy
matplotlib
cuda (to run examples on GPU)
tflearn (if using tflearn examples)

For more details about TensorFlow installation, you can check Setup_TensorFlow.md

Dataset

Some examples require MNIST dataset for training and testing. Don't worry, this dataset will automatically be downloaded when running examples (with input_data.py). MNIST is a database of handwritten digits, with 60,000 examples for training and 10,000 examples for testing. (Website: http://yann.lecun.com/exdb/mnist/)

Hi This repository is for learning deep learning and implementing the different architecture using tensorflow library.

333f229c7dcc7aa27a93e2340307f86bc8535bd0

About

learning with tensorflow

License:Other


Languages

Language:Jupyter Notebook 99.1%Language:Python 0.9%