Skip to content
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

Open
wants to merge 38 commits into
base: tf2.0
Choose a base branch
from
Open

Tensor flow interested #394

wants to merge 38 commits into from

Commits on Apr 4, 2019

  1. Add TensorFlow v2 examples (#302)

    * add tf v2 examples
    
    * update README
    
    * add README
    
    * update doc
    aymericdamien authored Apr 4, 2019
    Configuration menu
    Copy the full SHA
    26cc883 View commit details
    Browse the repository at this point in the history
  2. fix links

    aymericdamien committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    039bfcb View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. Update README.md

    aymericdamien authored Apr 5, 2019
    Configuration menu
    Copy the full SHA
    e0241a3 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    aymericdamien authored Apr 5, 2019
    Configuration menu
    Copy the full SHA
    26982d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. Configuration menu
    Copy the full SHA
    f5d759a View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2019

  1. Update README.md (#312)

    pointed  '2 - Basic Models' to tensorflow_v2 notebook
    sachinprabhu007 authored and aymericdamien committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    d090625 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Configuration menu
    Copy the full SHA
    042c25c View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Update dcgan.py (#320)

    correct some misunderstanding comments
    chenminhua authored and aymericdamien committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    11380c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2019

  1. add new examples

    aymericdamien committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    bb4daed View commit details
    Browse the repository at this point in the history
  2. update docs

    aymericdamien committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    6cb2ad4 View commit details
    Browse the repository at this point in the history
  3. small fixes

    aymericdamien committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    f4c3435 View commit details
    Browse the repository at this point in the history
  4. fix docs

    aymericdamien committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    0564f61 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2019

  1. add word2vec for TF2.0

    aymericdamien committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    3650e19 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Configuration menu
    Copy the full SHA
    7aeb6cb View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2020

  1. 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.
    kilarinikhil authored Apr 12, 2020
    Configuration menu
    Copy the full SHA
    c577281 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2020

  1. Configuration menu
    Copy the full SHA
    39d9d0e View commit details
    Browse the repository at this point in the history
  2. Update neural_network.ipynb (#361)

    Add the missing fully connected layer 2 in the RNN example
    Dragon-Yu authored May 16, 2020
    Configuration menu
    Copy the full SHA
    2cf9bfd View commit details
    Browse the repository at this point in the history
  3. 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]>
    kilarinikhil and aymericdamien authored May 16, 2020
    Configuration menu
    Copy the full SHA
    e7353b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    922833a View commit details
    Browse the repository at this point in the history
  5. update docs (#367)

    aymericdamien authored May 16, 2020
    Configuration menu
    Copy the full SHA
    3a767b1 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Configuration menu
    Copy the full SHA
    6d96494 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Modify linear regression loss function (#373)

    * Modify tf2 linear regression loss function
    
    * neural_network.ipynp syntax error has been corrected
    HosseinSheikhi authored May 27, 2020
    Configuration menu
    Copy the full SHA
    a8ee3d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. fix links in README of TensorFlow_v1 (#374)

    * Update README.md
    
    * Update README.md
    
    * Update README.md
    ZQX323 authored Jun 2, 2020
    Configuration menu
    Copy the full SHA
    4ac5751 View commit details
    Browse the repository at this point in the history
  2. Fix links

    aymericdamien authored Jun 2, 2020
    Configuration menu
    Copy the full SHA
    754c331 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Update README.md

    aymericdamien authored Jun 4, 2020
    Configuration menu
    Copy the full SHA
    0d03275 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Configuration menu
    Copy the full SHA
    86fc318 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2020

  1. Add tensorboard example (#381)

    * add tensorboard example
    
    * fix desc
    
    * add tensorboard run cmd
    aymericdamien authored Jul 26, 2020
    Configuration menu
    Copy the full SHA
    ab1b58b View commit details
    Browse the repository at this point in the history
  2. fix ml intro

    aymericdamien committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    e3414d6 View commit details
    Browse the repository at this point in the history
  3. fix ml intro

    aymericdamien committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    a1516d2 View commit details
    Browse the repository at this point in the history
  4. Fix ML intro notebook (#382)

    * fix ml intro
    
    * fix ml intro
    aymericdamien authored Jul 26, 2020
    Configuration menu
    Copy the full SHA
    6b11799 View commit details
    Browse the repository at this point in the history
  5. Update bidirectional_rnn.ipynb (#380)

    Replace broken link for Sepp Hochreiter & Jurgen Schmidhuber's LSTM document.
    LCB0B authored Jul 26, 2020
    Configuration menu
    Copy the full SHA
    fedf9e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2020

  1. MultiGPU Training Example (#387)

    * fix ml intro
    
    * fix ml intro
    
    * add multi gpu example
    
    * add multi gpu example
    aymericdamien authored Sep 19, 2020
    Configuration menu
    Copy the full SHA
    26c4c70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4185fe View commit details
    Browse the repository at this point in the history
  3. fix multigpu typo

    aymericdamien committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    35de963 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. gengxi (#392)

    * Update README.md
    
    * Update input_data.py
    
    Co-authored-by: Aymeric Damien <[email protected]>
    ShanksAndSS and aymericdamien authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    fe8b812 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2020

  1. Update README.md

    aymericdamien authored Dec 5, 2020
    Configuration menu
    Copy the full SHA
    d85fb5c View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. Updated run_optimization function and tested with Python3.8 (#393)

    Co-authored-by: sajith <[email protected]>
    snandasena and sajith authored Dec 28, 2020
    Configuration menu
    Copy the full SHA
    29df154 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

  1. Configuration menu
    Copy the full SHA
    6dcbe14 View commit details
    Browse the repository at this point in the history