Nov 4, 2022

Q: Hello, Congiflow sounds very tempting.

My question is, can I also use e.g. csv data with senor read-outs for the AI? I mean, tables with x-y values to train my model? Thanks and greetings

vjekoslav7vjekoslav7
vjekoslav7

Verified purchaser

Founder Team
Marcelo_Cogniflow

Marcelo_Cogniflow

May 14, 2024

A: Hi there,

Unfortunately, you cannot build it for now. For your use case, you would require a tabular data-based solution (a set of columns with all your sensors' values).
Cogniflow works with unstructured data (image, text, audio). We plan to add capabilities for tab data in the future but it won’t be something to be included in the short term.

Thanks,

Share
Helpful?
Log in to join the conversation
Posted: Nov 4, 2022

Many thanks for your quick an detailed answer.

Best greeting

Posted: Nov 5, 2022

Can we not concatenate the various values into a single cell and then one additional column for label? Use it then as input for the text module?

Founder
Posted: Nov 7, 2022

Hi Taiff,

It is a great idea to concatenate different data but with words; imagine a simple example to build your Spam detector that you would concatenate the subject with the body. When you use just numbers, it won't perform well using this strategy.

Hope this helps!