All Projects â†’ nestordemeure â†’ Fastai Extensions Repository

nestordemeure / Fastai Extensions Repository

A list of extensions for the fastai library.

Projects that are alternatives of or similar to Fastai Extensions Repository

Php Ext Xlswriter
🚀 PHP Extension for creating and reader XLSX files.
Stars: ✭ 1,734 (+1287.2%)
Mutual labels:  extension
Awesome Awesome Awesome Awesome
A curated list of awesome lists of awesome lists.
Stars: ✭ 123 (-1.6%)
Mutual labels:  list
Containers
This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.
Stars: ✭ 125 (+0%)
Mutual labels:  list
Ttv aderaser
TTV AdEraser aims to remove livestream ads as well as add some useful features to our favourite streaming site.
Stars: ✭ 122 (-2.4%)
Mutual labels:  extension
Span Tree
🌳 Tree for GitLab
Stars: ✭ 123 (-1.6%)
Mutual labels:  extension
Reverseextension
A UITableView extension that enables cell insertion from the bottom of a table view.
Stars: ✭ 1,631 (+1204.8%)
Mutual labels:  extension
Phd
A list of resources on how/why to do a PhD
Stars: ✭ 120 (-4%)
Mutual labels:  list
Awesome Ssh
💻 A curated list of SSH resources.
Stars: ✭ 1,742 (+1293.6%)
Mutual labels:  list
List Extra
Convenience functions for working with List.
Stars: ✭ 123 (-1.6%)
Mutual labels:  list
Kdeconnect Chrome Extension
A browser extension to send pages and content from your browser to connected KDE Connect devices.
Stars: ✭ 124 (-0.8%)
Mutual labels:  extension
Chinese Translate List
lists: about my translate repo list 中文翻译列表 🇨🇳
Stars: ✭ 122 (-2.4%)
Mutual labels:  list
Awesome Dart
A curated list of awesome Dart frameworks, libraries, and software
Stars: ✭ 1,772 (+1317.6%)
Mutual labels:  list
Typed
The TypeScript Standard Library
Stars: ✭ 124 (-0.8%)
Mutual labels:  list
Awesome Dtrace
A curated list of awesome DTrace books, articles, videos, tools and resources.
Stars: ✭ 121 (-3.2%)
Mutual labels:  list
React Intersection List
React infinite scroll using the Intersection <Observer /> API
Stars: ✭ 125 (+0%)
Mutual labels:  list
Genesis
Almighty Book Downloader
Stars: ✭ 120 (-4%)
Mutual labels:  extension
Marinara
Pomodoro® time management assistant for Chrome
Stars: ✭ 1,806 (+1344.8%)
Mutual labels:  extension
Cphalcon
High performance, full-stack PHP framework delivered as a C extension.
Stars: ✭ 10,534 (+8327.2%)
Mutual labels:  extension
Awesome Product Design
A collection of bookmarks, resources, articles for product designers.
Stars: ✭ 1,679 (+1243.2%)
Mutual labels:  list
Service Worker Detector
This extension detects if a website registers a Service Worker.
Stars: ✭ 124 (-0.8%)
Mutual labels:  extension

The Fastai Extensions Repository

A centralized repository to improve the discoverability of non-official fastai extensions. All extensions are designed for fastai V2 unless told otherwise.

Do not hesitate to send a PR of start an issue to add elements to this list.

Domain specific

  • TimeseriesAI (repo-tcapelle / repo-oguiza / repo-fast-track / discussion) a library to help you apply Deep Learning to your time series/ sequential datasets, in particular Time Series Classification (TSC) and Time Series Regression (TSR) problems
  • Fast AI Audio (repo / discussion) allow you to quickly and easily build machine learning models for a wide variety of audio applications
  • MetaAI (repo-V1 / discussion) meta-learning algorithms to train a model on a variety of learning tasks, such that it can solve new learning tasks using only a small number of training samples
  • faimed3d (repo / docs / discussion) for processing volumetric medical data such as CT or MRI images with multiple sequences and building 3d models for classification/segmentation.

Models

  • TabNet (repo / discussion) attention-based network for tabular data
  • FastHug (repo / discussion) use fastai-v2 with HuggingFace's pretrained transformers
  • Fastai2 Tabular Hybrid (repo / discussion) hybrid approaches to supporting more datatypes with fastai2 tabular
  • TabularGP (repo / discussion) gaussian process for tabular data
  • Fastseq (repo / discussion) implements the N-Beats time serie forecasting model
  • Mish (repo / discussion) Mish Deep Learning Activation Function

Callbacks

  • Manifold mixup and Output mixup (repo / discussion) applies mixup on inner layers for improved benefits and aplicability to arbitrary input types
  • BatchLossFilter (repo-V1 / discussion) speed-up learning by focussing on the harder samples
  • Cutout, Ricap and Cutmix (repo-V1 / discussion) image data augmentation techniques
  • Blend (repo-V1 / discussion) image data augmentation that generalizes MixUp, Cutout, CutMix, RICAP and allows for data augmentation rate scheduling
  • MixMatch (repo-V1 / discussion) state-of-the-art semi-supervised learning

Interpretation

  • FastShap (old fork / discussion) using the SHAP interpretability library with fastai (now merged with fastinference)
  • The Colorful Dimension (repo-V1 / discussion) charts made by plotting the activations histogram epoch by epoch, coloring the pixel according to log of intensity
  • The Twin Peaks Chart (repo-V1 / discussion) a tool to evaluate the health of your classification model in real time
  • Tensorboard Callback (repo-V1 / discussion) logs model and training information to display them with tensorboard
  • FastAI-LIME (repo-V1) interpreting fastai CNN models using LIME
  • Feature importance (repo-V1 / discussion) computing feature importance for tabular learners using the permutation method

Inference

  • Fastinference (repo / discussion) a collection of inference modules for fastai including inference speedup and interpretability
  • Fastinference-onnx (repo) an ONNX only version of fastai
  • fastinference-pytorch (repo) a PyTorch-only version of fastai

Hyperparameters

  • Batch size finder (repo / discussion) batch size finder from OpenAI
  • wd finder (repo-V1) an extension of the learning rate finder to find a proper weight decay by grid search
  • Curriculum Learning Dropout (repo-V1 / discussion) dropout scheduler

Optimizers

  • Ranger (repo / discussion) a synergistic optimizer combining RAdam (Rectified Adam), LookAhead and Gradient Centralization

Notebook

  • DDip (repo / discussion) iPython extension to enable PyTorch's Distributed Data Parallel in fastai's notebooks

Deployment

  • Fastai serving (repo / discussion) a Docker image for serving fastai models, mimicking the API of Tensorflow Serving
  • Fastai2 Starlette (repo) a starting point to deploy models with Starlette
  • FastAPI-Fastai2 (repo) template to deploy models with FastAPI
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].