Edit
Article Evgeniy Potapov · Jun 3, 2022 3m read

Integrated ML is a pretty new feature of IRIS Data Platform, and it was interesting to try it on a dataset that is hard enough for neural networks.

In our project we have shown how to train a common neural network, developed in Keras, based on data that is stored in IRIS.
So, we have some predicted values and accuracy metric and may compare them with results of Integrated ML.

Two words about our neural network.

It is a basic network built with Dense layers and trained about half an hour on GPU in Google Colaboratory.

I did some common preprocessing with the dataset, but nothing special.

2
0 46