Ross ROSS = Recommend OSS · open-source software intelligence for agents

function: deep-learning

2653 products, primary matches first, then adoption-weighted; health v2 shown.

ProductHealth v2StarsMaturity
facebookresearch/SparseConvNet
A PyTorch library for training Submanifold Sparse Convolutional Networks, providing spatially-sparse convolutions that operate efficiently …
102145abandoned
neuralmagic/sparseml
SparseML is a Python library for applying sparsification recipes (pruning, quantization, sparsity) to neural networks with a few lines of c…
102145abandoned
openai/image-gpt
OpenAI's official code and pre-trained models for iGPT (image GPT), a GPT-2-style transformer adapted to generate and classify images as pi…
102096abandoned
facebookresearch/darkforestGo
DarkForest is a computer Go game engine developed at Facebook AI Research, powered by deep neural networks and Monte Carlo tree search. It …
102095abandoned
LantaoYu/SeqGAN
A Python/TensorFlow implementation of SeqGAN, the Sequence Generative Adversarial Nets with Policy Gradient model from the AAAI-17 paper. I…
322092abandoned
ajbrock/Neural-Photo-Editor
A GUI application for editing natural photos using generative neural networks (GANs/VAEs), implementing the Introspective Adversarial Netwo…
322074abandoned
intel/intel-extension-for-pytorch
A Python package extending official PyTorch with Intel-specific optimizations for CPUs and GPUs, including quantization and LLM inference a…
102012abandoned
keras-team/keras-applications
Keras Applications provides reference implementations of popular deep learning models (e.g., ResNet, VGG, MobileNet) for use with Keras. Th…
101990abandoned
facebookresearch/video-nonlocal-net
A research codebase from Facebook AI implementing Non-local Neural Networks for video classification, built on the Caffe2 framework. It rep…
101990abandoned
openai/pixel-cnn
A Python/TensorFlow implementation of PixelCNN++, an autoregressive generative model for images with discretized logistic mixture likelihoo…
101960abandoned
facebookresearch/ResNeXt
A Torch (Lua) implementation of the ResNeXt architecture from the paper 'Aggregated Residual Transformations for Deep Neural Networks', bui…
101924abandoned
jakeret/tf_unet
A generic U-Net implementation built on TensorFlow 1.x for training image segmentation models on arbitrary imaging data. Originally develop…
231907abandoned
notadamking/RLTrader
RLTrader is a Python library providing a cryptocurrency trading environment built on OpenAI's gym, using deep reinforcement learning to tra…
231867abandoned
jiesutd/LatticeLSTM
A PyTorch implementation of Lattice LSTM for Chinese Named Entity Recognition, accompanying an ACL 2018 paper. It combines character-based …
321832abandoned
kuz/DeepMind-Atari-Deep-Q-Learner
The original DQN 3.0 source code published by DeepMind alongside the 2015 Nature paper 'Human-level control through deep reinforcement lear…
321829abandoned
zjy-ucas/ChineseNER
A TensorFlow demo implementing a bidirectional LSTM-CRF model for Chinese named entity recognition. It includes training and evaluation scr…
321822abandoned
tensorflow/fold
TensorFlow Fold is a Python library for building TensorFlow models that consume structured data, where the computation graph structure depe…
101815abandoned
erikwijmans/Pointnet2_PyTorch
A PyTorch implementation of Pointnet2/Pointnet++ for deep learning on point clouds, including custom CUDA ops for GPU-only execution. It su…
601812abandoned
ruotianluo/pytorch-faster-rcnn
A PyTorch 1.0 implementation of the Faster R-CNN object detection framework, based on Xinlei Chen's tf-faster-rcnn, supporting VGG16, ResNe…
231811abandoned
NVlabs/few-shot-vid2vid
A PyTorch implementation of few-shot photorealistic video-to-video translation from NVIDIA Research (NeurIPS 2019), generating realistic vi…
321798abandoned
keplr-io/quiver
Quiver is a Python library (quiver_engine) that launches an interactive web dashboard to visualize layer activations of Keras convolutional…
321784abandoned
traveller59/second.pytorch
A PyTorch implementation of the SECOND 3D object detector for LiDAR point clouds, supporting KITTI and NuScenes datasets with sparse convol…
321777abandoned
longcw/faster_rcnn_pytorch
A PyTorch re-implementation of Faster R-CNN for object detection, based on the original py-faster-rcnn and TFFRCNN projects. It supports tr…
321776abandoned
tomlepaine/fast-wavenet
A Python/TensorFlow library implementing an efficient O(L) generation algorithm for Wavenet-style autoregressive models using dynamic progr…
321772abandoned
facebookarchive/MemNN
Facebook AI Research's reference implementations of memory-augmented neural networks (MemN2N, Key-Value Memory Networks, Entity Networks) w…
101755abandoned
gram-ai/capsule-networks
A barebones CUDA-enabled PyTorch implementation of the CapsNet architecture from the NIPS 2017 paper 'Dynamic Routing Between Capsules' by …
321754abandoned
TuSimple/mx-maskrcnn
An MXNet implementation of the Mask R-CNN instance segmentation model, built on top of the mx-rcnn Faster R-CNN codebase. It includes train…
321753abandoned
facebookresearch/TransCoder
TransCoder is a PyTorch implementation of an unsupervised neural model that translates source code between Java, C++, and Python 3. It is a…
101732abandoned
lukalabs/cakechat
CakeChat is a Python backend for building emotional generative chatbots using a hierarchical recurrent encoder-decoder (seq2seq) architectu…
101707abandoned
ramprs/grad-cam
Official Torch (Lua) implementation of Grad-CAM, the ICCV 2017 gradient-weighted class activation mapping technique for producing visual ex…
321668abandoned
ry/tensorflow-resnet
An implementation of the ResNet deep residual learning model in TensorFlow, including a tool to convert Kaiming He's published Caffe pretra…
101665abandoned
Zehaos/MobileNet
A TensorFlow implementation of Google's MobileNets, efficient convolutional neural networks for mobile vision applications, including Image…
321659abandoned
dmlc/nnvm
NNVM was a computation-graph intermediate representation and compiler front-end for deep learning frameworks, serving as the graph-level op…
101649abandoned
openai/sparse_attention
A Python library of sparse attention primitives from OpenAI's Sparse Transformers paper, including fused normal attention and strided/fixed…
101613abandoned
facebookresearch/ClassyVision
Classy Vision is an end-to-end PyTorch framework for image and video classification, offering a modular API for computer vision research wi…
101607abandoned
jcjohnson/densecap
DenseCap is a Torch implementation of a fully convolutional localization network that performs dense captioning: detecting objects in image…
321596abandoned
keras-team/keras-contrib
Keras-contrib is the official community extension repository for the Keras deep learning library, providing additional layers, activations,…
101585abandoned
carpedm20/deep-rl-tensorflow
A TensorFlow implementation of several Deep Reinforcement Learning papers, including DQN, Double DQN, and Dueling networks, for training ag…
321580abandoned
rwightman/gen-efficientnet-pytorch
A PyTorch library providing generic implementations and pretrained weights for compute-efficient image classification models such as Effici…
321577abandoned
xunhuang1995/AdaIN-style
Torch (Lua) implementation of the ICCV 2017 paper 'Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization'. It applies …
321567abandoned
longcw/yolo2-pytorch
A PyTorch implementation of the YOLOv2 real-time object detection model, based on darknet and darkflow. It includes training and inference …
321560abandoned
NVIDIA/OpenSeq2Seq
OpenSeq2Seq is a TensorFlow-based toolkit for building and training sequence-to-sequence models for neural machine translation, speech reco…
101558abandoned
wizyoung/YOLOv3_TensorFlow
A pure TensorFlow implementation of the YOLOv3 real-time object detection model, including weight conversion from darknet, training, and ev…
231551abandoned
fzliu/style-transfer
A Python implementation of the Gatys et al. neural style transfer algorithm built on Caffe, applying the artistic style of one image onto a…
321535abandoned
openai/generating-reviews-discovering-sentiment
Research code accompanying the OpenAI paper 'Learning to Generate Reviews and Discovering Sentiment', providing a byte-level multiplicative…
101521abandoned
chenriwei/DeepFace
A deep learning face analysis toolkit built on Caffe, implementing face detection, facial keypoint (alignment) detection, and face verifica…
321508abandoned
soumith/dcgan.torch
A Torch (Lua) implementation of the DCGAN paper for training deep convolutional generative adversarial networks that generate images. It su…
321488abandoned
RaoFoundation/bittensor
The Bittensor Python SDK and btcli CLI for interacting with the Bittensor decentralized machine intelligence network, where subnets produce…
101468abandoned
dhwajraj/deep-siamese-text-similarity
A TensorFlow implementation of a deep siamese LSTM network that learns phrase and sentence similarity using character-level and word-level …
321414abandoned
seathiefwang/FaceRecognition-tensorflow
A face recognition neural network trained with TensorFlow, implemented in Python. It provides a model for identifying faces in images using…
321403abandoned
raghakot/keras-resnet
A Keras implementation of Residual Networks (ResNet) using the Keras 1.0 functional API, supporting both Theano and TensorFlow backends. It…
321389abandoned
bonlime/keras-deeplab-v3-plus
A Keras implementation of the DeepLab v3+ semantic image segmentation model with pretrained weights imported from the original TensorFlow c…
231375abandoned
NifTK/NiftyNet
NiftyNet is a TensorFlow-based open-source convolutional neural networks platform for research in medical image analysis and image-guided t…
101374abandoned
TorchSSL/TorchSSL
TorchSSL is a PyTorch-based toolbox for semi-supervised learning that implements popular SSL algorithms like FixMatch, FlexMatch, MixMatch,…
321372abandoned
andersbll/deeppy
DeepPy is a Pythonic deep learning framework built on top of NumPy, with optional CUDA acceleration via the cudarray library. It provides a…
321370abandoned
MIC-DKFZ/medicaldetectiontoolkit
A PyTorch framework providing 2D and 3D implementations of object detectors like Mask R-CNN, Retina Net, and Retina U-Net, tailored for med…
321357abandoned
reiinakano/fast-style-transfer-deeplearnjs
A browser-based demo of Fast Neural Style Transfer running entirely client-side with the deeplearn.js library, letting users stylize images…
321352abandoned
NervanaSystems/ngraph
nGraph is a C++ deep learning graph compiler that accelerates neural network workloads from frameworks like TensorFlow, ONNX, MXNet, and Py…
101344abandoned
isl-org/PhotorealismEnhancement
Research code and data from Intel Labs for the paper 'Enhancing Photorealism Enhancement', a neural network that makes rendered images (e.g…
101335abandoned
facebookresearch/multipathnet
A Torch-7 implementation of the MultiPath Network for object detection from the BMVC 2016 paper by Facebook AI Research, also supporting Fa…
101331abandoned
trailbehind/DeepOSM
DeepOSM is a Python application that trains neural networks with TensorFlow to classify roads and features in satellite imagery using OpenS…
321330abandoned
IDSIA/brainstorm
Brainstorm is a Python neural network library designed to be fast, flexible, and fun, supporting multiple computing backends. The project h…
321322abandoned
bamos/dcgan-completion.tensorflow
A TensorFlow implementation of semantic image inpainting using DCGANs, based on the paper 'Semantic Image Inpainting with Perceptual and Co…
321316abandoned
happynear/caffe-windows
A Windows-specific fork of the Caffe deep learning framework with preconfigured Visual Studio project files, enabling users to build Caffe …
231309abandoned
haarnoja/sac
The original reference implementation of Soft Actor-Critic (SAC), a deep reinforcement learning algorithm for training maximum entropy poli…
321301abandoned
piiswrong/deep3d
Deep3D is a CNN-based research project that automatically converts 2D images and videos into 3D by estimating per-pixel depth maps and gene…
321299abandoned
hunkim/word-rnn-tensorflow
A TensorFlow implementation of multi-layer recurrent neural networks (LSTM/RNN) for training word-level language models, adapted from char-…
321294abandoned
tianzhi0549/CTPN
Reference implementation of CTPN (Connectionist Text Proposal Network) for detecting text lines in natural images, from the ECCV 2016 paper…
321287abandoned
leehomyc/Faster-High-Res-Neural-Inpainting
Research code implementing the CVPR 2017 paper 'High-Resolution Image Inpainting using Multi-Scale Neural Patch Synthesis', written in Lua …
321286abandoned
pluskid/Mocha.jl
Mocha.jl is a deep learning framework for Julia, inspired by Caffe, providing modular layers, solvers, and support for training convolution…
321284abandoned
Prinsphield/Wechat_AutoJump
A Python bot that automatically plays the WeChat 'Jump Jump' mini-game using computer vision and a CNN coarse-to-fine model to locate the p…
321280abandoned
kakaobrain/nerf-factory
A PyTorch library collecting reimplementations of seven popular NeRF (Neural Radiance Fields) models such as NeRF, Mip-NeRF, DVGO, and Ref-…
101272abandoned
rosejn/cortex
Cortex is a Clojure machine learning library providing neural networks, regression, and feature learning on the JVM, with optional GPU acce…
321271abandoned
hollance/Forge
Forge is a Swift library that wraps Apple's MPSCNN (Metal Performance Shaders CNN) framework to make it easier to build and run deep neural…
321264abandoned
yahoo/CaffeOnSpark
CaffeOnSpark is a Spark package that brings the Caffe deep learning framework to Hadoop and Spark clusters, enabling distributed neural net…
101261abandoned
shekkizh/FCN.tensorflow
A TensorFlow implementation of Fully Convolutional Networks (FCN) for semantic segmentation, based on the reference code from the original …
321248abandoned
ivan-vasilev/neuralnetworks
A Java library implementing deep learning algorithms and deep neural network architectures (MLPs, CNNs, RBMs, autoencoders, DBNs) with GPU …
231236abandoned
atpaino/deep-text-corrector
A TensorFlow research project that trains sequence-to-sequence deep learning models to correct small grammatical errors in short conversati…
321235abandoned
google/prettytensor
Pretty Tensor is a Python library providing a fluent, chainable builder API on top of TensorFlow for defining multi-layer neural networks. …
101227abandoned
DmitryUlyanov/texture_nets
Research code implementing the 'Texture Networks' paper for fast feed-forward texture synthesis and neural style transfer using Torch7. Onc…
321225abandoned
wagenaartje/neataptic
Neataptic is a JavaScript neural network library supporting architecture-free networks trained via neuro-evolution (NEAT) and fast backprop…
231222abandoned
maum-ai/voicefilter
An unofficial PyTorch implementation of Google AI's VoiceFilter system, which isolates a target speaker's voice from noisy mixed audio give…
321216abandoned
facebookarchive/C3D
C3D is a modified fork of BVLC Caffe that adds support for 3D convolution and pooling layers, enabling training and fine-tuning of 3D ConvN…
101181abandoned
gpleiss/temperature_scaling
A small PyTorch module implementing temperature scaling, a post-processing technique that calibrates the overconfident probability outputs …
471175abandoned
glample/tagger
A Named Entity Recognition (NER) tool implementing a state-of-the-art LSTM-CRF model that works across languages without gazetteers. It shi…
321175abandoned
hannes-brt/hebel
Hebel is a GPU-accelerated deep learning library in Python built on PyCUDA, implementing feed-forward neural networks for classification an…
231169abandoned
mila-iqia/blocks
Blocks is a Python framework for building and training neural network models on top of Theano. It provides parametrized operations called '…
231152abandoned
NVIDIA/tensorflow
NVIDIA's fork of TensorFlow 1.15 providing GPU support for newer NVIDIA hardware and CUDA libraries after Google stopped maintaining the TF…
101149abandoned
eldar/pose-tensorflow
A TensorFlow implementation of the DeeperCut and ArtTrack algorithms for human body pose estimation, supporting both single-person and mult…
321141abandoned
mateogianolio/ocr
A JavaScript library that trains a multi-layer perceptron neural network to perform optical character recognition on digits and characters.…
321132abandoned
omoindrot/tensorflow-triplet-loss
A TensorFlow implementation of triplet loss with online triplet mining strategies (batch all and batch hard), for training embedding models…
321126abandoned
VikParuchuri/texify
Texify is a deep-learning OCR model that converts images or PDFs containing math into markdown and LaTeX renderable by MathJax. It handles …
101126abandoned
da03/Attention-OCR
A Python/TensorFlow implementation of a visual attention-based OCR model that combines a sliding CNN, an LSTM, and an attention decoder to …
321117abandoned
szad670401/end-to-end-for-chinese-plate-recognition
An end-to-end Chinese license plate recognition model based on MXnet, using multi-label classification. It was trained on ~500k synthetic r…
321117abandoned
pbloem/former
A minimal, from-scratch implementation of the transformer architecture in PyTorch, accompanying a tutorial blog post on how modern transfor…
381097abandoned
carpedm20/DiscoGAN-pytorch
A PyTorch implementation of DiscoGAN, a generative adversarial network that discovers cross-domain relations in an unsupervised manner. It …
321095abandoned
MarvinTeichmann/tensorflow-fcn
A single-file TensorFlow implementation of Fully Convolutional Networks (FCN) for semantic segmentation, using VGG16 weights loaded from a …
321094abandoned
spragunr/deep_q_rl
A Theano/Lasagne-based implementation of the Deep Q-Network (DQN) algorithm from DeepMind's Atari reinforcement learning papers. It trains …
321094abandoned
dmlc/minpy
MinPy is a Python library providing a pure NumPy interface backed by MXNet, automatically dispatching operators to GPU when available and f…
101094abandoned
neuronika/neuronika
Neuronika is a machine learning framework written in pure Rust providing tensors and dynamic neural networks with reverse-mode automatic di…
321086abandoned

← prev page 23 / 27 next →