Learn Before
Productivity Gains in Deep Learning Implementation
The development effort required to implement and experiment with deep learning models has decreased enormously since the early days of neural network research. Tasks that once demanded months of low-level engineering in C++ and assembly code—such as building and improving SN, an early Lisp-based deep learning simulator created by Bottou and Le Cun in 1988—can now be accomplished in minutes using modern high-level frameworks. This extraordinary reduction in implementation overhead has democratized deep learning model development, making it accessible to a far broader community of researchers and practitioners.
0
1
Tags
D2L
Dive into Deep Learning @ D2L
Related
Criterion for Choosing a Deep Learning Framework
Deep Learning Frameworks References
Keras
TensorFlow
PyTorch
Theano
PaddlePaddle
mxnet
Lasagne
DL4J
CNTK
Caffe
PyTorch vs TensorFlow
Trade-offs of High-Level APIs in Deep Learning
Productivity Gains in Deep Learning Implementation
DistBelief
Symbolic Programming
Comparison of Imperative and Symbolic Programming
Frontend and Backend in Deep Learning Frameworks