I am working with raster data for ANN, i have converted rasters to numaric and then test train that numerical data and get very Good accuracy. now i need to convert my train data into raster using ArcGIS but i don't know how. please guide me.
It is very common to Create some training samples with the Label Objects for Deep Learning tool in ArcGIS Pro and use the Export Training Data for neural networks.
Train a deep learning using the Train Deep Learning Model raster analysis tool. You may also use the ArcGIS REST API to train the model with a deep learning framework. The output deep learning package (*.dlpk), consisting of the model definition file and the trained deep learning model or Python script, is shared to your portal as a .dlpk item.
The data scientist delivers a deep learning package, consisting of the model definition file and the trained model or Python script, back to the ArcGIS Image Server raster analysis environment.
With the .dlpk item on portal, run the Detect Objects Using Deep Learning tool, or the Classify Pixels Using Deep Learning tool, or the Classify Objects Using Deep Learning tool to generate an output.