Multi-Class Classification Tutorial with the Keras Deep Learning Library - Machine Learning Mastery
Keras is a Python library for deep learning that wraps the efficient numerical libraries Theano and TensorFlow. In this post you will discover how you can use Keras to develop and evaluate neural network models for multi-class classification problems. Multi-Class Classification Tutorial with the Keras Deep Learning Library Photo by houroumono, some rights reserved. In this tutorial we will use the standard machine learning problem called the iris flowers dataset. This dataset is well studied and is a good problem for practicing on neural networks because all of the 4 input variables are numeric and have the same scale in centimeters.
Jun-1-2016, 19:10:51 GMT