I think AI is akin to building a rocket ship.
You need a huge engine and a lot of fuel. If you have a large engine and a tiny amount of fuel, you won’t make it to orbit.
If you have a tiny engine and a ton of fuel, you can’t even lift off.
To build a rocket you need a huge engine and a lot of fuel.
The analogy to deep learning is that the rocket engine is the deep learning models and the fuel
is the huge amounts of data we can feed to these algorithms. — Andrew Ng
Transfer Learning for Dentist diagnosis aid , an intelligent healthcare application for train/test/predict.
http://118.190.96.120/iDentisty/client/
(VGG16) model Transfer Learning, + Keras ImageDataGenerator, fine-tune on VGG16, base on MobileNet with ImageNet weights, for prediction
and evaluate the final score.
https://blog.keras.io/building-powerful-image-classification-models-using-very-little-data.html
http://cs231n.github.io/transfer-learning/
https://www.pyimagesearch.com/2017/03/20/imagenet-vggnet-resnet-inception-xception-keras/
https://medium.com/datadriveninvestor/keras-imagedatagenerator-methods-an-easy-guide-550ecd3c0a92
1.Lenet,1986:http://vision.stanford.edu/cs598_spring07/papers/Lecun98.pdf
2.Alexnet,2012:http://www.cs.toronto.edu/~fritz/absps/imagenet.pdf
3.VGG,2014:https://arxiv.org/pdf/1409.1556.pdf
4.GoogleNet,2014:https://arxiv.org/pdf/1409.4842.pdf
5.ResNet,2015:https://arxiv.org/pdf/1512.03385.pdf