All Projects → PacktPublishing → Tensorflow Machine Learning Projects

PacktPublishing / Tensorflow Machine Learning Projects

Licence: mit

Projects that are alternatives of or similar to Tensorflow Machine Learning Projects

Ko en neural machine translation
Korean English NMT(Neural Machine Translation) with Gluon
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook
Ds and ml projects
Data Science & Machine Learning projects and tutorials in python from beginner to advanced level.
Stars: ✭ 56 (+0%)
Mutual labels:  jupyter-notebook
Text Analytics W Python 2e
Source Code for 'Text Analytics with Python,' 2nd Edition by Dipanjan Sarkar
Stars: ✭ 56 (+0%)
Mutual labels:  jupyter-notebook
Text nn
Text classification models. Used a submodule for other projects.
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook
Timeseriesanalysiswithpython
Stars: ✭ 1,083 (+1833.93%)
Mutual labels:  jupyter-notebook
Julia notebooks
Julia Jupyter/Colab Notebooks
Stars: ✭ 56 (+0%)
Mutual labels:  jupyter-notebook
Pytorch Udacity Scholarship
Notes from the PyTorch Udacity / Facebook scholarship course
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook
Sccaf
Single-Cell Clustering Assessment Framework
Stars: ✭ 56 (+0%)
Mutual labels:  jupyter-notebook
Autoaugment
Unofficial implementation of the ImageNet, CIFAR 10 and SVHN Augmentation Policies learned by AutoAugment using pillow
Stars: ✭ 1,084 (+1835.71%)
Mutual labels:  jupyter-notebook
Waveglow Vqvae
WaveGlow vocoder with VQVAE
Stars: ✭ 56 (+0%)
Mutual labels:  jupyter-notebook
Reinforcement Learning
Implementation of Reinforcement Learning algorithms in Python, based on Sutton's & Barto's Book (Ed. 2)
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook
Darknetpy
darknetpy is a simple binding for darknet's yolo detector
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook
Arabic poem generator
Generating Arabic poetry using Markov chains.
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook
Sta 663 2018
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook
Rnn Walkthrough
Stars: ✭ 56 (+0%)
Mutual labels:  jupyter-notebook
Mri Analysis Pytorch
MRI analysis using PyTorch and MedicalTorch
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook
Paraphrase Generator
A paraphrase generator built using the T5 model which produces paraphrased English sentences.
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook
Dslt
Deep Regression Tracking with Shrinkage Loss
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook
Imagenet
Trial on kaggle imagenet object localization by yolo v3 in google cloud
Stars: ✭ 56 (+0%)
Mutual labels:  jupyter-notebook
Voila Demo
Demo for voila
Stars: ✭ 56 (+0%)
Mutual labels:  jupyter-notebook

TensorFlow-Machine-Learning-Projects

TensorFlow Machine Learning Projects

This is the code repository for TensorFlow Machine Learning Projects, published by Packt.

Checkout the code with the following command:

git clone --recursive [email protected]:PacktPublishing/TensorFlow-Machine-Learning-Projects.git

Build 13 real-world projects with advanced numerical computations using the Python ecosystem

What is this book about?

TensorFlow has transformed the way machine learning is perceived. TensorFlow Machine Learning Projects teaches you how to exploit the benefits—simplicity, efficiency, and flexibility—of using TensorFlow in various real-world projects. With the help of this book, you’ll not only learn how to build advanced projects using different datasets but also be able to tackle common challenges using a range of libraries from the TensorFlow ecosystem.

This book covers the following exciting features:

  • Understand the TensorFlow ecosystem using various datasets and techniques
  • Create recommendation systems for quality product recommendations
  • Build projects using CNNs, NLP, and Bayesian neural networks
  • Play Pac-Man using deep reinforcement learning
  • Deploy scalable TensorFlow-based machine learning systems
  • Generate your own book script using RNNs

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

import pandas as pd
train = pd.read_csv(os.path.join(dsroot,'exoTrain.csv'))
test = pd.read_csv(os.path.join(dsroot,'exoTest.csv'))
print('Training data\n',train.head())
print('Test data\n',test.head())

Following is what you need for this book: TensorFlow Machine Learning Projects is for you if you are a data analyst, data scientist, machine learning professional, or deep learning enthusiast with basic knowledge of TensorFlow. This book is also for you if you want to build end-to-end projects in the machine learning domain using supervised, unsupervised, and reinforcement learning techniques

With the following software and hardware list you can run all code files present in the book (Chapter 1-15).

Software and Hardware List

Chapter Software required OS required
3 Python 3.6 Anaconda Tensorflow 1.8+ Keras 2.1+ Tensorboard 1.8+ Tensorflowjs 0.4+ numpy 1.14+ pandas 0.23+ html5lib==0.9999999 Mac OS X, and Linux
4 Python 3.6 Anaconda Tensorflow 1.10+ Tensorboard 1.8+ Tensorbord 1.10+ Keras 2.1+ numpy 1.14+ pandas 0.23+ Mac OS X, and Linux
6 Python 3.6 Anaconda Tensorflow 1.10+ Tensorbord 1.10+ numpy 1.14+ pandas 0.23+ matplotlib 2.2+ Gpflow Mac OS X, and Linux
7 Python 3.6 Anaconda Tensorflow 1.10+ Tensorbord 1.10+ Keras 2.1+ matplotlib 2.2+ numpy 1.14+ pandas 0.23+ scikit-learn 0.20.+ Mac OS X, and Linux
8 Python 3.6 Anaconda Tensorflow 1.10+ Tensorbord 1.10+ tensorflow-probability 0.4.0 numpy 1.14+ pandas 0.23+ seaborn 0.9.+ scikit-image 0.14.0 scikit-learn 0.20.0 matplotlib 2.2+ absl-py 0.3.0 Mac OS X, and Linux
9 Python 3.6 Anaconda Tensorflow 1.10+ Tensorbord 1.10+ Pillow 5.2.0 numpy 1.14+ pandas 0.23+ Mac OS X, and Linux
10 Python 3.6 Anaconda Tensorflow 1.10+ Tensorbord 1.10+ numpy 1.14+ pandas 0.23+ matplotlib 2.2+ n Mac OS X, and Linux
12 Python3.5 TensorFlow1.x TensorFlowonSpark1.4.0 Spark 2.4 Sparkdl0.2.2 Ubuntu
13 Python 3.6 Anaconda Tensorflow 1.10+ Tensorbord 1.10+ numpy 1.14+ Mac OS X, and Linux

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Authors

Ankit Jain currently works as a senior research scientist at Uber AI Labs, the machine learning research arm of Uber. His work primarily involves the application of deep learning methods to a variety of Uber's problems, ranging from forecasting and food delivery to self-driving cars. Previously, he has worked in a variety of data science roles at the Bank of America, Facebook, and other start-ups. He has been a featured speaker at many of the top AI conferences and universities, including UC Berkeley, O'Reilly AI conference, and others. He has a keen interest in teaching and has mentored over 500 students in AI through various start-ups and bootcamps. He completed his MS at UC Berkeley and his BS at IIT Bombay (India).

Armando Fandango creates AI empowered products by leveraging deep learning, machine learning, distributed computing, and computational methods and has provided thought leadership as Chief Data Scientist and Director at startups and large enterprises. He has been advising high-tech AI-based startups. Armando has authored books titled Python Data Analysis - Second Edition and Mastering TensorFlow. He has also published research in international journals and conferences.

Amita Kapoor is an Associate Professor at the Department of Electronics, SRCASW, University of Delhi. She has been teaching neural networks for twenty years. During her PhD, she was awarded the prestigious DAAD fellowship, which enabled her to pursue part of her research work at the Karlsruhe Institute of Technology, Germany. She was awarded the Best Presentation Award at the International Conference on Photonics 2008. Being a member of the ACM, IEEE, INNS, and ISBS, she has published more than 40 papers in international journals and conferences. Her research areas include machine learning, AI, neural networks, robotics, and Buddhism and ethics in AI. She has co-authored the book, Tensorflow 1.x Deep Learning Cookbook, by Packt Publishing.

Other books by the authors

Mastering Apache Storm

TensorFlow Machine Learning Projects

TensorFlow 1.x Deep Learning Cookbook

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].