Deep Learning with R, 2nd Edition
Announcing the release of “Deep Learning with R, 2nd Edition,” a book that shows you how to get started with deep learning in R.
Deep Learning with R, 2nd Edition Read More »
Auto Added by WPeMatico
Announcing the release of “Deep Learning with R, 2nd Edition,” a book that shows you how to get started with deep learning in R.
Deep Learning with R, 2nd Edition Read More »
New TensorFlow and Keras releases bring improvements big and small.
TensorFlow and Keras 2.9 Read More »
In this third installment of our mini-series introducing torch basics, we replace hand-coded matrix operations by modules, considerably simplifying our toy network’s code.
Using torch modules Read More »
Today, we wrap up our mini-series on torch basics, adding to our toolset two abstractions: loss functions and optimizers.
Optimizers in torch Read More »
We are excited to announce a number of powerful, new functionalities and improvements which are now part of sparklyr.flint 0.2!
sparklyr.flint 0.2: ASOF Joins, OLS Regression, and additional summarizers Read More »
We learn about transfer learning, input pipelines, and learning rate schedulers, all while using torch to tell apart species of beautiful birds.
Classifying images with torch Read More »
How not to die from poisonous mushrooms. Also: How to use torch for deep learning on tabular data, including a mix of categorical and numerical features.
torch for tabular data Read More »
The need to segment images arises in various sciences and their applications, many of which are vital to human (and animal) life. In this introductory post, we train a U-Net to mark lesioned regions on MRI brain scans.
Brain image segmentation with torch Read More »
Unlike all three previous sparklyr releases, the recent release of sparklyr 1.5 placed much more emphasis on enhancing existing sparklyr features rather than creating new ones. As a result, many valuable suggestions from sparklyr users were taken into account and were successfully addressed in a long list of bug fixes and improvements.
The torch 0.2.0 release includes many bug fixes and some nice new features like initial JIT support, multi-worker dataloaders, new optimizers and a new print method for nn_modules.
torch 0.2.0 – Initial JIT support and many bug fixes Read More »