Neural Net in 7 different frameworks
https://github.com/ilkarman/DeepLearningFrameworks/
https://github.com/ilkarman/DeepLearningFrameworks/
GitHub
GitHub - ilkarman/DeepLearningFrameworks: Demo of running NNs across different frameworks
Demo of running NNs across different frameworks. Contribute to ilkarman/DeepLearningFrameworks development by creating an account on GitHub.
Example on how to use TensorFlow's Estimator, Experiment & Dataset API's
https://medium.com/onfido-tech/higher-level-apis-in-tensorflow-67bfb602e6c0
https://medium.com/onfido-tech/higher-level-apis-in-tensorflow-67bfb602e6c0
Medium
Higher-Level APIs in TensorFlow
How to use Estimator, Experiment and Dataset to train models
1 сентября – день знаний. Узнайте всё необходимое про нейронные сети
https://habrahabr.ru/company/microsoft/blog/336890/
https://habrahabr.ru/company/microsoft/blog/336890/
Habr
1 сентября – день знаний. Узнайте всё необходимое про нейронные сети
Друзья!
Мы поздравляем всех наших подписчиков с днем знаний и желаем, чтобы знаний было больше, их приобретение – интересным, а сами знания – более полезными.
Чтобы воплотить эти пожелания в...
Мы поздравляем всех наших подписчиков с днем знаний и желаем, чтобы знаний было больше, их приобретение – интересным, а сами знания – более полезными.
Чтобы воплотить эти пожелания в...
“Восстание МашинLearning” или совмещаем хобби по Data Science и анализу спектров лампочек
https://habrahabr.ru/post/337040/
https://habrahabr.ru/post/337040/
Хабр
“Восстание МашинLearning” или совмещаем хобби по Data Science и анализу спектров лампочек
В завершающей статье цикла, посвящённого обучению Data Science с нуля, я делился планами совместить мое старое и новое хобби и разместить результат на Хабре. Пос...
Making Predictions with Sequences
https://machinelearningmastery.com/sequence-prediction/
https://machinelearningmastery.com/sequence-prediction/
MachineLearningMastery.com
Making Predictions with Sequences - MachineLearningMastery.com
Sequence prediction is different from other types of supervised learning problems. The sequence imposes an order on the observations that must be preserved when training models and making predictions. Generally, prediction problems that involve sequence data…
How to Diagnose Overfitting and Underfitting of LSTM Models
https://machinelearningmastery.com/diagnose-overfitting-underfitting-lstm-models/
https://machinelearningmastery.com/diagnose-overfitting-underfitting-lstm-models/
My Neural Network isn't working! What should I do? - A list of common mistakes made by newcomers to neural networks.
http://theorangeduck.com/page/neural-network-not-working
http://theorangeduck.com/page/neural-network-not-working
Theorangeduck
My Neural Network isn't working! What should I do?
Computer Science, Machine Learning, Programming, Art, Mathematics, Philosophy, and Short Fiction
Summary of DataScience Summer School at Polytechnique, with Bengio et al.
https://gmarti.gitlab.io/ml/2017/09/02/ds3-datascience-polytechnique.html
https://gmarti.gitlab.io/ml/2017/09/02/ds3-datascience-polytechnique.html
gmarti.gitlab.io
[Field report] Data Science Summer School at Ecole Polytechnique (with Bengio, Russell, Bousquet, Archambeau and others)
A small field report with personal viewpoint about the Data Science Summer School (Ecole Polytechnique) Monday, Aug. 28 – Friday, Sept. 1, 2017.
Word Ordering: Can Neural Networks Put a Scramble of Words in Correct Order?
https://github.com/Kyubyong/word_ordering
https://github.com/Kyubyong/word_ordering
GitHub
GitHub - Kyubyong/word_ordering: Can neural networks order a scramble of words correctly?
Can neural networks order a scramble of words correctly? - GitHub - Kyubyong/word_ordering: Can neural networks order a scramble of words correctly?
Beginner's review of Gan Architectures
https://sigmoidal.io/beginners-review-of-gan-architectures/
https://sigmoidal.io/beginners-review-of-gan-architectures/
Sigmoidal
GAN Deep Learning Architectures - review - Sigmoidal
In this post, we give a comprehensive introduction to Generative Adversarial Networks (GANs) and provide you with tricks that would improve your results.
Benchmarking neural architectures for text classification
http://nadbordrozd.github.io/blog/2017/08/12/looking-for-the-text-top-model/
http://nadbordrozd.github.io/blog/2017/08/12/looking-for-the-text-top-model/
nadbordrozd.github.io
Looking for the Text Top Model - DS lore
Looking for the Text Top Model Aug 12th, 2017 4:49 pm TL;DR: I tested a bunch of neural network architectures plus SVM + NB on several text …
Learning to track objects in 4D data
https://summerofhpc.prace-ri.eu/learning-to-track-objects-in-4d-data/
https://summerofhpc.prace-ri.eu/learning-to-track-objects-in-4d-data/
summerofhpc.prace-ri.eu
Learning to track objects in 4D data
At the time when I wrote my last blog post (check it out if you didn't read it!) I was quite happy with the state of my Summer of HPC project Tracing in 4D data. I had completed the implementation of a 3D version of the object tracking algorithm Medianflow…
Нейросетевая игра в имитацию
https://habrahabr.ru/company/ods/blog/322514/
https://habrahabr.ru/company/ods/blog/322514/
Habr
Нейросетевая игра в имитацию
Здравствуйте, коллеги. В конце 1960-ых годов прошлого века Ричард Фейнман прочитал в Калтехе курс лекций по общей физике. Фейнман согласился прочитать свой курс ровно один раз. Университет понимал,...
A Gentle Introduction to RNN Unrolling
https://machinelearningmastery.com/rnn-unrolling/
https://machinelearningmastery.com/rnn-unrolling/
MachineLearningMastery.com
A Gentle Introduction to RNN Unrolling - MachineLearningMastery.com
Recurrent neural networks are a type of neural network where the outputs from previous time steps are fed as input to the current time step.
This creates a network graph or circuit diagram with cycles, which can make it difficult to understand how information…
This creates a network graph or circuit diagram with cycles, which can make it difficult to understand how information…
Creative Applications of Deep Learning with TensorFlow Python package
https://github.com/pkmital/pycadl
https://github.com/pkmital/pycadl
GitHub
pkmital/pycadl
pycadl - Python package with source code from the course "Creative Applications of Deep Learning w/ TensorFlow"
Chatbot in 200 lines of code [TensorFlow]
https://github.com/zsdonghao/seq2seq-chatbot
https://github.com/zsdonghao/seq2seq-chatbot
GitHub
GitHub - tensorlayer/seq2seq-chatbot: Chatbot in 200 lines of code using TensorLayer
Chatbot in 200 lines of code using TensorLayer. Contribute to tensorlayer/seq2seq-chatbot development by creating an account on GitHub.
ML Grid — библиотека машинного обучения в Apache Ignite
https://habrahabr.ru/company/gridgain/blog/332442/
https://habrahabr.ru/company/gridgain/blog/332442/
habrahabr.ru
ML Grid — библиотека машинного обучения в Apache Ignite
Возможности новой библиотеки машинного обучения Apache ML Grid В релиз Apache Ignite 2.0 вошла бета-версия библиотеки машинного обучения Apache Ignite Machine...
Открытый курс OpenDataScience и Mail.ru Group по машинному обучению. Лекция 1. Pandas
https://www.youtube.com/watch?v=dEFxoyJhm3Y
https://www.youtube.com/watch?v=dEFxoyJhm3Y
YouTube
Лекция 1. Pandas. Открытый курс OpenDataScience по машинному обучению mlcourse.ai
For lectures in English, check out this playlist https://bit.ly/2zY6Xe2
То же видео, но с улучшенным звуком https://youtu.be/OAy96yiWohk (Denis Cera, Oleg Butko)
В 1 лекции мы обсудим курс и попрактикуемся в первичном анализе данных с помощью библиотеки…
То же видео, но с улучшенным звуком https://youtu.be/OAy96yiWohk (Denis Cera, Oleg Butko)
В 1 лекции мы обсудим курс и попрактикуемся в первичном анализе данных с помощью библиотеки…
Bloom embedding layers: recommendations with compressed latent representations
https://github.com/maciejkula/spotlight/tree/master/examples/bloom_embeddings
https://github.com/maciejkula/spotlight/tree/master/examples/bloom_embeddings
GitHub
maciejkula/spotlight
Deep recommender models using PyTorch. Contribute to maciejkula/spotlight development by creating an account on GitHub.