All Projects → PacktPublishing → Building Machine Learning Projects With Tensorflow

PacktPublishing / Building Machine Learning Projects With Tensorflow

Licence: mit
Building Machine Learning Projects with TensorFlow by Packt

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

Jupyter Tips And Tricks
Using Project Jupyter for data science.
Stars: ✭ 245 (-0.81%)
Mutual labels:  jupyter-notebook
Wav2mid
Automatic Music Transcription with Deep Neural Networks
Stars: ✭ 246 (-0.4%)
Mutual labels:  jupyter-notebook
Attentionexplanation
Stars: ✭ 247 (+0%)
Mutual labels:  jupyter-notebook
Pomegranate
Fast, flexible and easy to use probabilistic modelling in Python.
Stars: ✭ 2,789 (+1029.15%)
Mutual labels:  jupyter-notebook
Scipy 2018 Sklearn
Scipy 2018 scikit-learn tutorial by Guillaume Lemaitre and Andreas Mueller
Stars: ✭ 247 (+0%)
Mutual labels:  jupyter-notebook
Parametric T Sne
Running parametric t-SNE by Laurens Van Der Maaten with Octave and oct2py.
Stars: ✭ 246 (-0.4%)
Mutual labels:  jupyter-notebook
Box Plots Sklearn
An implementation of some of the tools used by the winner of the box plots competition using scikit-learn.
Stars: ✭ 245 (-0.81%)
Mutual labels:  jupyter-notebook
Ts tutorial
Stars: ✭ 247 (+0%)
Mutual labels:  jupyter-notebook
Mltrain Nips 2017
This repository contains all the material for the MLTrain NIPS workshop
Stars: ✭ 246 (-0.4%)
Mutual labels:  jupyter-notebook
Neural Painters
Stars: ✭ 247 (+0%)
Mutual labels:  jupyter-notebook
Recsys core
[电影推荐系统] Based on the movie scoring data set, the movie recommendation system is built with FM and LR as the core(基于爬取的电影评分数据集,构建以FM和LR为核心的电影推荐系统).
Stars: ✭ 245 (-0.81%)
Mutual labels:  jupyter-notebook
Audio Classification
Code for YouTube series: Deep Learning for Audio Classification
Stars: ✭ 245 (-0.81%)
Mutual labels:  jupyter-notebook
Spinzero Jupyter Theme
A minimal Jupyter Notebook theme
Stars: ✭ 246 (-0.4%)
Mutual labels:  jupyter-notebook
Exploratory computing with python
Stars: ✭ 245 (-0.81%)
Mutual labels:  jupyter-notebook
Keras Elmo
How to use ELMo embeddings in Keras with Tensorflow Hub
Stars: ✭ 247 (+0%)
Mutual labels:  jupyter-notebook
Conceptualsearch
Train a Word2Vec model or LSA model, and Implement Conceptual Search\Semantic Search in Solr\Lucene - Simon Hughes Dice.com, Dice Tech Jobs
Stars: ✭ 245 (-0.81%)
Mutual labels:  jupyter-notebook
Bayesian Optimization
Python code for bayesian optimization using Gaussian processes
Stars: ✭ 245 (-0.81%)
Mutual labels:  jupyter-notebook
Overcoming Catastrophic
Implementation of "Overcoming catastrophic forgetting in neural networks" in Tensorflow
Stars: ✭ 247 (+0%)
Mutual labels:  jupyter-notebook
Receptivefield
Gradient based receptive field estimation for Convolutional Neural Networks
Stars: ✭ 247 (+0%)
Mutual labels:  jupyter-notebook
Ml finance codes
Machine Learning in Finance: From Theory to Practice Book
Stars: ✭ 245 (-0.81%)
Mutual labels:  jupyter-notebook

Building Machine Learning Projects with TensorFlow

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

Instructions and Navigations

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 
>>> tens1 = tf.constant([[[1,2],[2,3]],[[3,4],[5,6]]]) 
>>> sess = tf.Session()
>>> print sess.run(tens1)[1,1,0] 
5 
Software Required Hardware Required Operating System
Tensorflow 0.10, Jupyter Notebook Any x86 computer Ubuntu Linux 16.04

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