Skip to content

bruce1408/Tensorflow_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tensorflow_learning

This repository provides tutorial code for deep learning researchers to learn TensorFlow

TensorFlow is a machine learning system that operates at large scale and in heterogeneous environments. TensorFlow uses dataflow graphs to represent computation, shared state, and the operations that mutate that state. It maps the nodes of a dataflow graph across many machines in a cluster, and within a machine across multiple computational devices, including multicore CPUs, general-purpose GPUs, and custom-designed ASICs known as Tensor Processing Units (TPUs). This architecture gives flexibility to the application developer: whereas in previous “parameter server” designs the management of shared state is built into the system, TensorFlow enables developers to experiment with novel optimizations and training algorithms. TensorFlow supports a variety of applications, with a focus on training and inference on deep neural networks. Several Google services use TensorFlow in production, we have released it as an open-source project, and it has become widely used for machine learning research. In this paper, we describe the TensorFlow dataflow model and demonstrate the compelling performance that TensorFlow achieves for several real-world applications.

This repository contains:

  • week01 Tensorflow Anaconda intro,Tensorflow install in CPU.
  • week02 Tensorflow Basic knowledge,include graphs, session, tensor, Variable.
  • week03 Tensorflow Basic Algorithm Linear Regreesion.
  • week04 Loss Function like softmax, cross-entropy and Tricks Dropout intro.
  • week05 Use Tensorboard to inspect and understand Tensorflow runs and graphs.
  • week06 Implementing a One-Layer/Multilayer Neural Network.
  • week07 Demonstrating how to use RNN and LSTM
  • week08 Save and Restore Model
  • week09 Design your own Network and train them on IMG classify.
  • week10 Usage of trained Tensorflow model to detect verification code.
  • week11 Tensorflow in NLP I
  • week12 Tensorflow in NLP II
  • week13 TensorFlow in GAN.
  • week14 Taking TensorFlow to production
  • week15 Fine-tune the Network with trained model

Table of Contents

Install

This project uses TensorfFow. Go check them out if you don't have them locally installed and thirt-party dependencies.

CUDA 10.0+
Tensorflow 1.14.0
$ pip install -r requirements.txt

Dataset

All data for this project can be found as follow

copy all data into Datasets directory

Related Impacts

Reference

Online Video

Books & Pdf

Slides

Contributors

This project exists thanks to all the people who contribute. Everyone is welcome to submit code.

About

tensorflow tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published