- 13 Apr, 2020 1 commit
-
-
Jaeyoun Kim authored
* Update README.md No Maintenance Intended * Update README.md * Update README.md No Maintenance Intended * Update README.md No Maintenance Intended * Update README.md No Maintenance Intended * Update README.md No Maintenance Intended * Update README.md No Maintenance Intended * Update README.md No Maintenance Intended * Update README.md No Maintenance Intended * Update README.md No Maintenance Intended * Update README.md No Maintenance Intended * Update README.md No Maintenance Intended * Update README.md No Maintenance Intended * Update README.md No Maintenance Intended * Update README.md No Maintenance Intended * Update README.md No Maintenance Intended * Update README.md No Maintenance Intended * Update README.md No Maintenance Intended * Create README.md No Maintenance Intended * Update README.md No Maintenance Intended * Update README.md...
-
- 20 Jul, 2018 1 commit
-
-
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.
-
- 22 Jun, 2018 1 commit
-
-
Hyungjun Lim authored
* Sentiment analysis model initial implementation. - This is an implementation of the Sentiment Analysis model. - The implementation is with the reference to paddle version. * Sentiment analysis model initial implementation. - This is an implementation of the Sentiment Analysis model. - The implementation is with the reference to paddle version. * addressing comments * addressing comments * addressing the comments: using the util function for distribution strategy * addressing comments - lint style correction. - avoid using global FLAG variable. * modify the format to fit in the style guideline. * convert from single quote to double quote
-