Implementation of MobileNet and ResNet on tensorflow1.7.0.
This implementation of MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications is designed to be straightforward and friendly to MobileNet freshman.
This implementation of Resnet:Deep Residual Learning for Image Recognition is designed to be straightforward and friendly to Resnet freshman.
This implementation is built on Visual Studio Tools for AI, which is a free Visual Studio extension to build, test, and deploy deep learning / AI solutions.More information in VS Tools for AI.