-
Notifications
You must be signed in to change notification settings - Fork 14.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tensor flow interested #394
base: tf2.0
Are you sure you want to change the base?
Commits on Apr 4, 2019
-
Add TensorFlow v2 examples (#302)
* add tf v2 examples * update README * add README * update doc
Configuration menu - View commit details
-
Copy full SHA for 26cc883 - Browse repository at this point
Copy the full SHA 26cc883View commit details -
Configuration menu - View commit details
-
Copy full SHA for 039bfcb - Browse repository at this point
Copy the full SHA 039bfcbView commit details
Commits on Apr 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e0241a3 - Browse repository at this point
Copy the full SHA e0241a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26982d7 - Browse repository at this point
Copy the full SHA 26982d7View commit details
Commits on Apr 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f5d759a - Browse repository at this point
Copy the full SHA f5d759aView commit details
Commits on Jun 2, 2019
-
pointed '2 - Basic Models' to tensorflow_v2 notebook
Configuration menu - View commit details
-
Copy full SHA for d090625 - Browse repository at this point
Copy the full SHA d090625View commit details
Commits on Jul 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 042c25c - Browse repository at this point
Copy the full SHA 042c25cView commit details
Commits on Aug 5, 2019
-
correct some misunderstanding comments
Configuration menu - View commit details
-
Copy full SHA for 11380c8 - Browse repository at this point
Copy the full SHA 11380c8View commit details
Commits on Aug 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bb4daed - Browse repository at this point
Copy the full SHA bb4daedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cb2ad4 - Browse repository at this point
Copy the full SHA 6cb2ad4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4c3435 - Browse repository at this point
Copy the full SHA f4c3435View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0564f61 - Browse repository at this point
Copy the full SHA 0564f61View commit details
Commits on Aug 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3650e19 - Browse repository at this point
Copy the full SHA 3650e19View commit details
Commits on Nov 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7aeb6cb - Browse repository at this point
Copy the full SHA 7aeb6cbView commit details
Commits on Apr 12, 2020
-
A minor mistake in cross entropy loss (#357)
tf.reduce_mean(-tf.reduce_sum(y_true * tf.math.log(y_pred),1)) or else it simply finds the sum and the reduced mean remains the sum itself.
Configuration menu - View commit details
-
Copy full SHA for c577281 - Browse repository at this point
Copy the full SHA c577281View commit details
Commits on May 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 39d9d0e - Browse repository at this point
Copy the full SHA 39d9d0eView commit details -
Update neural_network.ipynb (#361)
Add the missing fully connected layer 2 in the RNN example
Configuration menu - View commit details
-
Copy full SHA for 2cf9bfd - Browse repository at this point
Copy the full SHA 2cf9bfdView commit details -
output layer aactivation, add fc2 in call (#358)
softmax applied during training phase to output layer and fc2 layer is unused Co-authored-by: Aymeric Damien <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e7353b7 - Browse repository at this point
Copy the full SHA e7353b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 922833a - Browse repository at this point
Copy the full SHA 922833aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a767b1 - Browse repository at this point
Copy the full SHA 3a767b1View commit details
Commits on May 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6d96494 - Browse repository at this point
Copy the full SHA 6d96494View commit details
Commits on May 27, 2020
-
Modify linear regression loss function (#373)
* Modify tf2 linear regression loss function * neural_network.ipynp syntax error has been corrected
Configuration menu - View commit details
-
Copy full SHA for a8ee3d2 - Browse repository at this point
Copy the full SHA a8ee3d2View commit details
Commits on Jun 2, 2020
-
fix links in README of TensorFlow_v1 (#374)
* Update README.md * Update README.md * Update README.md
Configuration menu - View commit details
-
Copy full SHA for 4ac5751 - Browse repository at this point
Copy the full SHA 4ac5751View commit details -
Configuration menu - View commit details
-
Copy full SHA for 754c331 - Browse repository at this point
Copy the full SHA 754c331View commit details
Commits on Jun 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0d03275 - Browse repository at this point
Copy the full SHA 0d03275View commit details
Commits on Jul 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 86fc318 - Browse repository at this point
Copy the full SHA 86fc318View commit details
Commits on Jul 26, 2020
-
Add tensorboard example (#381)
* add tensorboard example * fix desc * add tensorboard run cmd
Configuration menu - View commit details
-
Copy full SHA for ab1b58b - Browse repository at this point
Copy the full SHA ab1b58bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3414d6 - Browse repository at this point
Copy the full SHA e3414d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1516d2 - Browse repository at this point
Copy the full SHA a1516d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b11799 - Browse repository at this point
Copy the full SHA 6b11799View commit details -
Update bidirectional_rnn.ipynb (#380)
Replace broken link for Sepp Hochreiter & Jurgen Schmidhuber's LSTM document.
LCB0B authoredJul 26, 2020 Configuration menu - View commit details
-
Copy full SHA for fedf9e8 - Browse repository at this point
Copy the full SHA fedf9e8View commit details
Commits on Sep 19, 2020
-
MultiGPU Training Example (#387)
* fix ml intro * fix ml intro * add multi gpu example * add multi gpu example
Configuration menu - View commit details
-
Copy full SHA for 26c4c70 - Browse repository at this point
Copy the full SHA 26c4c70View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4185fe - Browse repository at this point
Copy the full SHA c4185feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35de963 - Browse repository at this point
Copy the full SHA 35de963View commit details
Commits on Nov 30, 2020
-
* Update README.md * Update input_data.py Co-authored-by: Aymeric Damien <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fe8b812 - Browse repository at this point
Copy the full SHA fe8b812View commit details
Commits on Dec 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d85fb5c - Browse repository at this point
Copy the full SHA d85fb5cView commit details
Commits on Dec 28, 2020
-
Updated run_optimization function and tested with Python3.8 (#393)
Co-authored-by: sajith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 29df154 - Browse repository at this point
Copy the full SHA 29df154View commit details
Commits on Oct 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6dcbe14 - Browse repository at this point
Copy the full SHA 6dcbe14View commit details