GANSynth: Making music with GANs - https://magenta.tensorflow.org/gansynth
In this article, you will learn about GANSynth, a method for generating high-fidelity audio with Generative Adversarial Networks (GANs).
In this article, you will learn about GANSynth, a method for generating high-fidelity audio with Generative Adversarial Networks (GANs).
Magenta
GANSynth: Making music with GANs
In this post, we introduce GANSynth, a method for generating high-fidelity audio with Generative Adversarial Networks (GANs). Colab Notebook 🎵Audio E...
Kubeflow Times Machine Learning — Reproducibility Step by Step - https://medium.com/hydrosphere-io/train-and-deliver-machine-learning-models-to-production-with-a-single-button-push-a6f89dcb1bfb
This article will show a way to create a pipeline that connects machine learning workflow steps (like collecting & preparing data, model training, model deployment and so on) into a single reproducible run, which you can execute with a single button push.
This article will show a way to create a pipeline that connects machine learning workflow steps (like collecting & preparing data, model training, model deployment and so on) into a single reproducible run, which you can execute with a single button push.
Medium
Kubeflow Times Machine Learning — Reproducibility Step by Step
Very often a workflow of training machine learning models and delivering them to production environment contains loads of manual work…
Securing a dockerized plumber API with SSL and Basic Authentication - https://qunis.de/how-to-make-a-dockerized-plumber-api-secure-with-ssl-and-basic-authentication/
In this tutorial, you will learn how to run your R code with a plumber API inside a Docker container.
In this tutorial, you will learn how to run your R code with a plumber API inside a Docker container.
QUNIS
Securing a dockerized plumber API with SSL and Basic Authentication - QUNIS
Securing a dockerized plumber API with SSL and Basic Authentication. The use of docker containers by now is a well established technique ...
Another 10 Free Must-Read Books for Machine Learning and Data Science - https://www.kdnuggets.com/2019/03/another-10-free-must-read-books-for-machine-learning-and-data-science.html
In this article, you will find a few books on elementary machine learning, a few on general machine topics of interest such as feature engineering and model interpretability, an intro to deep learning, a book on Python programming, a pair of data visualizations entrants, and twin reinforcement learning efforts.
In this article, you will find a few books on elementary machine learning, a few on general machine topics of interest such as feature engineering and model interpretability, an intro to deep learning, a book on Python programming, a pair of data visualizations entrants, and twin reinforcement learning efforts.
Six Easy Ways to Run Your Jupyter Notebook in the Cloud - https://www.dataschool.io/cloud-services-for-jupyter-notebook/
This article will review six services you can use to easily run your Jupyter notebook in the cloud. All of them have the following characteristics: they don't require you to install anything on your local machine; they are completely free (or they have a free plan); they give you access to the Jupyter Notebook environment; they allow you to import and export notebooks using the standard .ipynb file format; they support the Python language (and most support other languages as well).
This article will review six services you can use to easily run your Jupyter notebook in the cloud. All of them have the following characteristics: they don't require you to install anything on your local machine; they are completely free (or they have a free plan); they give you access to the Jupyter Notebook environment; they allow you to import and export notebooks using the standard .ipynb file format; they support the Python language (and most support other languages as well).
Data School
Six easy ways to run your Jupyter Notebook in the cloud
Comparing free services for running an interactive Jupyter Notebook in the cloud: Binder, Kaggle Kernels, Google Colab, Azure Notebooks, CoCalc, Datalore.
Computer Vision Tutorial: A Step-by-Step Introduction to Image Segmentation Techniques - https://www.analyticsvidhya.com/blog/2019/04/introduction-image-segmentation-techniques-python/
In this article, you will learn the concept of image segmentation. It is a powerful computer vision algorithm that builds upon the idea of object detection and takes us to a whole new level of working with image data.
In this article, you will learn the concept of image segmentation. It is a powerful computer vision algorithm that builds upon the idea of object detection and takes us to a whole new level of working with image data.
Analytics Vidhya
A Step-by-Step Guide to Image Segmentation Techniques (Part 1)
Learn about image segmentation, its uses, types, and how it differs from image classification and object detection. Read Now!
If you want to share any useful links in our digest, please send them here: https://docs.google.com/forms/d/e/1FAIpQLSeaYhI1B9uRSVM2pIxqCc3lOBBXKuPwd39-Q1d_jk__h-3Xmw/viewform
Google Docs
DataScience Digest
How to Choose the Right Chart Type - https://activewizards.com/blog/how-to-choose-the-right-chart-type-infographic/
This article presents an infographic which shows the possible chart types you can use depending on the data you have.
This article presents an infographic which shows the possible chart types you can use depending on the data you have.
ActiveWizards: AI & Agent Engineering | Data Platforms
How to Choose the Right Chart Type [Infographic] | ActiveWizards: AI & Agent Engineering | Data Platforms
An infographic which shows the possible chart types you can use depending on the data you have.
Scaled Machine Learning Conference 2019 - https://www.youtube.com/playlist?list=PLRM2gQVaW_wWXoUnSfZTxpgDmNaAS1RtG
YouTube
ScaledML 2019 - YouTube
How to Version Control Jupyter Notebooks - https://nextjournal.com/schmudde/how-to-version-control-jupyter
Jupyter notebooks integrate metadata, source code, formatted text, and rich media into a single document, which makes them poor candidates for conventional version control systems. This article explores a variety of ways to version control your notebooks, including built-in solutions and external tools.
Jupyter notebooks integrate metadata, source code, formatted text, and rich media into a single document, which makes them poor candidates for conventional version control systems. This article explores a variety of ways to version control your notebooks, including built-in solutions and external tools.
Nextjournal
How to Version Control Jupyter Notebooks
Jupyter notebooks generate files that may contain metadata, source code, formatted text, and rich media. Unfortunately, this makes these files poor candidates for conventional version control solutions, which works best with plain text.
Which Deep Learning Framework is Growing Fastest?
To answer that question, I looked at the number of job listings on Indeed, Monster, LinkedIn, and SimplyHired. I also evaluated changes in Google search volume, GitHub activity, Medium articles, ArXiv articles, and Quora topic followers. Overall, these sources paint a comprehensive picture of growth in demand, usage, and interest.
Link: https://towardsdatascience.com/which-deep-learning-framework-is-growing-fastest-3f77f14aa318
To answer that question, I looked at the number of job listings on Indeed, Monster, LinkedIn, and SimplyHired. I also evaluated changes in Google search volume, GitHub activity, Medium articles, ArXiv articles, and Quora topic followers. Overall, these sources paint a comprehensive picture of growth in demand, usage, and interest.
Link: https://towardsdatascience.com/which-deep-learning-framework-is-growing-fastest-3f77f14aa318
Medium
Which Deep Learning Framework is Growing Fastest?
TensorFlow vs. PyTorch
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.