This repository is the source for a curated collection of printable reference sheets for R and Python packages. It provides quick-reference guides organized by topic, available as both PDF files for offline printing and interactive HTML versions for online browsing. The collection also includes community-contributed translations of these reference sheets into multiple languages, expanding accessibility for non-English speakers.
Die Hauptfunktionen von rstudio/cheatsheets sind: Printable Reference Sheets, Language-Specific Reference Sheets, Reference Cheatsheets, Community Translation Contributions, Multi-Format Document Rendering, Quarto-Powered Generations, Quarto-Powered Sites, Per-Project Library Isolations.
Open-Source-Alternativen zu rstudio/cheatsheets sind unter anderem: quarto-dev/quarto-cli — Quarto is an open-source scientific and technical publishing system built on Pandoc that converts Markdown and Jupyter… dmlc/mxnet — MXNet is a deep learning framework and distributed machine learning engine designed for training and deploying neural… fengwang/ceras — Ceras is yet another tiny deep learning engine, in pure c++ and header only. bvlc/caffe — Caffe is a high-performance deep learning framework designed for training and deploying deep neural networks. It… aria42/flare — Dynamic Tensor Graph library in Clojure (think PyTorch, DynNet, etc.). christoschristofidis/awesome-deep-learning — This project is a curated directory of resources, libraries, and frameworks designed to support the development,…
Quarto is an open-source scientific and technical publishing system built on Pandoc that converts Markdown and Jupyter notebooks into a wide range of output formats. It functions as a multi-format document converter, a reproducible research platform, a static site generator for technical content, and an interactive dashboard builder, all within a single framework. The system is distinguished by its ability to produce HTML, PDF, Word, ePub, and slide decks from a single Markdown source, while embedding executable code blocks in Python, R, Julia, or Observable for dynamic, reproducible document
MXNet is a deep learning framework and distributed machine learning engine designed for training and deploying neural networks. It functions as a hardware-agnostic backend that allows for the development of deep learning models through a hybrid of symbolic and imperative programming. The system distinguishes itself through automatic distributed parallelism, which scales training workloads across multiple GPUs and machines. It features an extensible hardware backend interface that enables the integration of custom accelerators and proprietary libraries without modifying the core source code.
Dynamic Tensor Graph library in Clojure (think PyTorch, DynNet, etc.)
Caffe is a high-performance deep learning framework designed for training and deploying deep neural networks. It functions as a machine learning engine and a convolutional neural network library, providing a C++ backend to accelerate computations on both GPUs and CPUs. The system includes a specialized toolset for computer vision, enabling tasks such as object detection, semantic segmentation, and large-scale image retrieval. It supports the deployment of pre-trained models for image and scene recognition, as well as the ability to fine-tune neural network weights for specialized tasks. The