The functions Predict[]
and Classify[]
both have the option Method -> "NeuralNetwork"
, but all the structure and code is hidden. I'm implementing a cnn or convnet package, hopefully using CUDALink
. Can anyone come up with a hello world example for a convnet on a set of annotated images to find logos? Here's the training set I'm using (a list of urls of the images in the training set).
Check out these links for more examples and related documentation:
Comments
Post a Comment