reticulate - Interface to 'Python'
Interface to 'Python' modules, classes, and functions. When calling into 'Python', R data types are automatically converted to their equivalent 'Python' types. When values are returned from 'Python' to R they are converted back to R types. Compatible with all versions of 'Python' >= 2.7.
Last updated 4 days ago
cpp
21.02 score 1.7k stars 434 dependents 18k scripts 269k downloadskeras3 - R Interface to 'Keras'
Interface to 'Keras' <https://keras.io>, a high-level neural networks API. 'Keras' was developed with a focus on enabling fast experimentation, supports both convolution based networks and recurrent networks (as well as combinations of the two), and runs seamlessly on both CPU and GPU devices.
Last updated 9 days ago
13.63 score 845 stars 2 dependents 264 scripts 4.3k downloadstfruns - Training Run Tools for 'TensorFlow'
Create and manage unique directories for each 'TensorFlow' training run. Provides a unique, time stamped directory for each run along with functions to retrieve the directory of the latest run or latest several runs.
Last updated 11 months ago
11.80 score 34 stars 77 dependents 325 scripts 17k downloadskeras - R Interface to 'Keras'
Interface to 'Keras' <https://keras.io>, a high-level neural networks 'API'. 'Keras' was developed with a focus on enabling fast experimentation, supports both convolution based networks and recurrent networks (as well as combinations of the two), and runs seamlessly on both 'CPU' and 'GPU' devices.
Last updated 11 months ago
10.93 score 55 dependents 10k scripts 23k downloadstfdatasets - Interface to 'TensorFlow' Datasets
Interface to 'TensorFlow' Datasets, a high-level library for building complex input pipelines from simple, re-usable pieces. See <https://www.tensorflow.org/guide> for additional details.
Last updated 17 days ago
9.32 score 34 stars 3 dependents 656 scripts 2.1k downloadstfautograph - Autograph R for 'Tensorflow'
Translate R control flow expressions into 'Tensorflow' graphs.
Last updated 2 years ago
autographtensorflow
8.62 score 18 stars 75 dependents 145 scripts 14k downloads
Rapp - Easily Build Command Line Applications
Run simple 'R' scripts as command line applications, with automatic robust and convenient support for command line arguments. This package provides 'Rapp', an alternative 'R' front-end similar to 'Rscript', that enables this.
Last updated 6 months ago
5.01 score 51 stars 2 scripts 198 downloadsguildai - Track Machine Learning Experiments
'Guild AI' is an open-source tool for managing machine learning experiments. It's for scientists, engineers, and researchers who want to run scripts, compare results, measure progress, and automate machine learning workflows. 'Guild AI' is a light weight, external tool that runs locally. It works with any framework, doesn't require any changes to your code, or access to any web services. Users can easily record experiment metadata, track model changes, manage experiment artifacts, tune hyperparameters, and share results. 'Guild AI' combines features from 'Git', 'SQLite', and 'Make' to provide a lab notebook for machine learning.
Last updated 2 years ago
deep-learningkerasmachine-learning
4.69 score 19 stars 26 scripts 161 downloadslistarrays - A Toolbox for Working with R Arrays in a Functional Programming Style
A toolbox for R arrays. Flexibly split, bind, reshape, modify, subset and name arrays.
Last updated 11 months ago
4.54 score 15 stars 23 scripts 624 downloadsenvir - Manage R Environments Better
Provides a small set of functions for managing R environments, with defaults designed to encourage usage patterns that scale well to larger code bases. It provides: import_from(), a flexible way to assign bindings that defaults to the current environment; include(), a vectorized alternative to base::source() that also default to the current environment; and attach_eval() and attach_source(), a way to evaluate expressions in attached environments. Together, these (and other) functions pair to provide a robust alternative to base::library() and base::source().
Last updated 11 months ago
4.20 score 15 stars 21 scripts 748 downloadscommafree - Call Functions Without Commas Between Arguments
Provides the "comma-free call" operator: '%(%'. Use it to call a function without commas between the arguments. Just replace the '(' with '%(%' in a function call, supply your arguments as standard R expressions enclosed by '{ }', and be free of commas (for that call).
Last updated 11 months ago
3.40 score 5 stars 3 scripts 668 downloads