Training on Images

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Training on Images

Jesse
I would like to train a neural network to classify images. Is there a way to convert an image into input that can be entered into Simbrain?
Reply | Threaded
Open this post in threaded view
|

Re: Training on Images

jyoshimi
Administrator
Hi Jesse,

You can use matlab or python or some utility to convert each image into a vector of values and then load those in to simbrain.  I wrote a small program to do this with bitmap images.  It's in utils and is called PatternsFromBitmap.   But it's not a simple process right now.

We are working on an image processing utility for Simbrain, which will hopefully be in the source code by the end of summer.   But it's hard to estimate when it will be in the main release.

Best,

- Jeff