TensorFlow.NET icon indicating copy to clipboard operation
TensorFlow.NET copied to clipboard

Tensorflow.NET chatbot label?? and Tensorflow.NET.Text

Open GeorgeS2019 opened this issue 4 years ago • 2 comments

I know SciSharp has chatbot repositories. e.g. BotSharp etc. However, Tensorflow.NET repository has a chatbot label.

image

Is there a plan to port tensorflow chatbot code (e.g. transformer) to tensorflow.NET?

Currently, it seems the Tensorflow.NET.Text project has not planned yet.

Any feedback? On possible milestone towards Deep NLP using tensorflow.NET e.g. recent merge for Text preprocessing? I also notice Seq2SeqSharp has been selected. Is there a plan to integrate Seq2SeqSharp to Tensorflow.NET or in whatever form?

GeorgeS2019 avatar Feb 25 '21 08:02 GeorgeS2019

@GeorgeS2019 Current master branch is foucsed on make NLP/ NLU related task be runnable. The ultimate goal is to support BotSharp to use the state of art NLP model .NET.

Oceania2018 avatar Feb 25 '21 14:02 Oceania2018

@Oceania2018 Do you see a path how the NLU codes in Seq2SeqSharp, especially the .NET transformer framework, could be useful in speeding up the NLP/NLU Keras implementation in Tensorflow.NET?

GeorgeS2019 avatar Mar 09 '21 23:03 GeorgeS2019