A beginner’s guide to understanding the inner workings of Deep Learning
作者:James Loy 来源:medium
发布时间:2019-03-29 10:13:11
Bugs and software have gone hand in hand since the beginning of computer programming. Over time, software developers have established a set of best practices for testing and debugging before deployment, but these practices are not suited for modern deep learning systems. Today, the prevailing practice in machine learning is to train a system on a training data set, and then test it on another set. While this reveals the average-case performance of models, it is also crucial to ensure robustness, or acceptably high performance even in the worst case. In this article, we describe three approaches for rigorously identifying and eliminating bugs in learned predictive models: adversarial testing, robust learning, and formal verification.
作者:DeepMind 来源:DeepMind
发布时间:2019-03-29 01:00:00
Downloadable PDF of Best AI Cheat Sheets in Super High Definition
作者:Stefan Kojouharov 来源:medium
发布时间:2019-03-22 11:02:51
The Most Complete List of Best AI Cheat Sheets
作者:Stefan Kojouharov 来源:medium
发布时间:2019-03-22 10:04:01
The Most Complete List of Best AI Cheat Sheets
作者:Stefan Kojouharov 来源:medium
发布时间:2019-03-22 10:04:01
At DeepMind, the Research Platform Team builds infrastructure to empower and accelerate our AI research. We are excited to share how we developed TF-Replicator, a software library that helps researchers deploy their TensorFlow models on GPUs and Cloud TPUs with minimal effort and no previous experience with distributed systems. TF-Replicator’s programming model has now been open sourced as part of TensorFlow’s tf.distribute.Strategy.
作者:DeepMind 来源:DeepMind
发布时间:2019-03-08 01:04:00
Blockchain and Artificial Intelligence work together beautifully. While the former is good for storing and validating records of every…
作者:ORS CryptoHound 来源:medium
发布时间:2019-03-03 22:46:38
MIT 6.S191: Introduction to Deep Learning is an introductory course offered formally offered at MIT and open-sourced on the course website…
作者:MIT 6.S191 Introduction to Deep Learning 来源:medium
发布时间:2019-03-01 03:01:01
MIT 6.S191: Introduction to Deep Learning is an introductory course offered formally offered at MIT and open-sourced on the course website…
作者:MIT 6.S191 Introduction to Deep Learning 来源:medium
发布时间:2019-03-01 03:01:01
Logistic Regression is a Machine Learning classification algorithm that is used to predict the probability of a categorical dependent…
作者:Susan Li 来源:medium
发布时间:2019-02-27 13:26:00
Introduction
作者:Ksenia Sorokina 来源:medium
发布时间:2019-02-26 23:58:50
Since last year, a joint DeepMind/Google project to apply machine learning to 700 MW of wind power in the central US has so far boosted the value of wind energy by ~20%. A neural net trained on weather forecasts & historical turbine data predicts wind power output 36 hours ahead of actual generation. Based on these, our model recommends optimal hourly delivery commitments to the power grid 24 hours in advance. These wind farms—part of Google’s global fleet of renewable energy projects—collectively generate as much electricity as is needed by a medium-sized city.
作者:DeepMind 来源:DeepMind
发布时间:2019-02-26 21:32:00
I wrote an article on configuring TensorFlow Object Detection API. Kindly, refer to that story here to configure the API. That story is a…
作者:Vatsal Sodha 来源:medium
发布时间:2019-02-24 17:25:18
Why does BERT have 3 embedding layers instead of 1 like most deep learning-based NLP models?
作者:___ 来源:medium
发布时间:2019-02-20 00:41:44
An Introduction to Transformers and Sequence-to-Sequence Learning for Machine Learning
作者:Maxime Allard 来源:medium
发布时间:2019-02-19 11:13:18