Open Questions about Generative Adversarial Networks
Problem 1: What are the trade-offs between GANs and other generative models?
Problem 2: What sorts of distributions can GANs model?
Problem 3: How can we Scale GANs beyond image synthesis?
Problem 4: What can we say about the global convergence of the training dynamics?
Problem 5: How should we evaluate GANs and when should we use them?
Problem 6: How does GAN training scale with batch size?
Problem 7: What is the relationship between GANs and adversarial examples?
Link: https://distill.pub/2019/gan-open-problems/
Problem 1: What are the trade-offs between GANs and other generative models?
Problem 2: What sorts of distributions can GANs model?
Problem 3: How can we Scale GANs beyond image synthesis?
Problem 4: What can we say about the global convergence of the training dynamics?
Problem 5: How should we evaluate GANs and when should we use them?
Problem 6: How does GAN training scale with batch size?
Problem 7: What is the relationship between GANs and adversarial examples?
Link: https://distill.pub/2019/gan-open-problems/
Distill
Open Questions about Generative Adversarial Networks
What we'd like to find out about GANs that we don't know yet.
Visualising Model Response with easyalluvial
This article will show how you can use alluvial plots to visualise model response in up to 4 dimensions. easyalluvial generates an artificial data space using fixed values for unplotted variables or uses the partial dependence plotting method. It is model agnostic but offers some convenient wrappers for caret models.
Link: https://www.datisticsblog.com/2019/04/visualising-model-response-with-easyalluvial/
This article will show how you can use alluvial plots to visualise model response in up to 4 dimensions. easyalluvial generates an artificial data space using fixed values for unplotted variables or uses the partial dependence plotting method. It is model agnostic but offers some convenient wrappers for caret models.
Link: https://www.datisticsblog.com/2019/04/visualising-model-response-with-easyalluvial/
datistics
Visualising Model Response with easyalluvial
In this tutorial I want to show how you can use alluvial plots to visualise model response in up to 4 dimensions. easyalluvial generates an artificial data space using fixed values for unplotted variables or uses the partial dependence plotting method. It…
Essential Guide to keep up with AI/ML/CV
These fields are booming these days. In order not to become rusty, one has to constantly follow the updates. Here is the essential guide on how to keep up with the important news/papers/discussions/tutorials. This guide is by no means an exhaustive one so contributions are truly welcome.
Link: https://github.com/BAILOOL/DoYouEvenLearn
These fields are booming these days. In order not to become rusty, one has to constantly follow the updates. Here is the essential guide on how to keep up with the important news/papers/discussions/tutorials. This guide is by no means an exhaustive one so contributions are truly welcome.
Link: https://github.com/BAILOOL/DoYouEvenLearn
GitHub
GitHub - BAILOOL/DoYouEvenLearn: Essential Guide to keep up with AI/ML/DL/CV
Essential Guide to keep up with AI/ML/DL/CV. Contribute to BAILOOL/DoYouEvenLearn development by creating an account on GitHub.
**Random Forests for Complete Beginners**
The definitive guide to Random Forests and Decision Trees. You will learn what Random Forests are and how they work from the ground up.
Link: https://victorzhou.com/blog/intro-to-random-forests/
The definitive guide to Random Forests and Decision Trees. You will learn what Random Forests are and how they work from the ground up.
Link: https://victorzhou.com/blog/intro-to-random-forests/
Victorzhou
Random Forests for Complete Beginners - victorzhou.com
The definitive guide to Random Forests and Decision Trees.
Forecasting: Principles and Practice
This interactive textbook is intended to provide a comprehensive introduction to forecasting methods and to present enough information about each method for readers to be able to use them sensibly.
Link: http://bit.ly/2KXjtlS
This interactive textbook is intended to provide a comprehensive introduction to forecasting methods and to present enough information about each method for readers to be able to use them sensibly.
Link: http://bit.ly/2KXjtlS
Otexts
Forecasting: Principles and Practice (2nd ed)
2nd edition
If you want to share any useful links in our digest, please send them here: http://bit.ly/2KZzJml
Google Docs
DataScience Digest
A Repository of Conversational Datasets
This repository provides tools to create reproducible datasets for training and evaluating models of conversational response. This includes:
— Reddit — 3.7 billion comments structured in threaded conversations.
— OpenSubnoscripts — over 400 million lines from the movie and television subnoscripts (available in English and other languages).
— Amazon QA — over 3.6 million question-response pairs in the context of Amazon products.
Link: http://bit.ly/2KVq8wG
This repository provides tools to create reproducible datasets for training and evaluating models of conversational response. This includes:
— Reddit — 3.7 billion comments structured in threaded conversations.
— OpenSubnoscripts — over 400 million lines from the movie and television subnoscripts (available in English and other languages).
— Amazon QA — over 3.6 million question-response pairs in the context of Amazon products.
Link: http://bit.ly/2KVq8wG
GitHub
GitHub - PolyAI-LDN/conversational-datasets: Large datasets for conversational AI
Large datasets for conversational AI. Contribute to PolyAI-LDN/conversational-datasets development by creating an account on GitHub.
Best of arXiv.org for AI, Machine Learning, and Deep Learning — March 2019
This article will review research papers appearing on the arXiv.org preprint server for compelling subjects relating to AI, machine learning and deep learning — from disciplines including statistics, mathematics and computer science — and provide you with a useful «best of» list for the past month.
Link: http://bit.ly/2L2PRTS
This article will review research papers appearing on the arXiv.org preprint server for compelling subjects relating to AI, machine learning and deep learning — from disciplines including statistics, mathematics and computer science — and provide you with a useful «best of» list for the past month.
Link: http://bit.ly/2L2PRTS
insideBIGDATA
Best of arXiv.org for AI, Machine Learning, and Deep Learning – March 2019
In this recurring monthly feature, we will filter all the recent research papers appearing in the arXiv.org preprint server for subjects relating to AI, [...]
Interactive web-based data visualization with R, plotly, and shiny
An interactive book in which you'll gain insight and practical skills for creating interactive and dynamic web graphics for data analysis from R.
Link:http://bit.ly/2L8IzhA
An interactive book in which you'll gain insight and practical skills for creating interactive and dynamic web graphics for data analysis from R.
Link:http://bit.ly/2L8IzhA
Plotly-R
Interactive web-based data visualization with R, plotly, and shiny
A useR guide to creating highly interactive graphics for exploratory and expository visualization.
Better NLP library
A library using state of the art NLP libraries to make it easier to work with textual data. Using Spacy, Texacy, Gensim and a number of python libraries to make extracting NLP information from text easier, comparable and measurable. Contributions are welcome, it's just a pull request away.
Link: https://github.com/neomatrix369/awesome-ai-ml-dl/tree/master/examples/better-nlp
A library using state of the art NLP libraries to make it easier to work with textual data. Using Spacy, Texacy, Gensim and a number of python libraries to make extracting NLP information from text easier, comparable and measurable. Contributions are welcome, it's just a pull request away.
Link: https://github.com/neomatrix369/awesome-ai-ml-dl/tree/master/examples/better-nlp
GitHub
awesome-ai-ml-dl/examples/better-nlp at master · neomatrix369/awesome-ai-ml-dl
Awesome Artificial Intelligence, Machine Learning and Deep Learning as we learn it. Study notes and a curated list of awesome resources of such topics. - awesome-ai-ml-dl/examples/better-nlp at mas...
Introducing d3-regression
This article will introduce you to d3-regression — D3.js module for calculating statistical regressions from two-dimensional data. It is dependency-free, and its API exposes configurable functions that transform input data as other D3 modules.
Link: http://bit.ly/2LbaQUK
This article will introduce you to d3-regression — D3.js module for calculating statistical regressions from two-dimensional data. It is dependency-free, and its API exposes configurable functions that transform input data as other D3 modules.
Link: http://bit.ly/2LbaQUK
Observable
Introducing d3-regression
d3-regression is a D3.js module for calculating statistical regressions from two-dimensional data. It is dependency-free, and its API exposes configurable functions that transform input data, in the manner of other D3 modules. d3-regression can currently…
Aroma: Using machine learning for code recommendation
In this article, you will learn about Aroma - a code-to-code search and recommendation tool that uses machine learning (ML) to simplify gaining insights from big codebases.
Link: http://bit.ly/2La3T6u
In this article, you will learn about Aroma - a code-to-code search and recommendation tool that uses machine learning (ML) to simplify gaining insights from big codebases.
Link: http://bit.ly/2La3T6u
Engineering at Meta
Aroma: Using machine learning for code recommendation
We created Aroma, a code-to-code search and recommendation tool that uses ML to make the process of gaining insights from big codebases much easier.
An End-to-End Project on Time Series Analysis and Forecasting with Python
This article explains how to use time series for non-stationary data, like economic, weather, stock price, and retail sales. You will learn different approaches for forecasting retail sales time series.
Link: http://bit.ly/2LaZT5F
This article explains how to use time series for non-stationary data, like economic, weather, stock price, and retail sales. You will learn different approaches for forecasting retail sales time series.
Link: http://bit.ly/2LaZT5F
Medium
An End-to-End Project on Time Series Analysis and Forecasting with Python
Time series analysis comprises methods for analyzing time series data in order to extract meaningful statistics and other characteristics…
AutoML for Data Augmentation
In this article, you will learn about DeepAugment — an AutoML tool focusing on data augmentation. It utilizes Bayesian optimization for discovering data augmentation strategies tailored to your image dataset.
Link: http://bit.ly/2W9H9o5
In this article, you will learn about DeepAugment — an AutoML tool focusing on data augmentation. It utilizes Bayesian optimization for discovering data augmentation strategies tailored to your image dataset.
Link: http://bit.ly/2W9H9o5
Insight Fellows Program
AutoML for Data Augmentation
DeepAugment is designed as a fast and flexible autoML data augmentation solution.
Using Reinforcement Learning to Design a Better Rocket Engine
In this article, you will learn how to use reinforcement learning to develop innovative solutions in rocket engine development. You will see how ML techniques can be applied to the manufacturing industry and learn more about the role of the Machine Learning Product Manager.
Link: http://bit.ly/2VdABIQ
In this article, you will learn how to use reinforcement learning to develop innovative solutions in rocket engine development. You will see how ML techniques can be applied to the manufacturing industry and learn more about the role of the Machine Learning Product Manager.
Link: http://bit.ly/2VdABIQ
Insight Fellows Program
Using Reinforcement Learning to Design a Better Rocket Engine
Applying ML techniques to the manufacturing industry and the crucial role ML Product Managers play.
Top 5 Interesting Applications of GANs for Every Machine Learning Enthusiast!
In this article, you will learn about five intriguing applications of GANs that are prevalent in the industry: GANs for Image Editing, Using GANs for Security, Generating Data using GANs, GANs for Attention Prediction, GANs for 3D Object Generation. Links to research papers for each GAN application are included.
Link: http://bit.ly/2GQgsyr
In this article, you will learn about five intriguing applications of GANs that are prevalent in the industry: GANs for Image Editing, Using GANs for Security, Generating Data using GANs, GANs for Attention Prediction, GANs for 3D Object Generation. Links to research papers for each GAN application are included.
Link: http://bit.ly/2GQgsyr
Analytics Vidhya
GANs Applications | GANs in Deep Learning
GANs are becoming ubiquitous in deep learning and their applications are springing up everywhere. Learn the top 5 GAN applications everyone must know about.
A Recommendation Model with PyTorch
This article will outline the idea of Probabilistic Matrix Factorization and its use in recommendation systems on PyTorch.
Link: http://bit.ly/2GZcIuf
This article will outline the idea of Probabilistic Matrix Factorization and its use in recommendation systems on PyTorch.
Link: http://bit.ly/2GZcIuf
CariGANs: Unpaired Photo-to-Caricature Translation
Facial caricature is an art form of drawing faces in an exaggerated way to convey humor or sarcasm. In this paper, we propose the first Generative Adversarial Network (GAN) for unpaired photo-to-caricature translation, which we call "CariGANs". It explicitly models geometric exaggeration and appearance stylization using two components: CariGeoGAN, which only models the geometry-to-geometry transformation from face photos to caricatures, and CariStyGAN, which transfers the style appearance from caricatures to face photos without any geometry deformation. In this way, a difficult cross-domain translation problem is decoupled into two easier tasks. The perceptual study shows that caricatures generated by our CariGANs are closer to the hand-drawn ones, and at the same time better persevere the identity, compared to state-of-the-art methods. Moreover, our CariGANs allow users to control the shape exaggeration degree and change the color/texture style by tuning the parameters or giving an example caricature.
Link: http://bit.ly/2H1wvt1
Facial caricature is an art form of drawing faces in an exaggerated way to convey humor or sarcasm. In this paper, we propose the first Generative Adversarial Network (GAN) for unpaired photo-to-caricature translation, which we call "CariGANs". It explicitly models geometric exaggeration and appearance stylization using two components: CariGeoGAN, which only models the geometry-to-geometry transformation from face photos to caricatures, and CariStyGAN, which transfers the style appearance from caricatures to face photos without any geometry deformation. In this way, a difficult cross-domain translation problem is decoupled into two easier tasks. The perceptual study shows that caricatures generated by our CariGANs are closer to the hand-drawn ones, and at the same time better persevere the identity, compared to state-of-the-art methods. Moreover, our CariGANs allow users to control the shape exaggeration degree and change the color/texture style by tuning the parameters or giving an example caricature.
Link: http://bit.ly/2H1wvt1
Bayes Theorem in One Picture - http://bit.ly/2H1LfrW
Data Science Central
Bayes Theorem in One Picture - DataScienceCentral.com
Bayes’ Theorem is a way to calculate conditional probability. The formula is very simple to calculate, but it can be challenging to fit the right pieces into the puzzle. The first challenge comes from defining your event (A) and test (B); The second challenge…
MRNet Dataset
The MRNet dataset consists of 1,370 knee MRI exams performed at Stanford University Medical Center. The dataset contains 1,104 (80.6%) abnormal exams, with 319 (23.3%) ACL tears and 508 (37.1%) meniscal tears; labels were obtained through manual extraction from clinical reports.
Link: http://bit.ly/2H3YwAg
The MRNet dataset consists of 1,370 knee MRI exams performed at Stanford University Medical Center. The dataset contains 1,104 (80.6%) abnormal exams, with 319 (23.3%) ACL tears and 508 (37.1%) meniscal tears; labels were obtained through manual extraction from clinical reports.
Link: http://bit.ly/2H3YwAg
stanfordmlgroup.github.io
MRNet: A Dataset of KneeMRs and Competition for Automated Knee MR Interpretation.
The MRNet dataset consists of 1,370 knee MRI exams performed at Stanford University Medical Center. The dataset contains 1,104 (80.6%) abnormal exams, with 319 (23.3%) ACL tears and 508 (37.1%) meniscal tears; labels were obtained through manual extraction…
Fast Neural Style Transfer in PyTorch
PyTorch implementation of Fast Neural Style Transfer.
Link: http://bit.ly/2H0Ob8k
PyTorch implementation of Fast Neural Style Transfer.
Link: http://bit.ly/2H0Ob8k
GitHub
eriklindernoren/Fast-Neural-Style-Transfer
Fast Neural Style Transfer in Pytorch. Contribute to eriklindernoren/Fast-Neural-Style-Transfer development by creating an account on GitHub.