Neural Network from scratch: Multiply entities Classification

Pavel Ilin
Level Up Coding
Published in
5 min readJan 13, 2021

--

Last time we were talking about adding hidden layers to our neural network, and it did well solving binary classification tasks. But what if we have more entities in our ontology? Let’s figure out how to teach our neural net how to solve multiple entity classification problems!

Source

Generating data

--

--