You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let's say i have a list of Images ..how do i convert my images into F64matrix Form so i can train them with my Neural Network ..and how do i test the Network with an Image at the End
could you please make an example of this because you didn't mention that in the examples, you also didn't mention how to test the Network using a real Image..
Thanks in Advance
The text was updated successfully, but these errors were encountered:
ammar88400
changed the title
How can i train the Neural Network with my own Train Pictures?
how can i train the net with my own Training Pictures?
Feb 10, 2022
ammar88400
changed the title
how can i train the net with my own Training Pictures?
how can i train the Neural Network with my own Training Pictures?
Feb 10, 2022
Currently there is no standard method for loading images in SharpLearning. So you basically have write your own methods for converting them to the `F64Matrix´. I think there are better libraries for training neural networks on images in C# than SharpLearning. I would try using one of the following:
let's say i have a list of Images ..how do i convert my images into F64matrix Form so i can train them with my Neural Network ..and how do i test the Network with an Image at the End
could you please make an example of this because you didn't mention that in the examples, you also didn't mention how to test the Network using a real Image..
Thanks in Advance
The text was updated successfully, but these errors were encountered: