I am attempting to create a neural network, however, I am having trouble finding documentation with regards to categorical data.
I have a variable in my dataset which is categorical with 11 levels.
I think I need to convert this variable, however, I'm not sure what to convert it to.
Do I need to create 11 dummy variable to indicate whether or not a value for my categorical variable occurred?