FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for examples - zhucer2003/TensorFlow-Examples · GitHub
zhucer2003
/
TensorFlow-Examples
Public
forked from
aymericdamien/TensorFlow-Examples
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
TensorFlow-Examples
examples
on
master
User selector
Datepicker
Commit history
Commits on Dec 13, 2017
update random_forest
aymericdamien
committed
d43c58c
View commit details
Copy full SHA for d43c58c
View code at this point
Browse repository at this point
Commits on Dec 12, 2017
fix #205
aymericdamien
committed
971c96b
View commit details
Copy full SHA for 971c96b
View code at this point
Browse repository at this point
fix random forest TF 1.4 compatibility
aymericdamien
committed
0c4e666
View commit details
Copy full SHA for 0c4e666
View code at this point
Browse repository at this point
Commits on Dec 3, 2017
Support for TF 1.4 on 2_BasicModels/kmeans.py (#203)
drheart
authored and
aymericdamien
committed
d3f3c83
View commit details
Copy full SHA for d3f3c83
View code at this point
Browse repository at this point
Commits on Oct 17, 2017
Simplify code in dynamic_rnn (#178)
Show description for 07cb125
izhangzhihao
authored and
aymericdamien
committed
07cb125
View commit details
Copy full SHA for 07cb125
View code at this point
Browse repository at this point
Commits on Sep 20, 2017
Fix comment in convolutional_network.py (#173)
alseambusher
authored and
aymericdamien
committed
72707e2
View commit details
Copy full SHA for 72707e2
View code at this point
Browse repository at this point
Commits on Aug 29, 2017
New Examples (#160)
Show description for 90bb4de
aymericdamien
authored
90bb4de
View commit details
Copy full SHA for 90bb4de
View code at this point
Browse repository at this point
Commits on Jul 30, 2017
Fixed Typo (#158)
solaris33
authored and
aymericdamien
committed
c0c59e4
View commit details
Copy full SHA for c0c59e4
View code at this point
Browse repository at this point
Commits on Apr 26, 2017
reduce mean instead of sum
aymericdamien
authored
bc09f95
View commit details
Copy full SHA for bc09f95
View code at this point
Browse repository at this point
The call to this function has changed (#142)
Show description for 534b4fe
Luanrly
authored and
aymericdamien
committed
534b4fe
View commit details
Copy full SHA for 534b4fe
View code at this point
Browse repository at this point
For the sake of the TF beginner (this is Example #2 afterall), added a helpful comment about how the optimizer knows to modify W and b
ddurham2
authored and
aymericdamien
committed
c0a784a
View commit details
Copy full SHA for c0a784a
View code at this point
Browse repository at this point
Commits on Apr 4, 2017
Simpilify RNN examples data transformation (#136)
Show description for 373d981
zxiaomzxm
authored and
aymericdamien
committed
373d981
View commit details
Copy full SHA for 373d981
View code at this point
Browse repository at this point
just a letter missed in multiply...no big deal... (#131)
rajarahulray
authored and
aymericdamien
committed
00e2927
View commit details
Copy full SHA for 00e2927
View code at this point
Browse repository at this point
Commits on Mar 16, 2017
Mul operation has been deprecated in Tensorflow 1.0.0
Ashish Baghudana
committed
0e9cf03
View commit details
Copy full SHA for 0e9cf03
View code at this point
Browse repository at this point
Commits on Mar 10, 2017
Merge pull request #113 from xiaodepei/patch-1
Show description for ca907ab
aymericdamien
authored
ca907ab
View commit details
Copy full SHA for ca907ab
View code at this point
Browse repository at this point
Commits on Mar 9, 2017
Upgrade dynamic RNN for TensorFlow 1.0
mhue
committed
1abb722
View commit details
Copy full SHA for 1abb722
View code at this point
Browse repository at this point
Commits on Mar 3, 2017
Update linear_regression.py
Show description for 392a667
xiaodepei
authored
392a667
View commit details
Copy full SHA for 392a667
View code at this point
Browse repository at this point
Commits on Jan 25, 2017
Merge pull request #82 from DVigneault/InitializationDeprecationWarning
Show description for 7227cfe
aymericdamien
authored
7227cfe
View commit details
Copy full SHA for 7227cfe
View code at this point
Browse repository at this point
Commits on Jan 14, 2017
Refactor multilayer_perceptron for TF1.0
Show description for 90f22bc
normanheckscher
committed
90f22bc
View commit details
Copy full SHA for 90f22bc
View code at this point
Browse repository at this point
Refactor nearest_neighbor for TF1.0
Show description for 8e03823
normanheckscher
committed
8e03823
View commit details
Copy full SHA for 8e03823
View code at this point
Browse repository at this point
Refactor logistic_regression for TF1.0
Show description for 7839ba2
normanheckscher
committed
7839ba2
View commit details
Copy full SHA for 7839ba2
View code at this point
Browse repository at this point
Refactor linear_regression for TF1.0
Show description for b557533
normanheckscher
committed
b557533
View commit details
Copy full SHA for b557533
View code at this point
Browse repository at this point
Refactor train and save for TF1.0
Show description for 6a26f97
normanheckscher
committed
6a26f97
View commit details
Copy full SHA for 6a26f97
View code at this point
Browse repository at this point
Refactor tensorboard_advanced for TF1.0
Show description for 2c43cfb
normanheckscher
committed
2c43cfb
View commit details
Copy full SHA for 2c43cfb
View code at this point
Browse repository at this point
Refactor tensorboard_basic for TF1.0
Show description for 5b9aef4
normanheckscher
committed
5b9aef4
View commit details
Copy full SHA for 5b9aef4
View code at this point
Browse repository at this point
Refactor autoencoders for TF1.0
Show description for 6985952
normanheckscher
committed
6985952
View commit details
Copy full SHA for 6985952
View code at this point
Browse repository at this point
Refactor ConvNet for TF1.0
Show description for 3133823
normanheckscher
committed
3133823
View commit details
Copy full SHA for 3133823
View code at this point
Browse repository at this point
Refactor bidirectional rnn for TF1.0
Show description for 53a7228
normanheckscher
committed
53a7228
View commit details
Copy full SHA for 53a7228
View code at this point
Browse repository at this point
Refactor recurrent network for TF1.0
Show description for f3e6051
normanheckscher
committed
f3e6051
View commit details
Copy full SHA for f3e6051
View code at this point
Browse repository at this point
Commits on Dec 26, 2016
Address deprecation warnings.
sudomakeinstall
committed
b1b47a1
View commit details
Copy full SHA for b1b47a1
View code at this point
Browse repository at this point
Commits on Nov 15, 2016
removed unused import
Zac Wellmer
authored
4e7e10f
View commit details
Copy full SHA for 4e7e10f
View code at this point
Browse repository at this point
Commits on Sep 28, 2016
Fixes for Multi-Gpu_basics No Longer hangs on CPU
Helw150
committed
101e0fc
View commit details
Copy full SHA for 101e0fc
View code at this point
Browse repository at this point
Commits on Sep 19, 2016
fixed python2/3 print issue
Ming He
committed
b400c2c
View commit details
Copy full SHA for b400c2c
View code at this point
Browse repository at this point
Commits on Sep 1, 2016
fix some typos
Yunfeng Wang
committed
13ac098
View commit details
Copy full SHA for 13ac098
View code at this point
Browse repository at this point
add space between # and character
Yunfeng Wang
committed
bc8c77d
View commit details
Copy full SHA for bc8c77d
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL