Role in this project:
Back-end Developer Contributions:15 releases, 10 reviews, 510 commits in 4 years 8 months
Contributions summary:Tomasz's commits primarily focus on modifying and extending the R interface to Keras, a Python-based deep learning library. The contributions involve implementing new activation functions, such as Swish and GELU, and ensuring proper handling of output shapes in the `layer_lambda` function. The user is also adding core functionality to the R API and updating testing frameworks.
kerasmachine-learningtensorflow
Role in this project:
Back-end Developer Contributions:10 releases, 2 reviews, 202 commits in 4 years 8 months
Contributions summary:Tomasz's primary contribution involves refactoring the `[.tensorflow.tensor` function, which is used for subsetting tensors. This refactoring enables R users to access Python-style strided steps, ellipses, subsetting with tensors, and other advanced features via the `[` operator. The changes include modifications to the parsing of slice specifications and handling of one-based versus zero-based indexing, improving the usability and feature parity of the `tensorflow` package. These modifications provide a more consistent and feature-rich tensor indexing experience for users familiar with both R and Python.
machine-learningtensorflow