scispace - formally typeset
D

Dan Moldovan

Researcher at Google

Publications -  8
Citations -  561

Dan Moldovan is an academic researcher from Google. The author has contributed to research in topics: Source code & Python (programming language). The author has an hindex of 6, co-authored 8 publications receiving 237 citations.

Papers
More filters
Posted Content

On Robustness and Transferability of Convolutional Neural Networks

TL;DR: It is found that increasing both the training set and model sizes significantly improve the distributional shift robustness and it is shown that, perhaps surprisingly, simple changes in the preprocessing can significantly mitigate robustness issues in some cases.
Proceedings ArticleDOI

On Robustness and Transferability of Convolutional Neural Networks

TL;DR: In this article, the authors investigate the impact of pre-training data size, the model scale, and the data preprocessing pipeline on distributional shift robustness of CNNs.
Proceedings Article

Tangent: Automatic differentiation using source-code transformation for dynamically typed array programming

TL;DR: Techniques from the field of automatic differentiation that can give researchers expressive power, performance and strong usability are explored, including source-code transformation (SCT), flexible gradient surgery, efficient in-place array operations, and higher-order derivatives.
Posted Content

AutoGraph: Imperative-style Coding with Graph-based Performance

TL;DR: This work describes how the use of staged programming in Python, via source code transformation, offers a midpoint between these two library design patterns, capturing the benefits of both machine learning and imperative programming.