ML_LEARN_MLP ============================= .. _mllearnmlp: MLP Regression- Uses a Multi-layer Preceptron to build a model whose target is numeric Inputs ================ We have Inputs to select in basic and advanced. .. thumbnail:: ../_images/Images/mllearnmlpinput.png :title: Input .. centered:: :sup:`Input Basic` | .. thumbnail:: ../_images/Images/mllearnmlpadvanced.png :title: Input .. centered:: :sup:`Input Advanced` | Outputs =============== Outputs after execution of the ML worker .. thumbnail:: ../_images/Images/mlmlpoutputresponses.png :title: Output .. centered:: :sup:`Output responses` | .. thumbnail:: ../_images/Images/mlmlppredction.png :title: Output .. centered:: :sup:`Prediction` | |