Top 20 papers according to citation counter from academic.microsoft.com
https://www.kdnuggets.com/2018/03/top-20-deep-learning-papers-2018.html
#chart #dl
https://www.kdnuggets.com/2018/03/top-20-deep-learning-papers-2018.html
#chart #dl
High-level overview of different Object detection architectures: Fast R-CNN, Faster RCNN, Mask R-CNN, R-FCN, FPN, YOLO, SSD, RetinaNet:
https://medium.com/@jonathan_hui/what-do-we-learn-from-region-based-object-detectors-faster-r-cnn-r-fcn-fpn-7e354377a7c9
#dl #list #comparison #cv
https://medium.com/@jonathan_hui/what-do-we-learn-from-region-based-object-detectors-faster-r-cnn-r-fcn-fpn-7e354377a7c9
#dl #list #comparison #cv
Medium
What do we learn from region based object detectors (Faster R-CNN, R-FCN, FPN)?
In this series, we will take a comprehensive journey on object detection. In Part 1 here, we cover the region based object detectors…
Facebook is announcing a slew of new ML-related software projects and code releases this morning at F8, including Glow (a neural network compiler), PyTorch Translate (a public version of their production NMT code) and the roadmap for PyTorch 1.0 code.
https://code.facebook.com/posts/172423326753505/
#pytorch #facebook #deeplearning
https://code.facebook.com/posts/172423326753505/
#pytorch #facebook #deeplearning
Facebook Code
Announcing PyTorch 1.0 for both research and production
We're announcing the next version of our open source AI framework, PyTorch 1.0, which integrates capabilities from Caffe2 and ONNX to provide a fast path from AI research to production.
CrowdHuman: A Benchmark for Detecting Human in a Crowd https://arxiv.org/abs/1805.00123
Andrew Ng announced that practical self-driving cars are ready. DriveAI will deploy a self-driving car service for public use in Texas starting in July.
Link: https://medium.com/@andrewng/self-driving-cars-are-here-aea1752b1ad0
#driving #rl #car #deeplearning #andrewng
Link: https://medium.com/@andrewng/self-driving-cars-are-here-aea1752b1ad0
#driving #rl #car #deeplearning #andrewng
Medium
Self-driving cars are here
Drive.ai will offer a self-driving car service for public use in Frisco, Texas starting in July, 2018. Self-driving cars are no longer a futuristic AI technology. They’re here, and will soon make…
Facebook’s Field Guide to Machine Learning video series
#guide #facebook
https://research.fb.com/the-facebook-field-guide-to-machine-learning-video-series/
#guide #facebook
https://research.fb.com/the-facebook-field-guide-to-machine-learning-video-series/
Facebook report about advance in image recognition.
https://code.facebook.com/posts/1700437286678763/advancing-state-of-the-art-image-recognition-with-deep-learning-on-hashtags/
#cv #facebook #deeplearning
https://code.facebook.com/posts/1700437286678763/advancing-state-of-the-art-image-recognition-with-deep-learning-on-hashtags/
#cv #facebook #deeplearning
Facebook Code
Advancing state-of-the-art image recognition with deep learning on hashtags
Facebook researchers used new techniques in weakly supervised training and leveraging large data sets to train its image recognition system, resulting in the best-ever accuracy score by a common benchmark.
Open Neural Network Exchange — new format, introduced by Facebook to allow AI engineers to more easily move models between frameworks without having to do resource-intensive custom engineering.
https://code.facebook.com/posts/1714175645317654/onnx-expansion-speeds-ai-development/
https://code.facebook.com/posts/1714175645317654/onnx-expansion-speeds-ai-development/
Facebook Code
ONNX expansion speeds AI development
Facebook helped develop the Open Neural Network Exchange (ONNX) format to allow AI engineers to more easily move models between frameworks without having to do resource-intensive custom engineering. Today, we're sharing that ONNX is adding support for additional…
Computer vision model training uses different augmentation of input images (random crops, distortions, etc.). Instead of hand-engineering the operation sequence, one can instead use meta learning to learn effective sequences. Gets new state-of-the-art of 83.54% top1 on ImageNet!
https://ai.googleblog.com/2018/06/improving-deep-learning-performance.html
https://ai.googleblog.com/2018/06/improving-deep-learning-performance.html
research.google
Improving Deep Learning Performance with AutoAugment
Posted by Ekin Dogus Cubuk, Google AI Resident and Barret Zoph, Research Scientist, Google Brain Team The success of deep learning in computer vi...
Thomas Wolf’s post on how to make #Python #NLP faster.
Spoiler: use spaCy's internals and a bit of Cython magic
Bonus: a #Jupyter notebook with examples processing over 80 millions words per sec…
https://medium.com/huggingface/100-times-faster-natural-language-processing-in-python-ee32033bdced
Spoiler: use spaCy's internals and a bit of Cython magic
Bonus: a #Jupyter notebook with examples processing over 80 millions words per sec…
https://medium.com/huggingface/100-times-faster-natural-language-processing-in-python-ee32033bdced
Medium
🚀 100 Times Faster Natural Language Processing in Python
How to take advantage of spaCy & a bit of Cython for blazing fast NLP
ConvNet outperforms human dermatologists for melanoma detection.
Dermatologists in level-II protocol:
- sensitivity: 88.9% (±9.6%, P = 0.19)
- specificity: 75.7% (±11.7%, P < 0.05)
https://academic.oup.com/annonc/advance-article/doi/10.1093/annonc/mdy166/5004443
#cv #dl
Dermatologists in level-II protocol:
- sensitivity: 88.9% (±9.6%, P = 0.19)
- specificity: 75.7% (±11.7%, P < 0.05)
https://academic.oup.com/annonc/advance-article/doi/10.1093/annonc/mdy166/5004443
#cv #dl
Elsevier
Annals of Oncology - Journal - Elsevier
Annals of Oncology, the journal of the European Society for Medical Oncology and the Japanese Society of Medical Oncology, provides rapid and efficient peer-r…
Transfer Learning in Tensorflow (VGG19 on CIFAR-10): Part 1
Tutorial on how to use pretrained networks not to make them learn everything from scratch.
Link: https://towardsdatascience.com/transfer-learning-in-tensorflow-9e4f7eae3bb4
#tutorial #cv #tensorflow #dl
Tutorial on how to use pretrained networks not to make them learn everything from scratch.
Link: https://towardsdatascience.com/transfer-learning-in-tensorflow-9e4f7eae3bb4
#tutorial #cv #tensorflow #dl
Medium
Transfer Learning in Tensorflow (VGG19 on CIFAR-10): Part 1
(VGG19 on CIFAR-10)
Introduction to numpy matrices syntax.
https://www.kdnuggets.com/2017/03/working-numpy-matrices.html
#numpy #Python #tutorial
https://www.kdnuggets.com/2017/03/working-numpy-matrices.html
#numpy #Python #tutorial
Data Science by ODS.ai 🦜
Transfer Learning in Tensorflow (VGG19 on CIFAR-10): Part 1 Tutorial on how to use pretrained networks not to make them learn everything from scratch. Link: https://towardsdatascience.com/transfer-learning-in-tensorflow-9e4f7eae3bb4 #tutorial #cv #tensorflow…
Second part of the tutorial.
https://towardsdatascience.com/transfer-learning-in-tensorflow-5d2b6ad495cb
https://towardsdatascience.com/transfer-learning-in-tensorflow-5d2b6ad495cb
Medium
Transfer Learning in Tensorflow: Part 2
(VGG19 on CIFAR-10)
❤1
Brief intro into object detection with python.
https://towardsdatascience.com/object-detection-with-10-lines-of-code-d6cb4d86f606
#python #tensorflow #cv
https://towardsdatascience.com/object-detection-with-10-lines-of-code-d6cb4d86f606
#python #tensorflow #cv
Medium
Object Detection with 10 lines of code
One of the important fields of Artificial Intelligence is Computer Vision. Computer Vision is the science of computers and software systems that can recognize and understand images and scenes…