Click here to Skip to main content
15,880,405 members
Articles / Artificial Intelligence / Neural Networks

Image Tagger - A Convolutional Neural Network Based Image Classifier

Rate me:
Please Sign up or sign in to vote.
4.95/5 (17 votes)
11 May 2020Apache3 min read 30.8K   1.3K   40  
An image classifier / tagger based on convolutional neural networks. Now more than 10 times faster with the Intel MKL support.
ImageTagger is an application that allows to search images by keywords. It determines contents of images using CeNiN.dll which is a pure C# implementation of deep convolutional neural networks. It is now more than 10 times faster when the Intel MKL libraries are available.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Apache License, Version 2.0


Written By
Engineer
Turkey Turkey

Comments and Discussions