SuperGLUE
A new benchmark styled after GLUE with a new set of more difficult language understanding tasks, improved resources, and a new public leaderboard: https://super.gluebenchmark.com
#ArtificialIntelligence #DeepLearning #MachineLearning
A new benchmark styled after GLUE with a new set of more difficult language understanding tasks, improved resources, and a new public leaderboard: https://super.gluebenchmark.com
#ArtificialIntelligence #DeepLearning #MachineLearning
SuperGLUE Benchmark
SuperGLUE is a new benchmark styled after original GLUE benchmark with a set of more difficult language understanding tasks, improved resources, and a new public leaderboard.
What parts of ML can be designed?" Check out the colab made to introduce ML concepts
Michelle R Carney
https://colab.research.google.com/drive/16ih9JPh1FQi6_XETj2e4G4JYYI5Qe0BI#scrollTo=X8FyAQo-t2uF
Michelle R Carney
https://colab.research.google.com/drive/16ih9JPh1FQi6_XETj2e4G4JYYI5Qe0BI#scrollTo=X8FyAQo-t2uF
Google
Google Colaboratory
#Deeplearning #Automation #Scheduling
A recent success of AI & Deep learning for multi-machine/robot scheduling problems!
Arxiv link https://arxiv.org/abs/1905.12204
Three issues are particularly important in this context: quality of the resulting decisions, scalability, and transferability.
Please check out the recent research which addressed those challenges! 96% optimality, transferable only with 1% loss in performance.
A recent success of AI & Deep learning for multi-machine/robot scheduling problems!
Arxiv link https://arxiv.org/abs/1905.12204
Three issues are particularly important in this context: quality of the resulting decisions, scalability, and transferability.
Please check out the recent research which addressed those challenges! 96% optimality, transferable only with 1% loss in performance.
XNOR-Net: ImageNet Classification Using Binary Convolutional Neural Networks by Mohammad Rastegari
https://videolectures.net/eccv2016_rastegari_neural_networks/?q=eccv%202016
https://videolectures.net/eccv2016_rastegari_neural_networks/?q=eccv%202016
videolectures.net
XNOR-Net: ImageNet Classification Using Binary Convolutional Neural Networks
We propose two efficient approximations to standard convolutional neural networks: Binary-Weight-Networks and XNOR-Networks. In Binary-Weight-Networks, the filters are approximated with binary values resulting in 32x memory saving. In XNOR-Networks, both…
Google AI - Release of Handbook Tutorials on Learning Keras and OpenCV
Hi everyone. I'm happy to let people know that we (Developer Relations at Google AI) are releasing handbooks and accompany presentations/code labs for learning Keras/OpenCV. The material is written for software engineers whom want a 'straight path with no math' to learning machine learning. The handbooks and code samples are free to download (licensed under CC-BY and Apache 2.0).
https://github.com/GoogleCloudPlatform/keras-idiomatic-programmer
Hi everyone. I'm happy to let people know that we (Developer Relations at Google AI) are releasing handbooks and accompany presentations/code labs for learning Keras/OpenCV. The material is written for software engineers whom want a 'straight path with no math' to learning machine learning. The handbooks and code samples are free to download (licensed under CC-BY and Apache 2.0).
https://github.com/GoogleCloudPlatform/keras-idiomatic-programmer
GitHub
GitHub - GoogleCloudPlatform/keras-idiomatic-programmer: Books, Presentations, Workshops, Notebook Labs, and Model Zoo for Software…
Books, Presentations, Workshops, Notebook Labs, and Model Zoo for Software Engineers and Data Scientists wanting to learn the TF.Keras Machine Learning framework - GitHub - GoogleCloudPlatform/ker...
This is a PyTorch implementation of "MixHop: Higher-Order Graph Convolutional Architectures via Sparsified Neighborhood Mixing" (ICML 2019) that I made. MixHop has a state-of-the-art performance on several node classification benchmarks. In addition, the approximate version is pretty scalable. Enjoy!
https://github.com/benedekrozemberczki/MixHop-and-N-GCN
https://github.com/benedekrozemberczki/MixHop-and-N-GCN
GitHub
GitHub - benedekrozemberczki/MixHop-and-N-GCN: An implementation of "MixHop: Higher-Order Graph Convolutional Architectures via…
An implementation of "MixHop: Higher-Order Graph Convolutional Architectures via Sparsified Neighborhood Mixing" (ICML 2019). - benedekrozemberczki/MixHop-and-N-GCN
Nice new work from FAIR on assessing bias in datasets.
Turns out image recognition systems will recognize everyday objects more reliably if the picture was shot in developed countries than if it was shot in the developing world.
A critique of early approaches to visual object recognition was that they could not take context into account to help with the recognition. Now they do.....a bit too much.
https://ai.facebook.com/blog/new-way-to-assess-ai-bias-in-object-recognition-systems/
Turns out image recognition systems will recognize everyday objects more reliably if the picture was shot in developed countries than if it was shot in the developing world.
A critique of early approaches to visual object recognition was that they could not take context into account to help with the recognition. Now they do.....a bit too much.
https://ai.facebook.com/blog/new-way-to-assess-ai-bias-in-object-recognition-systems/
Facebook
A new way to assess AI bias in object-recognition systems
Facebook AI researchers have published the first systematic study that measures the accuracy of object-recognition systems for different communities across the world.
DeepMDP: Learning Continuous Latent Space Models for Representation Learning
Gelada et al.: https://arxiv.org/abs/1906.02736
#ArtificialIntelligence #DeepLearning #ReinforcementLearning
Gelada et al.: https://arxiv.org/abs/1906.02736
#ArtificialIntelligence #DeepLearning #ReinforcementLearning
1000x Faster Data Augmentation: New paper and code from Berkeley AI research.
From the announcement:
"Population Based Augmentation (PBA), an algorithm that quickly and efficiently learns a state-of-the-art approach to augmenting data for neural network training. PBA matches the previous best result on CIFAR and SVHN but uses one thousand times less compute, enabling researchers and practitioners to effectively learn new augmentation policies using a single workstation GPU. You can use PBA broadly to improve deep learning performance on image recognition tasks."
Announcement: https://lnkd.in/frFCS8R
Arxiv: https://lnkd.in/f58piHN
Code: https://lnkd.in/fQfWpkR
#neuralnetworks #deeplearning #artificialintelligence #machinelearning
From the announcement:
"Population Based Augmentation (PBA), an algorithm that quickly and efficiently learns a state-of-the-art approach to augmenting data for neural network training. PBA matches the previous best result on CIFAR and SVHN but uses one thousand times less compute, enabling researchers and practitioners to effectively learn new augmentation policies using a single workstation GPU. You can use PBA broadly to improve deep learning performance on image recognition tasks."
Announcement: https://lnkd.in/frFCS8R
Arxiv: https://lnkd.in/f58piHN
Code: https://lnkd.in/fQfWpkR
#neuralnetworks #deeplearning #artificialintelligence #machinelearning
The Berkeley Artificial Intelligence Research Blog
1000x Faster Data Augmentation
The BAIR Blog
Provably efficient reinforcement learning with rich observations.
https://www.microsoft.com/en-us/research/blog/provably-efficient-reinforcement-learning-with-rich-observations/
https://www.microsoft.com/en-us/research/blog/provably-efficient-reinforcement-learning-with-rich-observations/
Microsoft Research
Provably efficient reinforcement learning is very satisfying indeed.
Despite remarkable achievements, applying reinforcement learning to real-world scenarios remains a challenge. Discover how Microsoft researchers achieve provable efficiency in reinforcement learning with the help of a new algorithm.
This is probably the best #PyTorch Deep Learning course I have encountered.
https://fleuret.org/dlc/
https://fleuret.org/dlc/
fleuret.org
UNIGE 14x050 – Deep Learning
Slides and virtual machine for François Fleuret's Deep Learning Course
andrew ng : ML+ radiologist outperforms a human radiologist alone at detecting cerebral aneurysms.
Deep Learning–Assisted Diagnosis of Cerebral Aneurysms https://news.stanford.edu/2019/06/07/ai-tool-helps-radiologists-detect-brain-aneurysms/
Deep Learning–Assisted Diagnosis of Cerebral Aneurysms https://news.stanford.edu/2019/06/07/ai-tool-helps-radiologists-detect-brain-aneurysms/
Visualizing and Measuring the Geometry of BERT
Coenen, Reif, Yuan et al.: https://arxiv.org/pdf/1906.02715.pdf
#ArtificialIntelligence #DeepLearning #BERT #NLP
Coenen, Reif, Yuan et al.: https://arxiv.org/pdf/1906.02715.pdf
#ArtificialIntelligence #DeepLearning #BERT #NLP
Language, trees, and geometry in neural networks
code https://pair-code.github.io/interpretability/bert-tree/
paper https://arxiv.org/pdf/1906.02715.pdf
code https://pair-code.github.io/interpretability/bert-tree/
paper https://arxiv.org/pdf/1906.02715.pdf
Population-based Augmentation
1000x Faster Data Augmentation
Daniel Ho, Eric Liang, Richard Liaw Jun 7, 2019
https://bair.berkeley.edu/blog/2019/06/07/data_aug/
paper https://arxiv.org/pdf/1905.05393.pdf
1000x Faster Data Augmentation
Daniel Ho, Eric Liang, Richard Liaw Jun 7, 2019
https://bair.berkeley.edu/blog/2019/06/07/data_aug/
paper https://arxiv.org/pdf/1905.05393.pdf
Material used for Deep Learning related workshops for Machine Learning Tokyo
Implementation and Cheat Sheet: https://github.com/Machine-Learning-Tokyo/DL-workshop-series
#artificialintelligence #deeplearning #machinelearning
Implementation and Cheat Sheet: https://github.com/Machine-Learning-Tokyo/DL-workshop-series
#artificialintelligence #deeplearning #machinelearning