Create a Dense Neural Network for Multi Category Classification with Keras

InstructorChris Achard

Share this video with your friends

Send Tweet

We’ll take a network set up for binary classification, and turn it into a network that can take 3 or more classes. This network will let us go beyond classifying data into only two categories, and will allow us to expand to any number of categories (for example: “dog” vs “cat” vs “mouse”). Then, we’ll use real data from a csv to train and test that network.