isefos's Stars
twitter/the-algorithm
Source code for Twitter's Recommendation Algorithm
psf/black
The uncompromising Python code formatter
ray-project/ray
Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
facebookresearch/detectron2
Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.
Lightning-AI/pytorch-lightning
Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.
ManimCommunity/manim
A community-maintained Python framework for creating mathematical animations.
pyg-team/pytorch_geometric
Graph Neural Network Library for PyTorch
gitleaks/gitleaks
Protect and discover secrets using Gitleaks 🔑
microsoft/Bringing-Old-Photos-Back-to-Life
Bringing Old Photo Back to Life (CVPR 2020 oral)
albumentations-team/albumentations
Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125
Cadene/pretrained-models.pytorch
Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.
facebookresearch/pytorch3d
PyTorch3D is FAIR's library of reusable components for deep learning with 3D data
lukemelas/EfficientNet-PyTorch
A PyTorch implementation of EfficientNet
mwouts/jupytext
Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts
nteract/papermill
📚 Parameterize, execute, and analyze notebooks
skorch-dev/skorch
A scikit-learn compatible neural network library that wraps PyTorch
bfelbo/DeepMoji
State-of-the-art deep learning model for analyzing sentiment, emotion, sarcasm etc.
kynan/nbstripout
strip output from Jupyter and IPython notebooks
facebookresearch/meshrcnn
code for Mesh R-CNN, ICCV 2019
nbQA-dev/nbQA
Run ruff, isort, pyupgrade, mypy, pylint, flake8, and more on Jupyter Notebooks
cuge1995/awesome-time-series
list of papers, code, and other resources
alexminnaar/time-series-classification-and-clustering
Time series classification and clustering code written in Python.
matrix-profile-foundation/matrixprofile
A Python 3 library making time series data mining tasks, utilizing matrix profile algorithms, accessible to everyone.
time-series-machine-learning/tsml-java
Java time series machine learning tools in a Weka compatible toolkit
srstevenson/nb-clean
Clean Jupyter notebooks for version control. Remove metadata, outputs, and execution counts with Git and pre-commit support.
petecheng/Time2Graph
Source codes for Time2Graph model.
philippwulff/TUM_RCI
Lecture Notes for Robotics, Cognition, Intelligence @ TUM
tylerwmarrs/mass-ts
MASS (Mueen's Algorithm for Similarity Search) - a python 2 and 3 compatible library used for searching time series sub-sequences under z-normalized Euclidean distance for similarity.
saper0/adversarial_training
Codebase used to generate the results for NeurIPS23 "Adversarial Training for Graph Neural Networks: Pitfalls, Solutions, and New Directions" paper.
tylerwmarrs/dtw-lbkeogh-clustering
Dynamic Time Warping Clustering with LB_Keogh