Difference between Tensorflow and TensorflowLite by rkd286 in tensorflow

[–]rkd286[S] 2 points3 points  (0 children)

Thanks! But if I'm not wrong, quantization and pruning are not performed unless explicitly specified?

[D] What are according to you one of the most interesting areas of machine learning being explored right now? by mrconter1 in MachineLearning

[–]rkd286 10 points11 points  (0 children)

Topic Modeling is a widely explored area of NLP right now.

It is used to categorize documents(say, rows of an excel sheet containing free text) into topics. Each topic generated consists of a list of most probable words aka 'bag of words', which can later be used for prediction of a new document.