sassoftware / python-dlpy

The SAS Deep Learning Python (DLPy) package provides the high-level Python APIs to deep learning methods in SAS Visual Data Mining and Machine Learning. It allows users to build deep learning models using friendly Keras-like APIs.
Apache License 2.0
224 stars 131 forks source link

Runs end-to-end with updated train / score data and includes new word embeddings file creation instructions. #359

Closed ChipRobie closed 3 years ago

ChipRobie commented 3 years ago

The DLPy Text Sentiment Analysis example is rewritten with updated model hyperparameter settings, improved train and score data, and new instructions to create a word embedding file required for the NLP task. Model performances are improved, model results are repeatable. Users can follow along successfully.