|
|
|
|
|
by dhairya
2511 days ago
|
|
No worries, fair question. It worth noting that my job is not data analysis. So I do use data analysis to evaluate our metrics and model performance. Really none of it is really automatable. I'm working developing NLP features for our product (question answering, search, neural machine translation, dialog, etc). Our customer data is diverse, in different formats, and thier use cases are all distinct. So most of my work is novel applied research and development. |
|
I do assume that the data format is different (alas I also assume that they are all some sort of a text file with known fields and types).
But after you setup the dataset definition and defined the schema, the rest can be based on neural search?
Moreover, isn't there a state of the art architecture for each of the task. E.g. Seq2Seq for machine translation. Can you just use that as a base line, and let the NAS engine search hyper param, etc?