forked from gorodnichy/LA-R-KerasNN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path0t-GoogleIO2018.py
47 lines (29 loc) · 1.04 KB
/
0t-GoogleIO2018.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# From https://github.com/tensorflow/workshops
#
# Try TensorFlow with zero install → # https://goo.gl/NrJAEz
# Train your first neural network with just 10 lines of code → # https://goo.gl/6SRkzf
# Use the same Keras-compatible API with TensorFlow.js! → # https://goo.gl/ZBbzJH
# Learn more about ML → # https://goo.gl/36baeH
# https://colab.research.google.com/github/tensorflow/workshops/blob/master/notebooks/2-mnist-with-keras-eager-and-tf-data.ipynb#scrollTo=2-B5UZxUchfd
# Eager Execution → https://goo.gl/Zpxukd
# Demo: goo.gl/eRpP8j
# Examples: goo.gl/RTHJa5
# www.tensorflow.org/programmers_guide/eager
# js.tensorflow.org
# blog.tensorflow.org
# magenta.tensorflow.org/demos
# quickdraw.
# High-Level API
#
# TensorFlow Estimators
#
https://colab.research.google.com/github/tensorflow/workshops/blob/master/notebooks/1-mnist-with-keras.ipynb
# Jupitor notebook
tf.keras
tf.data
tfe = tf.enable_eager_execution()
# g.co/machinelearningcrashcourse
# Deep Learning with Python - Francois
#
# ai.google/education
model.save