Skip to main content

FAQ

Which dataset format does ANNHUB support for training?

ANNHUB supports .csv file format, which contains feature columns (input) and result columns (output, target, class) in numerical values. Learn more here.

Can I have multiple outputs in my training dataset?

Yes, you can have as many outputs as you want.

Can I use GPU to train the model in ANNHUB?

Currently, ANNHUB only supports CPU for training.

Can I add more than 01 hidden layer?

No, ANNHUB only supports 01 hidden layer. If you need more than 1 hidden layer, please consider using DLHUB.

Can ANNHUB detect missing/duplicated values in the dataset?

There is no warning for missing/duplicated values. You must check your dataset before training.