All Projects → BinRoot → Tensorflow Book

BinRoot / Tensorflow Book

Licence: mit
Accompanying source code for Machine Learning with TensorFlow. Refer to the book for step-by-step explanations.

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Tensorflow Book

Machine Learning From Scratch
Succinct Machine Learning algorithm implementations from scratch in Python, solving real-world problems (Notebooks and Book). Examples of Logistic Regression, Linear Regression, Decision Trees, K-means clustering, Sentiment Analysis, Recommender Systems, Neural Networks and Reinforcement Learning.
Stars: ✭ 42 (-99.06%)
Mutual labels:  jupyter-notebook, classification, book, reinforcement-learning, regression
Mlj.jl
A Julia machine learning framework
Stars: ✭ 982 (-77.92%)
Mutual labels:  jupyter-notebook, classification, clustering, regression
The Deep Learning With Keras Workshop
An Interactive Approach to Understanding Deep Learning with Keras
Stars: ✭ 34 (-99.24%)
Mutual labels:  jupyter-notebook, classification, logistic-regression, regression
Machine learning
Estudo e implementação dos principais algoritmos de Machine Learning em Jupyter Notebooks.
Stars: ✭ 161 (-96.38%)
Mutual labels:  jupyter-notebook, logistic-regression, linear-regression, regression
Java Deep Learning Cookbook
Code for Java Deep Learning Cookbook
Stars: ✭ 156 (-96.49%)
Mutual labels:  classification, reinforcement-learning, linear-regression, regression
Tensorflow cookbook
Code for Tensorflow Machine Learning Cookbook
Stars: ✭ 5,984 (+34.53%)
Mutual labels:  jupyter-notebook, classification, linear-regression, regression
Sru Deeplearning Workshop
دوره 12 ساعته یادگیری عمیق با چارچوب Keras
Stars: ✭ 66 (-98.52%)
Mutual labels:  jupyter-notebook, classification, convolutional-neural-networks, regression
Data Science Toolkit
Collection of stats, modeling, and data science tools in Python and R.
Stars: ✭ 169 (-96.2%)
Mutual labels:  classification, reinforcement-learning, logistic-regression, regression
Machine Learning Projects
This repository consists of all my Machine Learning Projects.
Stars: ✭ 135 (-96.96%)
Mutual labels:  jupyter-notebook, classification, clustering, regression
Fuku Ml
Simple machine learning library / 簡單易用的機器學習套件
Stars: ✭ 280 (-93.71%)
Mutual labels:  classification, logistic-regression, linear-regression, regression
Pycaret
An open-source, low-code machine learning library in Python
Stars: ✭ 4,594 (+3.28%)
Mutual labels:  jupyter-notebook, clustering, regression, classification
100daysofmlcode
My journey to learn and grow in the domain of Machine Learning and Artificial Intelligence by performing the #100DaysofMLCode Challenge.
Stars: ✭ 146 (-96.72%)
Mutual labels:  jupyter-notebook, classification, linear-regression, regression
Dat8
General Assembly's 2015 Data Science course in Washington, DC
Stars: ✭ 1,516 (-65.92%)
Mutual labels:  jupyter-notebook, logistic-regression, linear-regression, clustering
Practical Machine Learning With Python
Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.
Stars: ✭ 1,868 (-58%)
Mutual labels:  jupyter-notebook, classification, convolutional-neural-networks, clustering
Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (-50.61%)
Mutual labels:  jupyter-notebook, classification, clustering, regression
Deeplearning.ai
该存储库包含由deeplearning.ai提供的相关课程的个人的笔记和实现代码。
Stars: ✭ 181 (-95.93%)
Mutual labels:  jupyter-notebook, logistic-regression, linear-regression
Deep Math Machine Learning.ai
A blog which talks about machine learning, deep learning algorithms and the Math. and Machine learning algorithms written from scratch.
Stars: ✭ 173 (-96.11%)
Mutual labels:  jupyter-notebook, logistic-regression, linear-regression
Image To 3d Bbox
Build a CNN network to predict 3D bounding box of car from 2D image.
Stars: ✭ 200 (-95.5%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, regression
Machine-Learning-Specialization
Project work and Assignments for Machine learning specialization course on Coursera by University of washington
Stars: ✭ 27 (-99.39%)
Mutual labels:  clustering, regression, classification
2048 Deep Reinforcement Learning
Trained A Convolutional Neural Network To Play 2048 using Deep-Reinforcement Learning
Stars: ✭ 169 (-96.2%)
Mutual labels:  jupyter-notebook, reinforcement-learning, convolutional-neural-networks

Machine Learning with TensorFlow

This is the official code repository for Machine Learning with TensorFlow.

Get started with machine learning using TensorFlow, Google's latest and greatest machine learning library.

Summary

Chapter 2 - TensorFlow Basics

  • Concept 1: Defining tensors
  • Concept 2: Evaluating ops
  • Concept 3: Interactive session
  • Concept 4: Session loggings
  • Concept 5: Variables
  • Concept 6: Saving variables
  • Concept 7: Loading variables
  • Concept 8: TensorBoard

Chapter 3 - Regression

  • Concept 1: Linear regression
  • Concept 2: Polynomial regression
  • Concept 3: Regularization

Chapter 4 - Classification

  • Concept 1: Linear regression for classification
  • Concept 2: Logistic regression
  • Concept 3: 2D Logistic regression
  • Concept 4: Softmax classification

Chapter 5 - Clustering

  • Concept 1: Clustering
  • Concept 2: Segmentation
  • Concept 3: Self-organizing map

Chapter 6 - Hidden markov models

  • Concept 1: Forward algorithm
  • Concept 2: Viterbi decode

Chapter 7 - Autoencoders

  • Concept 1: Autoencoder
  • Concept 2: Applying an autoencoder to images
  • Concept 3: Denoising autoencoder

Chapter 8 - Reinforcement learning

  • Concept 1: Reinforcement learning

Chapter 9 - Convolutional Neural Networks

  • Concept 1: Using CIFAR-10 dataset
  • Concept 2: Convolutions
  • Concept 3: Convolutional neural network

Chapter 10 - Recurrent Neural Network

  • Concept 1: Loading timeseries data
  • Concept 2: Recurrent neural networks
  • Concept 3: Applying RNN to real-world data for timeseries prediction

Chapter 11 - Seq2Seq Model

  • Concept 1: Multi-cell RNN
  • Concept 2: Embedding lookup
  • Concept 3: Seq2seq model

Chapter 12 - Ranking

  • Concept 1: RankNet
  • Concept 2: Image embedding
  • Concept 3: Image ranking
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].