AtomScott's Stars
karthikv2k/gpu_dbscan
GPU version of DBSCAN using FB's faiss
pfnet/pysen
Python linting made easy. Also a casual yet honorific way to address individuals who have entered an organization prior to you.
rlabbe/Kalman-and-Bayesian-Filters-in-Python
Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filters, and more. All exercises include solutions.
nrupatunga/goturn-pytorch
GOTURN tracking implemented in PyTorch
alanlukezic/d3s
D3S - Discriminative Single Shot Segmentation Tracker (CVPR 2020)
ruoqizzz/Scale-invariant-CNNs
Study the Scale Invariance or Equivariance Convolutional Neural Network
ComputerVisionLaboratory/survey
google/model_search
rafaelpadilla/review_object_detection_metrics
Object Detection Metrics. 14 object detection metrics: mean Average Precision (mAP), Average Recall (AR), Spatio-Temporal Tube Average Precision (STT-AP). This project supports different bounding box formats as in COCO, PASCAL, Imagenet, etc.
rafaelpadilla/Object-Detection-Metrics
Most popular metrics used to evaluate object detection algorithms.
tomgoldstein/loss-landscape
Code for visualizing the loss landscape of neural nets
princeton-vl/RAFT
jettify/pytorch-optimizer
torch-optimizer -- collection of optimizers for Pytorch
davda54/sam
SAM: Sharpness-Aware Minimization (PyTorch)
Luolc/AdaBound
An optimizer that trains as fast as Adam and as good as SGD.
vballoli/nfnets-pytorch
NFNets and Adaptive Gradient Clipping for SGD implemented in PyTorch. Find explanation at tourdeml.github.io/blog/
google-deepmind/deepmind-research
This repository contains implementations and illustrative code to accompany DeepMind publications
google-research/google-research
Google Research
Alro10/awesome-deep-neuroevolution
A collection of Deep Neuroevolution resources or evolutionary algorithms applying in Deep Learning (constantly updating)
jasonlong/isometric-contributions
Browser extension for rendering an isometric pixel art version of your GitHub contribution graph.
Kaggle/kaggle-api
Official Kaggle API
fastai/fastai
The fastai deep learning library
AnswerDotAI/nbdev
Create delightful software with Jupyter Notebooks
bharathgs/Awesome-pytorch-list
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
Lightning-Universe/lightning-flash
Your PyTorch AI Factory - Flash enables you to easily configure and run complex AI recipes for over 15 tasks across 7 data domains
YuriCat/TamakEriFever
AI for google research football
niais/Awesome-Skeleton-based-Action-Recognition
Skeleton-based Action Recognition
mit-han-lab/temporal-shift-module
[ICCV 2019] TSM: Temporal Shift Module for Efficient Video Understanding
lucidrains/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch
awwong1/torchprof
PyTorch layer-by-layer model profiler