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 }}
jittapoo
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 17, 2019
add word2vec for TF2.0
aymericdamien
committed
3650e19
View commit details
Copy full SHA for 3650e19
Browse repository at this point
Commits on Aug 10, 2019
fix docs
aymericdamien
committed
0564f61
View commit details
Copy full SHA for 0564f61
Browse repository at this point
small fixes
aymericdamien
committed
f4c3435
View commit details
Copy full SHA for f4c3435
Browse repository at this point
update docs
aymericdamien
committed
6cb2ad4
View commit details
Copy full SHA for 6cb2ad4
Browse repository at this point
add new examples
aymericdamien
committed
bb4daed
View commit details
Copy full SHA for bb4daed
Browse repository at this point
Commits on Aug 5, 2019
Update dcgan.py (#320)
Show description for 11380c8
chenminhua
authored and
aymericdamien
committed
11380c8
View commit details
Copy full SHA for 11380c8
Browse repository at this point
Commits on Jul 15, 2019
add TensorFlow v2 RNN examples
aymericdamien
committed
042c25c
View commit details
Copy full SHA for 042c25c
Browse repository at this point
Commits on Jun 2, 2019
Update README.md (#312)
Show description for d090625
sachinprabhu007
authored and
aymericdamien
committed
d090625
View commit details
Copy full SHA for d090625
Browse repository at this point
Commits on Apr 18, 2019
Change cell type from "code" to "markdown" (#304)
rmccorm4
authored and
aymericdamien
committed
f5d759a
View commit details
Copy full SHA for f5d759a
Browse repository at this point
Commits on Apr 5, 2019
Update README.md
aymericdamien
authored
26982d7
View commit details
Copy full SHA for 26982d7
Browse repository at this point
Update README.md
aymericdamien
authored
e0241a3
View commit details
Copy full SHA for e0241a3
Browse repository at this point
Commits on Apr 4, 2019
fix links
aymericdamien
committed
039bfcb
View commit details
Copy full SHA for 039bfcb
Browse repository at this point
Add TensorFlow v2 examples (#302)
Show description for 26cc883
aymericdamien
authored
26cc883
View commit details
Copy full SHA for 26cc883
Browse repository at this point
Commits on Jan 15, 2019
fix kmeans comment (#296)
weijianzz
authored and
aymericdamien
committed
573b050
View commit details
Copy full SHA for 573b050
Browse repository at this point
Fix ResourceWarning: unclosed file (#295)
Show description for b5a9df9
BoboTiG
authored and
aymericdamien
committed
b5a9df9
View commit details
Copy full SHA for b5a9df9
Browse repository at this point
Commits on Dec 10, 2018
Bug in range(len(count) - 1, -1) (#292)
Show description for 796de7c
alouhaha
authored and
aymericdamien
committed
796de7c
View commit details
Copy full SHA for 796de7c
Browse repository at this point
Commits on Nov 2, 2018
Fixing a bug of 'for loop' (#280)
Show description for 9e1bb50
zdc19
authored and
aymericdamien
committed
9e1bb50
View commit details
Copy full SHA for 9e1bb50
Browse repository at this point
Commits on Sep 16, 2018
fix comment
aymericdamien
committed
84c99e3
View commit details
Copy full SHA for 84c99e3
Browse repository at this point
update tf dataset
aymericdamien
committed
7960768
View commit details
Copy full SHA for 7960768
Browse repository at this point
Commits on Jul 27, 2018
Update Examples (#261)
Show description for 12ed38e
aymericdamien
authored
12ed38e
View commit details
Copy full SHA for 12ed38e
Browse repository at this point
Commits on Apr 9, 2018
Changed arg_min(to be deprecated in future tensorflow versions) to argmin (#240)
BhavtoshRath
authored and
aymericdamien
committed
f6f8083
View commit details
Copy full SHA for f6f8083
Browse repository at this point
Commits on Mar 28, 2018
Print in hello world doesnt have () :) (#233)
Show description for e43556d
Typic
authored and
aymericdamien
committed
e43556d
View commit details
Copy full SHA for e43556d
Browse repository at this point
Commits on Mar 19, 2018
add eager API
aymericdamien
committed
821768a
View commit details
Copy full SHA for 821768a
Browse repository at this point
Commits on Mar 17, 2018
add eager API notebooks
aymericdamien
committed
79e9cd0
View commit details
Copy full SHA for 79e9cd0
Browse repository at this point
Commits on Mar 7, 2018
add eager API examples
aymericdamien
committed
4c8c201
View commit details
Copy full SHA for 4c8c201
Browse repository at this point
Commits on Feb 18, 2018
BugFix: Imported header file. (#230)
Jerry Ajay
authored and
aymericdamien
committed
ef2da69
View commit details
Copy full SHA for ef2da69
Browse repository at this point
Modified kmeans return value to accomodate to the changes made in master branch of tensorflow. (#229)
Jerry Ajay
authored and
aymericdamien
committed
71afab1
View commit details
Copy full SHA for 71afab1
Browse repository at this point
Commits on Feb 5, 2018
Update README.md (#226)
Show description for e98e374
Moulick
authored and
aymericdamien
committed
e98e374
View commit details
Copy full SHA for e98e374
Browse repository at this point
Commits on Jan 13, 2018
add assign_to_device fn for multi-gpu
aymericdamien
committed
f644011
View commit details
Copy full SHA for f644011
Browse repository at this point
Commits on Dec 13, 2017
update random_forest
aymericdamien
committed
d43c58c
View commit details
Copy full SHA for d43c58c
Browse repository at this point
Commits on Dec 12, 2017
Update README.md
aymericdamien
authored
6e94cd9
View commit details
Copy full SHA for 6e94cd9
Browse repository at this point
Update README.md
aymericdamien
authored
c51413f
View commit details
Copy full SHA for c51413f
Browse repository at this point
fix #205
aymericdamien
committed
971c96b
View commit details
Copy full SHA for 971c96b
Browse repository at this point
fix random forest TF 1.4 compatibility
aymericdamien
committed
0c4e666
View commit details
Copy full SHA for 0c4e666
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
Browse repository at this point
Previous
Next
You can’t perform that action at this time.