1. 25 Jul, 2018 2 commits
  2. 24 Jul, 2018 6 commits
  3. 23 Jul, 2018 22 commits
  4. 21 Jul, 2018 6 commits
  5. 20 Jul, 2018 4 commits
    • Hyungjun Lim's avatar
      Sentiment analysis implmenttion in pure Keras. (#4806) · 61ec6026
      Hyungjun Lim authored
      * Sentiment analysis implmenttion in pure Keras.
      
      - This is an update for the sentiment analysis model's pure Keras version.
      -- Converting it from the version using Tensorflow's estimator, as it has a issue that affects the accuracy of the model negatively.
      - The implementation is with the reference to paddle version.
      -- Adjustment of the hyperparameters was done to achieve the accuracy of ~90%
      
      * addressing comments
      
      * addressig comments
      
      also adding
      
      from __future__ import absolute_import
      from __future__ import division
      from __future__ import print_function
      
      for each module as it seemingly is a standard in the repo.
      
      * addressing the final comment.
      61ec6026
    • Raymond Yuan's avatar
      a3c for cartpole blogpost · 439a7edc
      Raymond Yuan authored
      439a7edc
    • Lukasz Kaiser's avatar
      Merge pull request #4822 from buckman-google/master · 76d3d72e
      Lukasz Kaiser authored
      Fixed minor bug in STEVE which sometimes prevented resuming experiments.
      76d3d72e
    • Mark Daoust's avatar
      Add clarifications. · d40fddbe
      Mark Daoust authored
      d40fddbe