Altair slc kera deep neural networks pnn to classify iris species using flower meaurements
Graphics
https://github.com/rogerjdeangelis/utl-altair-slc-kera-deep-neural-networks-pnn-to-classify-iris-species-using-flower-meaurements/blob/main/confusion_matrix.png
https://github.com/rogerjdeangelis/utl-altair-slc-kera-deep-neural-networks-pnn-to-classify-iris-species-using-flower-meaurements/blob/main/training_history.png
Too long to post on a list, see github
https://github.com/rogerjdeangelis/utl-altair-slc-kera-deep-neural-networks-pnn-to-classify-iris-species-using-flower-meaurements
altair community
https://community.altair.com/discussion/54087/keras-in-rapid-miner?tab=all
The Python code below is functionally equivalent to Keras classification analysis for the Iris dataset.
Both implement multi-class deep neural network classification with similar architecture,
training, and evaluation.
SOAPBOX ON
I added missclassifications to the input to aviod
perfect classifications.
PNN makes heavy use of
probability density functions and bayes rule.
The posterior probability influences the classification.
SOAPBOX OFF
Related Repos
https://github.com/rogerjdeangelis/utl-altair-slc-probabilistic-neural-networks-pnn-gaussain-kernel-using-r
https://github.com/rogerjdeangelis/utl-generating-complete-case-when-logic-for-decision-trees-using-altair-personal-slc
https://github.com/rogerjdeangelis/utl-visualization-of-a-decision-tree-with-horizontal-bar-charts-graphics-diagram
https://github.com/rogerjdeangelis/utl_R_and_WPS_decision_trees
https://github.com/rogerjdeangelis/altair-slc-r-simple-random-forest-classification-example-using-iris-dataset
https://github.com/rogerjdeangelis/altair-slc-rocchio-classifier-ai-text-processing
https://github.com/rogerjdeangelis/utl-convert_2018-anatomical-therapeutic-classification-to-define-daily-dose-atc-to-ddd
https://github.com/rogerjdeangelis/utl-creating-and-verifying-a-knn-nearest-neighbor-classification-model
https://github.com/rogerjdeangelis/utl-creating-dummy-variables-for-classification-variable-in-modeling
https://github.com/rogerjdeangelis/utl-r-simple-random-forest-classification-example-using-iris-dataset