Datasets for Natural Language Processing
https://machinelearningmastery.com/datasets-natural-language-processing/
https://machinelearningmastery.com/datasets-natural-language-processing/
MachineLearningMastery.com
Datasets for Natural Language Processing - MachineLearningMastery.com
You need datasets to practice on when getting started with deep learning for natural language processing tasks. It is better to use small datasets that you can download quickly and do not take too long to fit models. Further, it is also helpful to use standard…
Promise of Deep Learning for Natural Language Processing
https://machinelearningmastery.com/promise-deep-learning-natural-language-processing/
https://machinelearningmastery.com/promise-deep-learning-natural-language-processing/
Machine Learning Mastery
Promise of Deep Learning for Natural Language Processing
The promise of deep learning in the field of natural language processing is the better performance by models that may require more data but less linguistic expertise to train and operate. There is a lot of hype and large claims around deep learning methods…
Multi-Task Learning Objectives for Natural Language Processing
http://ruder.io/multi-task-learning-nlp/
http://ruder.io/multi-task-learning-nlp/
ruder.io
Multi-Task Learning Objectives for Natural Language Processing
Multi-task learning is becoming increasingly popular in NLP but it is still not understood very well which tasks are useful. As inspiration, this post gives an overview of the most common auxiliary tasks used for multi-task learning for NLP.
Highlights of EMNLP 2017: Exciting datasets, return of the clusters, and more
http://ruder.io/highlights-emnlp-2017/
http://ruder.io/highlights-emnlp-2017/
Sebastian Ruder
Highlights of EMNLP 2017
This post gives an overview of highlights of the Conference on Empirical Methods in Natural Language Processing (EMNLP) 2017 in Copenhagen.
Dockerface: An easy to use docker solution for deep learning face detection.
https://github.com/natanielruiz/dockerface
https://github.com/natanielruiz/dockerface
GitHub
natanielruiz/dockerface
Face detection using deep learning. Contribute to natanielruiz/dockerface development by creating an account on GitHub.
Semantic Segmentation using a Fully Convolutional Neural Network
https://github.com/upul/Semantic_Segmentation
https://github.com/upul/Semantic_Segmentation
GitHub
upul/Semantic_Segmentation
Semantic Segmentation using Fully Convolutional Neural Network. - upul/Semantic_Segmentation
Константин Воронцов. Многокритериальный тематический анализ текстовых коллекций
5 октября, 18:10 – 19:30
Кочновский проезд, 3, ауд. 205
Заказать пропуск на проход в здание можно на computerscience@hse.ru
https://cs.hse.ru/data/2017/09/18/1173189416/171005_Vorontsov.pdf
5 октября, 18:10 – 19:30
Кочновский проезд, 3, ауд. 205
Заказать пропуск на проход в здание можно на computerscience@hse.ru
https://cs.hse.ru/data/2017/09/18/1173189416/171005_Vorontsov.pdf
A Gentle Introduction to the Bag-of-Words Model
https://machinelearningmastery.com/gentle-introduction-bag-words-model/
https://machinelearningmastery.com/gentle-introduction-bag-words-model/
How to Develop Word Embeddings in Python with Gensim
https://machinelearningmastery.com/develop-word-embeddings-python-gensim/
https://machinelearningmastery.com/develop-word-embeddings-python-gensim/
GANs are Broken in More than One Way: The Numerics of GANs
http://www.inference.vc/my-notes-on-the-numerics-of-gans/
http://www.inference.vc/my-notes-on-the-numerics-of-gans/
inFERENCe
GANs are Broken in More than One Way: The Numerics of GANs
Last year, when I was on a mission to "fix GANs" I had a tendency to focus only
on what the loss function is, and completely disregard the issue of how do we
actually find a minimum. Here is the paper that has finally challenged that
attitude:
* Mescheder…
on what the loss function is, and completely disregard the issue of how do we
actually find a minimum. Here is the paper that has finally challenged that
attitude:
* Mescheder…
Vanilla LSTM with numpy
http://blog.varunajayasiri.com/numpy_lstm.html
http://blog.varunajayasiri.com/numpy_lstm.html
Sequence Pair Classification in TensorFlow using Sequence-Semantic-Embeddings (SSE)
https://github.com/eBay/Sequence-Semantic-Embedding
https://github.com/eBay/Sequence-Semantic-Embedding
GitHub
GitHub - eBay/Sequence-Semantic-Embedding: Tools and recipes to train deep learning models and build services for NLP tasks such…
Tools and recipes to train deep learning models and build services for NLP tasks such as text classification, semantic search ranking and recall fetching, cross-lingual information retrieval, and q...
Code for Unsupervised Image to Image Translation Networks
https://github.com/leehomyc/Img2Img-Translation-Networks
https://github.com/leehomyc/Img2Img-Translation-Networks
GitHub
GitHub - leehomyc/Img2Img-Translation-Networks: Tensorflow implementation of paper "unsupervised image to image translation networks"
Tensorflow implementation of paper "unsupervised image to image translation networks" - GitHub - leehomyc/Img2Img-Translation-Networks: Tensorflow implementation of paper &quo...
Ежемесячная рубрика «Читаем статьи за вас». Сентябрь 2017
https://habrahabr.ru/company/ods/blog/339094/
https://habrahabr.ru/company/ods/blog/339094/
Habr
Рубрика «Читаем статьи за вас». Сентябрь 2017
Привет, Хабр! Мы продолжаем нашу традицию и снова выпускаем ежемесячный набор рецензий на научные статьи от членов сообщества Open Data Science из канала #article_essense. Хотите получать их раньше...
Singular Value Decomposition (SVD) Tutorial: Applications, Examples, Exercises
https://blog.statsbot.co/singular-value-decomposition-tutorial-52c695315254
https://blog.statsbot.co/singular-value-decomposition-tutorial-52c695315254
Interactive Visualizations In Jupyter Notebook
https://medium.com/towards-data-science/interactive-visualizations-in-jupyter-notebook-3be02ab2b8cd
https://medium.com/towards-data-science/interactive-visualizations-in-jupyter-notebook-3be02ab2b8cd
Medium
Interactive Visualizations In Jupyter Notebook
This entry is a non-exhaustive introduction on how to create interactive content directly from your Jupyter notebook.
Visualising Activation Functions in Neural Networks
https://dashee87.github.io/data%20science/deep%20learning/visualising-activation-functions-in-neural-networks/
https://dashee87.github.io/data%20science/deep%20learning/visualising-activation-functions-in-neural-networks/
dashee87.github.io
Visualising Activation Functions in Neural Networks
Using D3, this post visually explores activation functions, a fundamental component of neural networks.