MLDB: The Machine Learning Database
In this post, we'll show how easy it is to use MLDB to build your own real time image classification service. We will use different brand of cars in this example, but you can adapt what we show to train a model on any image dataset you want. We will be using a TensorFlow deep convolutional neural network, transfer learning, and everything will run off MLDB. At a high level, transfer learning allows us to take a model that was trained on one task and use its learned knowledge on another task. We use the Inception- v3 model, a deep convolutional neural network, that was trained on the ImageNet Large Visual Recognition Challenge dataset.
Oct-17-2016, 16:56:52 GMT