How to Automatically Generate Textual Denoscriptions for Photographs with Deep Learning
https://machinelearningmastery.com/how-to-caption-photos-with-deep-learning/
https://machinelearningmastery.com/how-to-caption-photos-with-deep-learning/
Understanding Hinton’s Capsule Networks. Part I: Intuition.
https://medium.com/@pechyonkin/understanding-hintons-capsule-networks-part-i-intuition-b4b559d1159b
https://medium.com/@pechyonkin/understanding-hintons-capsule-networks-part-i-intuition-b4b559d1159b
Medium
Understanding Hinton’s Capsule Networks. Part I: Intuition.
Update: Part II is available here.
SLING: A Natural Language Frame Semantic Parser
https://research.googleblog.com/2017/11/sling-natural-language-frame-semantic.html
https://research.googleblog.com/2017/11/sling-natural-language-frame-semantic.html
Google AI Blog
SLING: A Natural Language Frame Semantic Parser
Posted by Michael Ringgaard, Software Engineer and Rahul Gupta, Research Scientist Until recently, most practical natural language understan...
Distributed Deep Learning with Keras on Apache Spark
https://www.qubole.com/blog/distributed-deep-learning-keras-apache-spark/
https://www.qubole.com/blog/distributed-deep-learning-keras-apache-spark/
Qubole
Distributed Deep Learning on Apache Spark with Keras | Qubole
Distributed deep learning allows for internet scale dataset sizes, as exemplified by many huge enterprises. This blog post demonstrates how an organization of any size can leverage distributed deep learning on Spark thanks to the Qubole Data Service (QDS).
Popular types of neural networks and their applications in real life
https://blog.statsbot.co/neural-networks-for-beginners-d99f2235efca
https://blog.statsbot.co/neural-networks-for-beginners-d99f2235efca
Medium
Neural Networks for Beginners: Popular Types and Applications
An introduction to neural networks learning
Implementing MaLSTM on Kaggle’s Quora Question Pairs competition
https://medium.com/mlreview/implementing-malstm-on-kaggles-quora-question-pairs-competition-8b31b0b16a07
https://medium.com/mlreview/implementing-malstm-on-kaggles-quora-question-pairs-competition-8b31b0b16a07
Medium
How to predict Quora Question Pairs using Siamese Manhattan LSTM
The article is about Manhattan LSTM (MaLSTM) — a Siamese deep network and its appliance to Kaggle’s Quora Pairs competition. I will do my…
Building an object detection toolkit with TensorFlow (video)
https://youtu.be/CAYn6A1zsrw
https://youtu.be/CAYn6A1zsrw
YouTube
Alan Descoins & Javier Rey
Способы экстраполяции картинок
https://graphicdesign.stackexchange.com/questions/26385/difference-between-none-linear-cubic-and-sinclanczos3-interpolation-in-image
https://graphicdesign.stackexchange.com/questions/26385/difference-between-none-linear-cubic-and-sinclanczos3-interpolation-in-image
Graphic Design Stack Exchange
Difference between None, Linear, Cubic and Sinc(Lanczos3) interpolation in image scaling?
While scaling images in GIMP in the Quality section I was prompted to choose one of the following interpolations:
None
Linear
Cubic
Sinc(Lanczos3)
What is the difference between these and which o...
None
Linear
Cubic
Sinc(Lanczos3)
What is the difference between these and which o...
A Gentle Introduction to Text Summarization
https://machinelearningmastery.com/gentle-introduction-text-summarization/
https://machinelearningmastery.com/gentle-introduction-text-summarization/
MachineLearningMastery.com
A Gentle Introduction to Text Summarization - MachineLearningMastery.com
Text summarization is the problem of creating a short, accurate, and fluent summary of a longer text document. Automatic text summarization methods are greatly needed to address the ever-growing amount of text data available online to both better help discover…
Realtime object detection by Google.
https://research.googleblog.com/2017/11/automl-for-large-scale-image.html
https://research.googleblog.com/2017/11/automl-for-large-scale-image.html
Google AI Blog
AutoML for large scale image classification and object detection
Posted by Barret Zoph, Vijay Vasudevan, Jonathon Shlens and Quoc Le, Research Scientists, Google Brain Team A few months ago, we introduce...
High-Resolution Image Synthesis and Semantic Manipulation with Conditional GANs
https://tcwang0509.github.io/pix2pixHD/
https://tcwang0509.github.io/pix2pixHD/
tcwang0509.github.io
High-Resolution Image Synthesis and Semantic Manipulation with Conditional GANs
Receptive field estimation for Keras and Tensorflow
https://github.com/fornaxai/receptivefield
https://github.com/fornaxai/receptivefield
GitHub
GitHub - shelfwise/receptivefield: Gradient based receptive field estimation for Convolutional Neural Networks
Gradient based receptive field estimation for Convolutional Neural Networks - GitHub - shelfwise/receptivefield: Gradient based receptive field estimation for Convolutional Neural Networks
How to implement CapsNets using TensorFlow - Aurélien Géron
https://youtu.be/2Kawrd5szHE
https://youtu.be/2Kawrd5szHE
YouTube
How to implement CapsNets using TensorFlow
This video will show you how to implement a Capsule Network in TensorFlow. You will learn more about CapsNets, as well as tips & tricks on using TensorFlow more efficiently. Hope you like it!
Subscribe for more Machine Learning and Deep Learning videos.…
Subscribe for more Machine Learning and Deep Learning videos.…
Word embeddings: exploration, explanation, and exploitation (with code in Python)
https://medium.com/@hol_io/word-embeddings-exploration-explanation-and-exploitation-with-code-in-python-5dac99d5d795
https://medium.com/@hol_io/word-embeddings-exploration-explanation-and-exploitation-with-code-in-python-5dac99d5d795
Medium
Word embeddings: exploration, explanation, and exploitation (with code in Python)
Word embeddings discussion is the topic being talked about by every natural language processing scientist for many-many years, so don’t…
Convolutional Neural Networks for Sentence Classification(TextCNN) implements by Tensorflow 1.4
https://github.com/DongjunLee/text-cnn-tensorflow
https://github.com/DongjunLee/text-cnn-tensorflow
GitHub
DongjunLee/text-cnn-tensorflow
Convolutional Neural Networks for Sentence Classification(TextCNN) implements by TensorFlow - DongjunLee/text-cnn-tensorflow
Project[P] Using T-SNE to Visualise how your Deep Model thinks
https://buzzrobot.com/using-t-sne-to-visualise-how-your-deep-model-thinks-4ba6da0c63a0
https://buzzrobot.com/using-t-sne-to-visualise-how-your-deep-model-thinks-4ba6da0c63a0
Medium
Using T-SNE to Visualise how your Model thinks
Combining the best of both worlds : Depth and Interpretability
PyTorch 0.3 is out with performance improvements, ONNX/CUDA 9/CUDNN 7 support
https://github.com/pytorch/pytorch/releases/tag/v0.3.0
https://github.com/pytorch/pytorch/releases/tag/v0.3.0
GitHub
pytorch/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration - pytorch/pytorch
Understanding unsupervised learning by predicting noise (video podcast)
https://youtu.be/CkSVb1ZMlnU
https://youtu.be/CkSVb1ZMlnU
YouTube
Selective Attention ep 001 - Noise As Targets
Our first video! Paper: Unsupervised Learning by Predicting Noise https://arxiv.org/abs/1704.05310 Authors: Piotr Bojanowski, Armand Joulin Institution: Face...