What is ANNHUB?
ANNHUB is a machine learning studio that allows users to design, train, and validate machine learning models without any coding.
Users can develop machine learning models (classification and prediction applications) to tackle real-life industrial solutions by clicking through the guided steps and utilizing auto-recommended training and validation features.
It is ideal for engineers who don't have a profound knowledge of machine learning and programming skills to design a proper neural network.
How much does ANNHUB cost?
ANNHUB is free
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 instead.
Can ANNHUB detect missing/duplicated values in the dataset?
There is no warning for missing/duplicated values. You must check your dataset before training