As title, I've used Splunk Enterprise.
If I want to use SVM to make a recognition for images, I need the database of images.
Could I upload images for recognition?
If I could, what types would images be saved? Dataframe or something else?
Or, is there any app for loading images on Splunk Enterprise?
Thank you.
Take a look at this Splunk Blog post, https://www.splunk.com/blog/2017/04/18/deep-learning-with-splunk-and-tensorflow-for-security-catchin...
You could use tensor flow to build some models to do feature extraction, and feed the output/metadata into Splunk. You could probably use SVM for this instead of tensor flow.
Take a look at this Splunk Blog post, https://www.splunk.com/blog/2017/04/18/deep-learning-with-splunk-and-tensorflow-for-security-catchin...
You could use tensor flow to build some models to do feature extraction, and feed the output/metadata into Splunk. You could probably use SVM for this instead of tensor flow.
So, I could not upload images directly into Splunk Enterprise and take them for training, right?
Thank you.
No, that's probably not the best approach. Indexing the metadata in Splunk is what I would suggest.