FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · daisyron/TensorFlow-Examples · GitHub
daisyron
/
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
Branch selector
User selector
Datepicker
Commit history
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
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
Browse repository at this point
Commits on Mar 23, 2017
Create .gitignore
aymericdamien
authored
5a79b2c
View commit details
Copy full SHA for 5a79b2c
Browse repository at this point
Commits on Mar 22, 2017
Merge pull request #122 from ashishbaghudana/master
Show description for 21220ca
aymericdamien
authored
21220ca
View commit details
Copy full SHA for 21220ca
Browse repository at this point
Merge pull request #125 from Nickil21/auto_enc_fix
Show description for c17baeb
aymericdamien
authored
c17baeb
View commit details
Copy full SHA for c17baeb
Browse repository at this point
Commits on Mar 19, 2017
ENH: correct comment in autoencoder NB
Nickil21
authored
eec79c9
View commit details
Copy full SHA for eec79c9
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
Browse repository at this point
Commits on Mar 13, 2017
Merge pull request #107 from VikramTiwari/patch-1
Show description for 176ba8c
aymericdamien
authored
176ba8c
View commit details
Copy full SHA for 176ba8c
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
Browse repository at this point
Merge pull request #116 from mhue/master
Show description for ab99a65
aymericdamien
authored
ab99a65
View commit details
Copy full SHA for ab99a65
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
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
Browse repository at this point
Commits on Mar 2, 2017
Merge pull request #108 from VikramTiwari/patch-2
Show description for 352ecdf
aymericdamien
authored
352ecdf
View commit details
Copy full SHA for 352ecdf
Browse repository at this point
Commits on Feb 25, 2017
Update basic_operations.ipynb
VikramTiwari
authored
4c844fb
View commit details
Copy full SHA for 4c844fb
Browse repository at this point
Update basic_operations.ipynb
VikramTiwari
authored
8f0d6da
View commit details
Copy full SHA for 8f0d6da
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
Browse repository at this point
Commits on Jan 19, 2017
Update README.md
aymericdamien
authored
5eeee53
View commit details
Copy full SHA for 5eeee53
Browse repository at this point
Commits on Jan 18, 2017
Merge pull request #85 from normanheckscher/master
Show description for 9f93712
aymericdamien
authored
9f93712
View commit details
Copy full SHA for 9f93712
Browse repository at this point
Commits on Jan 17, 2017
Add runtime output to notebooks.
Show description for ab15e28
normanheckscher
committed
ab15e28
View commit details
Copy full SHA for ab15e28
Browse repository at this point
Commits on Jan 14, 2017
Update dependencies
Show description for 9650209
normanheckscher
committed
9650209
View commit details
Copy full SHA for 9650209
Browse repository at this point
Refactor multilayer_perceptron for TF1.0
Show description for 90f22bc
normanheckscher
committed
90f22bc
View commit details
Copy full SHA for 90f22bc
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
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
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
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
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
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
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
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
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
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
Browse repository at this point
Update recurrent network for TF1.0
Show description for 63abe61
normanheckscher
committed
63abe61
View commit details
Copy full SHA for 63abe61
Browse repository at this point
Update bidirectional rnn for TF1.0
Show description for b980473
normanheckscher
committed
b980473
View commit details
Copy full SHA for b980473
Browse repository at this point
Commits on Dec 26, 2016
Address deprecation warnings.
sudomakeinstall
committed
b1b47a1
View commit details
Copy full SHA for b1b47a1
Browse repository at this point
Commits on Nov 26, 2016
Merge pull request #77 from zacwellmer/patch-1
Show description for 2f0c1ba
aymericdamien
authored
2f0c1ba
View commit details
Copy full SHA for 2f0c1ba
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL