Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
avolution
/
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
All users
Datepicker
All time
Commit history
Commits on Jan 13, 2018
add assign_to_device fn for multi-gpu
aymericdamien
committed
f644011
View commit details
Copy full SHA for f644011
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.