Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I used visual studio to create a machine learning project to classify a set of images, I followed the wizard, and I made two labels, then the program started a training process, and I was able to use it to test the model, my question is where is the generated code that build the network how to know its structure, input layer, output layer and hidden layers

on a side, is there any way such that I can get a pictorial image of the neural network

What I have tried:

I tried to unzip MLModel1.zip file, but I was not able to find the code that builds the network
Posted
Comments
[no name] 2-May-23 12:03pm    
You would run the model and then interrogate it a run time ... to get a "pictorial". The model exists while it is running; when it's "done", all you have is a final result.
Sabry1905 2-May-23 13:45pm    
I trained it, I ran it, and I am using its results in a windows forms application, but I need to see the generated code that built the network, the layers
[no name] 3-May-23 10:11am    
It doesn't "generate code"; it builds internal structures over which it applies the logic and data of the "type of model" you have selected; structures which only exist at "run time".

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900