CVPR 2019
Papers: http://openaccess.thecvf.com/CVPR2019.py
Workshops: http://openaccess.thecvf.com/CVPR2019_workshops/menu.py
Papers: http://openaccess.thecvf.com/CVPR2019.py
Workshops: http://openaccess.thecvf.com/CVPR2019_workshops/menu.py
Deep Neural Networks from scratch in Python
https://towardsdatascience.com/deep-neural-networks-from-scratch-in-python-451f07999373
https://towardsdatascience.com/deep-neural-networks-from-scratch-in-python-451f07999373
Medium
Deep Neural Networks from scratch in Python
In this guide we will build a deep neural network, with as many layers as you want! The network can be applied to supervised learning…
18 Impressive Applications of Generative Adversarial Networks (GANs)
A Generative Adversarial Network, or GAN, is a type of neural network architecture for generative modeling
A Generative Adversarial Network, or GAN, is a type of neural network architecture for generative modeling
MachineLearningMastery.com
18 Impressive Applications of Generative Adversarial Networks (GANs) - MachineLearningMastery.com
A Generative Adversarial Network, or GAN, is a type of neural network architecture for generative modeling. Generative modeling involves using a model to generate new examples that plausibly come from an existing distribution of samples, such as generating…
Applying AutoML to Transformer Architectures
http://ai.googleblog.com/2019/06/applying-automl-to-transformer.html
http://ai.googleblog.com/2019/06/applying-automl-to-transformer.html
Googleblog
Applying AutoML to Transformer Architectures
Language, trees, and geometry in neural networks
https://pair-code.github.io/interpretability/bert-tree/
https://pair-code.github.io/interpretability/bert-tree/
pair-code.github.io
Language, trees, and geometry in neural networks
Как мы создали систему оповещения о ядерной угрозе
https://habr.com/ru/post/452356/
https://habr.com/ru/post/452356/
Хабр
Как мы создали систему оповещения о ядерной угрозе, или как я обучил нейросеть на заголовках Хабра
Заголовок статьи может показаться странным и это неспроста — он прекрасен именно тем, что написал его не я, а LSTM-нейросеть (а точнее его часть перед "или"). (схема LSTM взята из Understanding LSTM...
A Gentle Introduction to Generative Adversarial Networks (GANs)
https://machinelearningmastery.com/what-are-generative-adversarial-networks-gans/
https://machinelearningmastery.com/what-are-generative-adversarial-networks-gans/
A collection of various deep learning architectures, models, and tips
https://github.com/rasbt/deeplearning-models
https://github.com/rasbt/deeplearning-models
GitHub
GitHub - rasbt/deeplearning-models: A collection of various deep learning architectures, models, and tips
A collection of various deep learning architectures, models, and tips - rasbt/deeplearning-models
Tips for Training Stable Generative Adversarial Networks
https://machinelearningmastery.com/how-to-train-stable-generative-adversarial-networks/
https://machinelearningmastery.com/how-to-train-stable-generative-adversarial-networks/
Forwarded from Artificial Intelligence
Artificial Intelligence In Healthcare | Examples Of AI In Healthcare
https://www.youtube.com/watch?v=j6EB9HO6acE
https://www.youtube.com/watch?v=j6EB9HO6acE
YouTube
Artificial Intelligence In Healthcare | Examples Of AI In Healthcare | Edureka
* Machine Learning Engineer Masters Program: https://www.edureka.co/masters-program/machine-learning-engineer-training *
Artificial Intelligence in Healthcare is revolutionizing the medical industry by providing a helping hand. This Edureka session will help…
Artificial Intelligence in Healthcare is revolutionizing the medical industry by providing a helping hand. This Edureka session will help…
How to Implement GAN Hacks to Train Stable Generative Adversarial Networks
https://machinelearningmastery.com/how-to-code-generative-adversarial-network-hacks/
https://machinelearningmastery.com/how-to-code-generative-adversarial-network-hacks/
MachineLearningMastery.com
How to Implement GAN Hacks in Keras to Train Stable Models - MachineLearningMastery.com
Generative Adversarial Networks, or GANs, are challenging to train.
This is because the architecture involves both a generator and a discriminator model that compete in a zero-sum game. It means that improvements to one model come at the cost of a degrading…
This is because the architecture involves both a generator and a discriminator model that compete in a zero-sum game. It means that improvements to one model come at the cost of a degrading…
Stand-Alone Self-Attention in Vision Models
Paper: https://arxiv.org/abs/1906.05909
Paper: https://arxiv.org/abs/1906.05909
arXiv.org
Stand-Alone Self-Attention in Vision Models
Convolutions are a fundamental building block of modern computer vision systems. Recent approaches have argued for going beyond convolutions in order to capture long-range dependencies. These...
The 2019 IEEE Conference on Computer Vision and Pattern Recognition
Best Papers
https://syncedreview.com/2019/06/18/cvpr-2019-attracts-9k-attendees-best-papers-announced-imagenet-honoured-10-years-later/
Best Papers
https://syncedreview.com/2019/06/18/cvpr-2019-attracts-9k-attendees-best-papers-announced-imagenet-honoured-10-years-later/
Synced | AI Technology & Industry Review
CVPR 2019 Attracts 9K Attendees; Best Papers Announced; ImageNet Honoured 10 Years Later | Synced
The 2019 IEEE Conference on Computer Vision and Pattern Recognition (CVPR) kicked off today in Long Beach, California. CVPR is one of the world’s top three academic conferences in the field of computer vision (along with ICCV and ECCV). A total of 1300 papers…
We Can All Become Video Game Characters With This AI
Video: https://www.youtube.com/watch?v=Y73iUAh56iI
Paper: https://arxiv.org/abs/1904.08379
Video: https://www.youtube.com/watch?v=Y73iUAh56iI
Paper: https://arxiv.org/abs/1904.08379
Adapters: A Compact and Extensible Transfer Learning Method for NLP
https://medium.com/dair-ai/adapters-a-compact-and-extensible-transfer-learning-method-for-nlp-6d18c2399f62
https://medium.com/dair-ai/adapters-a-compact-and-extensible-transfer-learning-method-for-nlp-6d18c2399f62
Medium
Adapters: A Compact and Extensible Transfer Learning Method for NLP
Adapters obtain comparable results to BERT on several NLP tasks while achieving parameter efficiency.