Deep Learning
Blog Posts tagged Deep Learning#
Resources tagged Deep Learning#
Sigrid Keydana | Why TensorFlow eager execution matters | RStudio (2019)
In current deep learning with Keras and TensorFlow, when you’ve mastered the basics and are ready to dive into more involved applications (such as generative networks, sequence-to-sequence or attention mechanisms), you may find that surprisingly, the learning curve doesn’t get much flatter. This is largely due to restrictions imposed by TensorFlow’s traditional static graph paradigm. With TensorFlow Eager Execution, available since summer and announced to be the default mode in the upcoming major release, model architectures become more flexible, readable, composable, and last not least, debuggable. In this session, we’ll see how with Eager, we can code sophisticated architectures like Generative Adversarial Networks (GANs) and Variational Autoencoders (VAEs) in a straightforward way.
VIEW MATERIALS https://github.com/skeydan/rstudio_conf_2019_eager_execution
Machine Learning with R and TensorFlow
J.J. Allaire’s keynote at rstudio::conf 2018 on the R interface to TensorFlow (https://tensorflow.rstudio.com ), a suite of packages that provide high-level interfaces to deep learning models (Keras) and standard regression and classification models (Estimators), as well as tools for cloud training, experiment management, and production deployment. The talk also discusses deep learning more broadly (what it is, how it works, and where it might be relevant to users of R in the years ahead).
Slides: https://beta.rstudioconnect.com/ml-with-tensorflow-and-r/ JJ Allaire: - https://github.com/jjallaire Twitter: @fly_upside_down https://twitter.com/fly_upside_down Related blog post: https://blog.rstudio.com/2018/02/06/tensorflow-for-r/
