Releases: UniversalDot/tensorflow
Releases · UniversalDot/tensorflow
Release 0.1.0
Initial Model for Tensorflow
The model used for the recommendation system is the ScaNN implemented through Tensorflow to allow serving with Tensorflow Serving service. The model creation process each time requires different steps:
Preprocessing
Simple text preprocessing
Keyword extraction
Embedding
Training of the ScaNN
Testing
Saving and serving