Network-architecture

Accuracy on ImageNet

Training Image Classification 8x Faster With NFNet

by Ankit Sachan • June 18, 2021

Introduction: Anyone who has deployed a neural network on production knows that deploying a network is easy but making sure that it stays updated as new user data flows is a harder task. It involves keep training the network with new incoming data frequently and in such a case being able to train faster is […]

Continue Reading

EfficientNets: The Free lunch of 2019 for convolutional neural networks

by Ankit Sachan • November 7, 2019

Neural network architecture design is one of the key hyperparameters in solving problems using deep learning and computer vision. Various neural networks are compared on two key factors i.e. accuracy and computational requirement. In general, as we aim to design more accurate neural networks, the computational requirement increases. The term ‘Efficient’ in Efficient Net strongly […]

Continue Reading