3 Ways to Encode Categorical Variables for Deep Learning
https://machinelearningmastery.com/how-to-prepare-categorical-data-for-deep-learning-in-python/
https://machinelearningmastery.com/how-to-prepare-categorical-data-for-deep-learning-in-python/
MachineLearningMastery.com
3 Ways to Encode Categorical Variables for Deep Learning - MachineLearningMastery.com
Machine learning and deep learning models, like those in Keras, require all input and output variables to be numeric. This means that if your data contains categorical data, you must encode it to numbers before you can fit and evaluate a model. The two most…
This media is not supported in your browser
VIEW IN TELEGRAM
Handtrack.js: tracking hand interactions in the browser using Tensorflow.js and 3 lines of code
https://blog.tensorflow.org/2019/11/handtrackjs-tracking-hand-interactions.html
github: https://github.com/victordibia/handtrack.js/
dataset: https://vision.soic.indiana.edu/projects/egohands/
https://blog.tensorflow.org/2019/11/handtrackjs-tracking-hand-interactions.html
github: https://github.com/victordibia/handtrack.js/
dataset: https://vision.soic.indiana.edu/projects/egohands/
Continual Unsupervised Representation Learning
Paper: https://arxiv.org/abs/1910.14481
Code: https://github.com/deepmind/deepmind-research/tree/master/curl
Paper: https://arxiv.org/abs/1910.14481
Code: https://github.com/deepmind/deepmind-research/tree/master/curl
🔥 Fire and smoke detection with Keras and Deep Learning
https://www.pyimagesearch.com/2019/11/18/fire-and-smoke-detection-with-keras-and-deep-learning/
https://www.pyimagesearch.com/2019/11/18/fire-and-smoke-detection-with-keras-and-deep-learning/
PyImageSearch
Fire and smoke detection with Keras and Deep Learning - PyImageSearch
In this tutorial, you will learn how to detect fire and smoke using Computer Vision, OpenCV, and the Keras Deep Learning library.
Understanding the generalization of ‘lottery tickets’ in neural networks
https://ai.facebook.com/blog/understanding-the-generalization-of-lottery-tickets-in-neural-networks/
One ticket to win them all: generalizing lottery ticket initializations across datasets and optimizers
https://arxiv.org/pdf/1906.02773.pdf
https://arxiv.org/pdf/1906.02768.pdf
https://ai.facebook.com/blog/understanding-the-generalization-of-lottery-tickets-in-neural-networks/
One ticket to win them all: generalizing lottery ticket initializations across datasets and optimizers
https://arxiv.org/pdf/1906.02773.pdf
https://arxiv.org/pdf/1906.02768.pdf
Facebook
Understanding the generalization of ‘lottery tickets’ in neural networks
The lottery ticket hypothesis suggests that by training DNNs from “lucky” initializations, we can train networks which are 10-100x smaller with minimal performance losses. In new work, we extend our understanding of this phenomenon in several ways.
Identifying Exoplanets with Neural Networks
https://blog.tensorflow.org/2019/11/identifying-exoplanets-with-neural.html
code: https://github.com/aedattilo/models_K2/tree/master/research/astronet
paper: https://arxiv.org/pdf/1903.10507.pdf
https://blog.tensorflow.org/2019/11/identifying-exoplanets-with-neural.html
code: https://github.com/aedattilo/models_K2/tree/master/research/astronet
paper: https://arxiv.org/pdf/1903.10507.pdf
blog.tensorflow.org
Identifying Exoplanets with Neural Networks
What is an exoplanet? How do we find them? Most importantly, why do we want to find them? Exoplanets are planets outside of our Solar System - they orbit any star other than our Sun.
We can find these exoplanets via a few methods: radial velocity, transits…
We can find these exoplanets via a few methods: radial velocity, transits…
Introducing LIGHT: A multiplayer text adventure game for dialogue research
https://ai.facebook.com/blog/introducing-light-a-multiplayer-text-adventure-game-for-dialogue-research/
Learning in Interactive Games with Humans and Text
https://parl.ai/projects/light/
ParlAI Quick-start
https://parl.ai.s3-website.us-east-2.amazonaws.com/docs/tutorial_quick.html
https://ai.facebook.com/blog/introducing-light-a-multiplayer-text-adventure-game-for-dialogue-research/
Learning in Interactive Games with Humans and Text
https://parl.ai/projects/light/
ParlAI Quick-start
https://parl.ai.s3-website.us-east-2.amazonaws.com/docs/tutorial_quick.html
Facebook
Introducing LIGHT: A multiplayer text adventure game for dialogue research
Learn more about LIGHT, a new large-scale fantasy text adventure game that enable researchers to study language and actions jointly in a game world.
How to Use an Empirical Distribution Function in Python
https://machinelearningmastery.com/empirical-distribution-function-in-python/
https://machinelearningmastery.com/empirical-distribution-function-in-python/
MachineLearningMastery.com
How to Use an Empirical Distribution Function in Python - MachineLearningMastery.com
An empirical distribution function provides a way to model and sample cumulative probabilities for a data sample that does not fit a standard probability distribution.
As such, it is sometimes called the empirical cumulative distribution function, or ECDF…
As such, it is sometimes called the empirical cumulative distribution function, or ECDF…
Optimizing agent behavior over long time scales by transporting value
https://github.com/deepmind/deepmind-research/tree/master/tvt
https://github.com/deepmind/tvt
article: https://arxiv.org/abs/1810.06721
https://github.com/deepmind/deepmind-research/tree/master/tvt
https://github.com/deepmind/tvt
article: https://arxiv.org/abs/1810.06721
GitHub
deepmind-research/tvt at master · deepmind/deepmind-research
This repository contains implementations and illustrative code to accompany DeepMind publications - deepmind/deepmind-research
High-Throughput, Contact-Free Detection of Atrial Fibrillation From Video With Deep Learning
https://jamanetwork.com/journals/jamacardiology/fullarticle/2756246
https://jamanetwork.com/journals/jamacardiology/fullarticle/2756246
Jamanetwork
High-Throughput, Contact-Free Detection of Atrial Fibrillation From Video With Deep Learning
This study uses video and a pretrained deep convolutional neural network to analyze facial photoplethysmographic signals in detection of atrial fibrillation.
Linear Algebra Vectors.pdf
7.5 MB
Introduction to Applied Linear Algebra – Vectors, Matrices, and Least Squares
https://web.stanford.edu/~boyd/vmls/
@ai_machinelearning_big_data
https://web.stanford.edu/~boyd/vmls/
@ai_machinelearning_big_data
A Gentle Introduction to Model Selection for Machine Learning
https://machinelearningmastery.com/a-gentle-introduction-to-model-selection-for-machine-learning/
https://machinelearningmastery.com/a-gentle-introduction-to-model-selection-for-machine-learning/
MachineLearningMastery.com
A Gentle Introduction to Model Selection for Machine Learning - MachineLearningMastery.com
Given easy-to-use machine learning libraries like scikit-learn and Keras, it is straightforward to fit many different machine learning models on a given predictive modeling dataset. The challenge of applied machine learning, therefore, becomes how to choose…
nbdev: use Jupyter Notebooks for everything
https://www.fast.ai//2019/12/02/nbdev/
github: https://github.com/fastai/nbdev/
https://www.fast.ai//2019/12/02/nbdev/
github: https://github.com/fastai/nbdev/
📋 Introducing TensorBoard.dev: a new way to share your ML experiment results
https://blog.tensorflow.org/2019/12/introducing-tensorboarddev-new-way-to.html
article : https://arxiv.org/abs/1910.10683
example: https://tensorboard.dev/experiment/EvNO346lT0iYbmeaWmoNCQ/#scalars
https://blog.tensorflow.org/2019/12/introducing-tensorboarddev-new-way-to.html
article : https://arxiv.org/abs/1910.10683
example: https://tensorboard.dev/experiment/EvNO346lT0iYbmeaWmoNCQ/#scalars
blog.tensorflow.org
Introducing TensorBoard.dev: a new way to share your ML experiment results
The TensorFlow blog contains regular news from the TensorFlow team and the community, with articles on Python, TensorFlow.js, TF Lite, TFX, and more.
Check the Data Science channel where you can find a lot of articles, links and commentaries on them.
Join and learn hot topics of data science @opendatascience
Join and learn hot topics of data science @opendatascience
AR-Net: A simple autoregressive neural network for time series
https://ai.facebook.com/blog/ar-net-a-simple-autoregressive-neural-network-for-time-series/
full paper:
https://arxiv.org/abs/1911.12436
https://ai.facebook.com/blog/ar-net-a-simple-autoregressive-neural-network-for-time-series/
full paper:
https://arxiv.org/abs/1911.12436
Facebook
AR-Net: A simple autoregressive neural network for time series
AR-Net is a new framework that combines the best of both traditional statistical models and neural network models for time series modeling. The feed forward model is not only as interpretable as AR models but is also scalable and easier to use.
A Gentle Introduction to the Bayes Optimal Classifier
https://machinelearningmastery.com/bayes-optimal-classifier/
https://svivek.com/teaching/machine-learning/lectures/slides/prob-learning/bayes-optimal-classifier.pdf
https://machinelearningmastery.com/bayes-optimal-classifier/
https://svivek.com/teaching/machine-learning/lectures/slides/prob-learning/bayes-optimal-classifier.pdf
MachineLearningMastery.com
A Gentle Introduction to the Bayes Optimal Classifier - MachineLearningMastery.com
The Bayes Optimal Classifier is a probabilistic model that makes the most probable prediction for a new example. It is described using the Bayes Theorem that provides a principled way for calculating a conditional probability. It is also closely related to…
Training multi-agent AI systems to solve complex tasks through cooperation
https://ai.facebook.com/blog/using-multi-agent-reinforcement-learning-to-improve-collaboration/
full paper: https://arxiv.org/abs/1910.08809
code: https://github.com/TorchCraft/TorchCraftAI/tree/targeting
https://ai.facebook.com/blog/using-multi-agent-reinforcement-learning-to-improve-collaboration/
full paper: https://arxiv.org/abs/1910.08809
code: https://github.com/TorchCraft/TorchCraftAI/tree/targeting
Facebook
Training multi-agent AI systems to solve complex tasks through cooperation
Facebook AI is releasing a novel approach to cooperative multi-agent reinforcement learning, that assigns tasks to individual agents, making them better at generalizing to more complex situations
Netflix open-sources its Python Framework ‘Metaflow’ for building and managing data science projects
https://www.marktechpost.com/2019/12/04/netflix-open-sources-its-python-framework-metaflow-for-building-and-managing-data-science-projects/
Github: https://github.com/Netflix/metaflow
Documentation: https://docs.metaflow.org/
https://www.marktechpost.com/2019/12/04/netflix-open-sources-its-python-framework-metaflow-for-building-and-managing-data-science-projects/
Github: https://github.com/Netflix/metaflow
Documentation: https://docs.metaflow.org/
MarkTechPost
Netflix open-sources its Python Framework 'Metaflow' for building and managing data science projects
Netflix open-sources its human-friendly Python Framework 'Metaflow' to build and manage real-life data science projects with ease. Metaflow was originally developed at Netflix for addressing the needs of its data scientists who work on demanding real-life…
👍1