Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Deep Learning

Deep Learning

937 projects

Showing 36 of 937 projects

steppy
steppyPython

A lightweight Python library for building reproducible machine learning pipelines with minimal interface constraints.

#experimentation#python-library#data-science
Stars136
Forks32
Last commit7 years ago
E2E TFLite Tutorials
E2E TFLite Tutorials

A community-driven collection of end-to-end tutorials for creating and deploying TensorFlow Lite models on mobile devices.

#community-projects#deep-learning#on-device-ai
Stars135
Forks26
Last commit4 years ago
mmWave-localization-learning
mmWave-localization-learningPython

A machine learning algorithm for accurate, energy-efficient outdoor positioning using 5G mmWave beamformed fingerprints.

#mmwave#deep-learning#5g
Stars132
Forks42
Last commit2 years ago
SymJAX
SymJAXPython

A symbolic programming library built on JAX for concise, explicit, and optimized machine learning computations.

#jax#deep-learning#signal-processing
Stars131
Forks5
Last commit3 years ago
HParams
HParamsPython

A lightweight Python library for explicit, type-checked function configuration via a centralized Python file.

#multiprocessing#hyperparameter-tuning#deep-learning
Stars131
Forks8
Last commit1 year ago
Torch7 Tutorials
Torch7 TutorialsLua

Tutorial materials for the 2012 IPAM Graduate Summer School on Deep Learning and Feature Learning using Theano and Torch.

#python-tutorials#deep-learning#educational-materials
Stars130
Forks55
Last commit9 years ago
origami
origamiClojure

A JVM library providing the lowest barrier of entry to image processing, computer vision, and neural networks using OpenCV.

#dnn#yolov8#opencv
Stars130
Forks6
Last commit5 months ago
PlantSeg
PlantSegPython

A tool for cell instance aware segmentation in densely packed 3D volumetric images, originally developed for plant tissues.

#bioimage-analysis#neural-network#3d-segmentation
Stars128
Forks42
Last commit18 days ago
Deep NeuroEvolution
Deep NeuroEvolutionRuby

A collection of neuroevolution experiments for reinforcement learning control problems using unsupervised learning feature extractors.

#openai-gym#gvgai#deep-learning
Stars126
Forks10
Last commit6 years ago
AxonDeepSeg
AxonDeepSegPython

A deep learning tool for automatic axon and myelin segmentation from microscopy images using convolutional neural networks.

#axon-segmentation#bioimage-analysis#neuroscience
Stars126
Forks33
Last commit15 days ago
Introduction to Deep Learning Using Python (GitHub)
Introduction to Deep Learning Using Python (GitHub)Python

A hands-on workshop introducing deep learning concepts with practical examples using neural networks, CNNs, RNNs, and autoencoders.

#autoencoders#educational#deep-learning
Stars126
Forks80
Last commit
Mnemonic Descent Method
Mnemonic Descent MethodJupyter Notebook

A TensorFlow implementation of the Mnemonic Descent Method for end-to-end face alignment.

#snapchat#facial-landmarks#deep-learning
Stars123
Forks45
Last commit4 years ago
TF2JAX
TF2JAXPython

An experimental library that converts TensorFlow functions and graphs into JAX functions for reuse and fine-tuning within JAX codebases.

#jax#model-conversion#deep-learning
Stars123
Forks20
Last commit19 days ago
open-solution-salt-identification
open-solution-salt-identificationPython

An open-source benchmark solution for the Kaggle TGS Salt Identification Challenge using semantic segmentation.

#pipeline-framework#data-science#pipeline
Stars121
Forks44
Last commit
jax-resnet
jax-resnetPython

Flax implementations and pretrained checkpoints for ResNet, Wide ResNet, ResNeXt, ResNet-D, and ResNeSt in JAX.

#transfer-learning#jax#resnet
Stars120
Forks8
Last commit4 years ago
GeneCompass
GeneCompassJupyter Notebook

A knowledge-informed cross-species foundation model pre-trained on over 120 million human and mouse single-cell transcriptomes to decipher universal gene regulatory mechanisms.

#cell-type-annotation#cross-species-analysis#deep-learning
Stars119
Forks22
Last commit
Sinabs
SinabsPython

A PyTorch-based deep learning library for building and training spiking convolutional neural networks with hardware deployment support.

#python-library#hardware-deployment#deep-learning
Stars118
Forks14
Last commit5 months ago
5000 Images of Clothes
5000 Images of Clothes

A freely usable dataset of over 5,000 labeled clothing images across 20 categories for machine learning projects.

#training-data#deep-learning#kaggle-dataset
Stars118
Forks43
Last commit5 years ago
GitHub repository
GitHub repositoryPython

A 3D object detection method that exploits visibility information from LiDAR point clouds to improve accuracy.

#lidar#autonomous-driving#raycasting
Stars118
Forks16
Last commit5 years ago
Vulpes
VulpesJavaScript

A deep belief net and deep learning implementation written in F# with GPU acceleration via Alea.cuBase.

#deep-belief-networks#functional-programming#deep-learning
Stars116
Forks18
Last commit9 years ago
born
bornGo

A production-ready deep learning framework for Go that enables training and deploying neural networks as single binaries with a PyTorch-like API.

#high-performance#transformer-models#webgpu
Stars116
Forks11
Last commit2 days ago
Sei
SeiPython

A deep learning framework for predicting chromatin profiles and sequence regulatory activities from DNA sequences and variants.

#variant-effect-prediction#deep-learning#computational-biology
Stars115
Forks11
Last commit3 years ago
ILGnet
ILGnetPython

A deep learning model for classifying image aesthetic quality using Inception modules and fine-tuned connected layers.

#transfer-learning#image-aesthetics#ava-dataset
Stars114
Forks38
Last commit8 years ago
hnn
hnnHaskell

A Haskell library for building and training feed-forward neural networks with automatic differentiation.

#haskell#functional-programming#gradient-descent
Stars114
Forks14
Last commit9 years ago
clojure-tensorflow
clojure-tensorflowClojure

A lightweight Clojure wrapper for TensorFlow's Java API, providing idiomatic access to machine learning operations.

#java-interop#functional-programming#interop
Stars113
Forks18
Last commit6 years ago
Eqxvision
EqxvisionPython

A Python package providing popular computer vision model architectures built with Equinox for JAX.

#transfer-learning#jax#deep-learning
Stars112
Forks15
Last commit2 years ago
Einshape
EinshapePython

A DSL-based library for unified tensor reshaping, squeezing, expanding, and transposing in JAX, TensorFlow, and NumPy.

#tensor-reshaping#scientific-computing#jax
Stars111
Forks7
Last commit2 years ago
DL4S
DL4SSwift

A Swift library for accelerated tensor operations and dynamic neural networks with automatic differentiation, supporting all Apple platforms and Linux.

#ios#gradient-descent#transformer-models
Stars110
Forks13
Last commit2 years ago
Hyperopt for a Keras CNN on CIFAR-100
Hyperopt for a Keras CNN on CIFAR-100Python

A tutorial and demo using Hyperopt to auto-optimize CNN architecture and hyperparameters for the CIFAR-100 dataset with Keras/TensorFlow.

#hyperparameter-optimization#hyperparameter-tuning#hyperparameters-optimization
Stars108
Forks74
Last commit
Ark-Analysis
Ark-AnalysisJupyter Notebook

A Python toolbox for analyzing multiplexed imaging data, featuring segmentation, pixel/cell clustering, and spatial analysis.

#bioimage-analysis#data-science#deep-learning
Stars107
Forks31
Last commit6 months ago
Deep Learning for Biologists with Keras
Deep Learning for Biologists with KerasJupyter Notebook

A collection of Google Colab tutorials teaching biologists how to apply deep learning with Keras to real-world biological and agricultural problems.

#google-colab#transfer-learning#plant-science
Stars107
Forks30
Last commit
jax-unirep
jax-unirepTeX

A performant JAX reimplementation of the UniRep model for generating protein sequence representations.

#jax#deep-learning#sequence-representation
Stars107
Forks31
Last commit1 year ago
red-chainer
red-chainerRuby

A flexible deep learning framework for Ruby, ported from Python's Chainer.

#ai-framework#deep-learning#neural-networks
Stars103
Forks17
Last commit4 years ago
Awesome Drug Interactions, Synergy, and Polypharmacy Prediction
Awesome Drug Interactions, Synergy, and Polypharmacy Prediction

A curated collection of readings and resources for relational deep learning models applied to drug pair scoring tasks.

#pharmacology#relational-learning#drug-synergy
Stars100
Forks15
Last commit4 years ago
Awesome Drug Synergy, Interaction and Polypharmacy Prediction
Awesome Drug Synergy, Interaction and Polypharmacy Prediction

A curated collection of resources and survey paper on relational deep learning methods for drug pair scoring tasks.

#pharmacology#biomedical-research#relational-learning
Stars100
Forks15
Last commit4 years ago
Ladder Network
Ladder NetworkPython

A Keras implementation of Ladder Networks for semi-supervised learning, achieving 98% accuracy on MNIST with only 100 labeled examples.

#deep-learning#neural-networks#keras
Stars99
Forks34
Last commit5 years ago
PreviousPage 22 of 27

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
10 years ago
5 years ago
5 months ago
8 years ago
7 years ago
Next
#Machine Learning643
#Computer Vision331
#Neural Networks311
#Tensorflow246
#Pytorch222
#Python198
#Neural Network104
#Python Library92
#Data Science90
#Reinforcement Learning78
#Object Detection66
#Keras64