I have set of data, which consist of continuous variables and categorical variables. I could use principle component analysis (PCA) on the continuous variables and with a visual approach determine which categorical variable to add in my predictive model. So my Question is, for a neural network is it possible to use [pca1, pca2, pca3, cat1, cat2] as input vector?
The categorical variables will be converted to numeric and scaled accordingly.