Neural Style Transfer in deep learning --- What is Neural Style Transfer Use a 'Content' image C and a 'Style' image S to generate a new image G , which has C's content and S's sty
Category
5 articles in this topic.
Neural Style Transfer in deep learning --- What is Neural Style Transfer Use a 'Content' image C and a 'Style' image S to generate a new image G , which has C's content and S's sty
1. How to solve face recognition problem with one-shot learning, which uses Siamese Network and Triplet loss function. 2. Face verification problem with binary classification, intr
1. Algorithms for object detection. Object Detection Object detection contains 'Object Localization' and 'Landmark Detection'. --- Object Localization --- 1. Image classification (
1. Classic networks like LeNet-5, AlexNet and VGG; 2. Architectures like ResNet and Inception Net to improve performance of CNNs; 3. MobileNets to allow mobile devices to run apps
Delete after finish YOLO algorithm. 1. convolution (asterisk) 2. filter(kernel) 3. image filter = new image 4. python: conv forward, tensorflow: tf.nn.con2d, keras: conv2D 5. edge