torch - Tensors and Neural Networks with 'GPU' Acceleration
Provides functionality to define and train neural networks similar to 'PyTorch' by Paszke et al (2019) <doi:10.48550/arXiv.1912.01703> but written entirely in R using the 'libtorch' library. Also supports low-level tensor operations and 'GPU' acceleration.
Last updated
autograddeep-learningtorchcpp
16.10 score 565 stars 51 dependents 3.1k scripts 12k downloadstorchvision - Models, Datasets and Transformations for Images
Provides access to datasets, models and preprocessing facilities for deep learning with images. Integrates seamlessly with the 'torch' package and its API borrows heavily from the 'PyTorch' vision package.
Last updated
12.13 score 76 stars 2 dependents 452 scripts 2.8k downloadsluz - Higher Level 'API' for 'torch'
A high level interface for 'torch' providing utilities to reduce the the amount of code needed for common tasks, abstract away torch details and make the same code work on both the 'CPU' and 'GPU'. It's flexible enough to support expressing a large range of models. It's heavily inspired by 'fastai' by Howard et al. (2020) <doi:10.48550/arXiv.2002.04688>, 'Keras' by Chollet et al. (2015) and 'PyTorch Lightning' by Falcon et al. (2019) <doi:10.5281/zenodo.3828935>.
Last updated
10.27 score 101 stars 3 dependents 451 scripts 2.0k downloads
chattr - Interact with Large Language Models in 'RStudio'
Enables user interactivity with large-language models ('LLM') inside the 'RStudio' integrated development environment (IDE). The user can interact with the model using the 'shiny' app included in this package, or directly in the 'R' console. It comes with back-ends for 'OpenAI', 'GitHub' 'Copilot', and 'LlamaGPT'.
Last updated
9.44 score 248 stars 1 dependents 130 scripts 1.6k downloadstabnet - Fit 'TabNet' Models for Classification and Regression
Implements the 'TabNet' model by Sercan O. Arik et al. (2019) <doi:10.48550/arXiv.1908.07442> with 'Coherent Hierarchical Multi-label Classification Networks' by Giunchiglia et al. <doi:10.48550/arXiv.2010.10151> and provides a consistent interface for fitting and creating predictions. It's also fully compatible with the 'tidymodels' ecosystem.
Last updated
tabnet
9.36 score 119 stars 92 scripts 1.7k downloadssafetensors - Safetensors File Format
A file format for storing tensors that is secure (doesn't allow for code execution), fast and simple to implement. 'safetensors' also enables cross language and cross frameworks compatibility making it an ideal format for storing machine learning model weights.
Last updated
8.11 score 11 stars 52 dependents 23 scripts 11k downloadspysparklyr - Provides a 'PySpark' Back-End for the 'sparklyr' Package
It enables 'sparklyr' to integrate with 'Spark Connect', and 'Databricks Connect' by providing a wrapper over the 'PySpark' 'python' library.
Last updated
databrickspysparksparkspark-connect
6.52 score 17 stars 34 scripts 909 downloads
lang - Translates R Help Documentation using Large Language Models
Translates R help documentation on the fly by using a Large Language model of your choice. If you are using 'RStudio' or 'Positron' the translated help will appear in the help pane.
Last updated
llmtranslations
6.31 score 32 stars 117 scripts 400 downloadstok - Fast Text Tokenization
Interfaces with the 'Hugging Face' tokenizers library to provide implementations of today's most used tokenizers such as the 'Byte-Pair Encoding' algorithm <https://huggingface.co/docs/tokenizers/index>. It's extremely fast for both training new vocabularies and tokenizing texts.
Last updated
rustcargo
6.13 score 47 stars 1 dependents 19 scripts 394 downloadstorchdatasets - Ready to Use Extra Datasets for Torch
Provides datasets in a format that can be easily consumed by torch 'dataloaders'. Handles data downloading from multiple sources, caching and pre-processing so users can focus only on their model implementations.
Last updated
5.58 score 17 stars 148 scripts 679 downloadshfhub - Hugging Face Hub Interface
Provides functionality to download and cache files from 'Hugging Face Hub' <https://huggingface.co/models>. Uses the same caching structure so files can be shared between different client libraries.
Last updated
5.51 score 20 stars 3 dependents 12 scripts 730 downloadscuda.ml - R Interface for the RAPIDS cuML Suite of Libraries
R interface for RAPIDS cuML (<https://github.com/rapidsai/cuml>), a suite of GPU-accelerated machine learning libraries powered by CUDA (<https://en.wikipedia.org/wiki/CUDA>).
Last updated
gpumachine-learningcpp
5.26 score 40 stars 91 scripts 264 downloadstfevents - Write Events for 'TensorBoard'
Provides a convenient way to log scalars, images, audio, and histograms in the 'tfevent' record file format. Logged data can be visualized on the fly using 'TensorBoard', a web based tool that focuses on visualizing the training progress of machine learning models.
Last updated
protobufcpp
4.91 score 13 stars 11 scripts 1.4k downloadstorchvisionlib - Additional Operators for Image Models
Implements additional operators for computer vision models, including operators necessary for image segmentation and object detection deep learning models.
Last updated
cpp
4.45 score 9 stars 23 scripts 1.4k downloadswav - Read and Write WAV Files
Efficiently read and write Waveform (WAV) audio files <https://en.wikipedia.org/wiki/WAV>. Support for unsigned 8 bit Pulse-code modulation (PCM), signed 12, 16, 24 and 32 bit PCM and other encodings.
Last updated
audiowavcpp
3.59 score 3 stars 7 scripts 1.3k downloadscuda12.8 - CUDA 12.8 Toolkit Libraries
Provides CUDA 12.8 native libraries (runtime, cuBLAS, cuDNN, cuFFT, cuSOLVER, cuSPARSE, CUPTI, NVRTC, NvJitLink, NCCL, NVSHMEM, and NVCC) by downloading pre-built binaries from PyPI at install time. Intended to be used as a dependency by packages that require CUDA 12.8.
Last updated
2.30 score 2 stars 1 scripts