All Projects → PacktPublishing → Deep Learning With Tensorflow

PacktPublishing / Deep Learning With Tensorflow

Licence: mit
Deep Learning with TensorFlow by Packt

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Deep Learning With Tensorflow

Models Comparison.pytorch
Code for the paper Benchmark Analysis of Representative Deep Neural Network Architectures
Stars: ✭ 148 (-9.2%)
Mutual labels:  deep-neural-networks
Aw nas
aw_nas: A Modularized and Extensible NAS Framework
Stars: ✭ 152 (-6.75%)
Mutual labels:  deep-neural-networks
Dynamics
A Compositional Object-Based Approach to Learning Physical Dynamics
Stars: ✭ 159 (-2.45%)
Mutual labels:  deep-neural-networks
Tutorial separation
This repo summarizes the tutorials, datasets, papers, codes and tools for speech separation and speaker extraction task. You are kindly invited to pull requests.
Stars: ✭ 151 (-7.36%)
Mutual labels:  deep-neural-networks
Cyclegan Keras
Keras implementation of CycleGAN using a tensorflow backend.
Stars: ✭ 152 (-6.75%)
Mutual labels:  deep-neural-networks
Zi2zi
Learning Chinese Character style with conditional GAN
Stars: ✭ 1,988 (+1119.63%)
Mutual labels:  deep-neural-networks
P2pala
Page to PAGE Layout Analysis Tool
Stars: ✭ 147 (-9.82%)
Mutual labels:  deep-neural-networks
Hey Jetson
Deep Learning based Automatic Speech Recognition with attention for the Nvidia Jetson.
Stars: ✭ 161 (-1.23%)
Mutual labels:  deep-neural-networks
Msg Net
Multi-style Generative Network for Real-time Transfer
Stars: ✭ 152 (-6.75%)
Mutual labels:  deep-neural-networks
Sign Language Interpreter Using Deep Learning
A sign language interpreter using live video feed from the camera.
Stars: ✭ 157 (-3.68%)
Mutual labels:  deep-neural-networks
Awesome Deep Neuroevolution
A collection of Deep Neuroevolution resources or evolutionary algorithms applying in Deep Learning (constantly updating)
Stars: ✭ 150 (-7.98%)
Mutual labels:  deep-neural-networks
Mariana
The Cutest Deep Learning Framework which is also a wonderful Declarative Language
Stars: ✭ 151 (-7.36%)
Mutual labels:  deep-neural-networks
Self Driving Car
Udacity Self-Driving Car Engineer Nanodegree projects.
Stars: ✭ 2,103 (+1190.18%)
Mutual labels:  deep-neural-networks
Densenet Sdr
repo that holds code for improving on dropout using Stochastic Delta Rule
Stars: ✭ 148 (-9.2%)
Mutual labels:  deep-neural-networks
Applied Deep Learning With Tensorflow
Learn applied deep learning from zero to deployment using TensorFlow 1.8+
Stars: ✭ 160 (-1.84%)
Mutual labels:  deep-neural-networks
Arc Pytorch
The first public PyTorch implementation of Attentive Recurrent Comparators
Stars: ✭ 147 (-9.82%)
Mutual labels:  deep-neural-networks
Squeezesegv2
Implementation of SqueezeSegV2, Improved Model Structure and Unsupervised Domain Adaptation for Road-Object Segmentation from a LiDAR Point Cloud
Stars: ✭ 154 (-5.52%)
Mutual labels:  deep-neural-networks
Tf Adnet Tracking
Deep Object Tracking Implementation in Tensorflow for 'Action-Decision Networks for Visual Tracking with Deep Reinforcement Learning(CVPR 2017)'
Stars: ✭ 162 (-0.61%)
Mutual labels:  deep-neural-networks
Guesslang
Detect the programming language of a source code
Stars: ✭ 159 (-2.45%)
Mutual labels:  deep-neural-networks
Best ai paper 2020
A curated list of the latest breakthroughs in AI by release date with a clear video explanation, link to a more in-depth article, and code
Stars: ✭ 2,140 (+1212.88%)
Mutual labels:  deep-neural-networks

Deep Learning with TensorFlow

Deep Learning with TensorFlow by Packt

This is the code repository for Deep Learning with TensorFlow, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Deep learning is the step that comes after machine learning, and has more advanced implementations. Machine learning is not just for academics anymore, but is becoming a mainstream practice through wide adoption, and deep learning has taken the front seat. As a data scientist, if you want to explore data abstraction layers, this book will be your guide. This book shows how this can be exploited in the real world with complex raw data using TensorFlow 1.x.

Throughout the book, you’ll learn how to implement deep learning algorithms for machine learning systems and integrate them into your product offerings, including search, image recognition, and language processing. Additionally, you’ll learn how to analyze and improve the performance of deep learning models. This can be done by comparing algorithms against benchmarks, along with machine intelligence, to learn from the information and determine ideal behaviors within a specific context.

After finishing the book, you will be familiar with machine learning techniques, in particular the use of TensorFlow for deep learning, and will be ready to apply your knowledge to research or commercial projects.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

>>> import tensorflow as tf
>>> hello = tf.constant("hello TensorFlow!")
>>> sess=tf.Session()

All the examples have been implemented using Python version 2.7 on a Ubuntu Linux 64 bit including the TensorFlow library version 1.0.1. You will also need the following Python modules (preferably the latest version): Pip Bazel Matplotlib NumPy Pandas Preface . Only for Chapter 8, Advanced TensorFlow Programming and Chapter 9, Reinforcement Learning, you will need the following frameworks: Keras Pretty Tensor TFLearn OpenAI gym

Related Products

Suggestions and Feedback

Click here if you have any feedback or suggestions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].