Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Neural Networks

Neural Networks

159 projects

Showing 36 of 159 projects

awesome-rnn: list of resources (GitHub Repo)
awesome-rnn: list of resources (GitHub Repo)

A curated list of resources dedicated to recurrent neural networks (RNNs) and deep learning.

#research-papers#deep-learning#neural-networks
Stars6.2k
Forks1.4k
Last commit4 years ago
Swift-AI
Swift-AISwift

A high-performance deep learning library written entirely in Swift, optimized for Apple hardware.

#scientific-computing#apple-platforms#ios
Stars6.1k
Forks554
Last commit9 years ago
TensorFlow tutorials
TensorFlow tutorialsJupyter Notebook

A collection of simple tutorials introducing deep learning concepts using Google's TensorFlow framework.

#ai#educational#data-science
Stars6.0k
Forks1.5k
Last commit2 years ago
tiny-dnn
tiny-dnnC++

A header-only, dependency-free deep learning framework in C++14 for embedded systems and IoT devices.

#iot#embedded-systems#neural-network
Stars6.0k
Forks1.4k
Last commit4 years ago
Chainer
ChainerPython

A flexible Python deep learning framework using define-by-run dynamic computational graphs for neural network research.

#research-tool#cuda#chainer
Stars5.9k
Forks1.4k
Last commit2 years ago
gorgonia
gorgoniaGo

A library for building and evaluating mathematical expressions and neural networks in Go, with automatic differentiation and GPU support.

#gradient-descent#neural-network#deep-learning
Stars5.9k
Forks449
Last commit1 year ago
More TensorFlow tutorials
More TensorFlow tutorialsJupyter Notebook

A collection of TensorFlow tutorials covering basics to advanced neural network architectures with Python code and notebooks.

#python-tutorials#autoencoders#educational-resources
Stars5.7k
Forks1.2k
Last commit
leela-zero
leela-zeroC++

An open-source Go engine that replicates AlphaGo Zero's architecture, learning solely through self-play without human knowledge.

#game-ai#opencl#deep-learning
Stars5.6k
Forks1.0k
Last commit2 years ago
keras-rl
keras-rlPython

A Python library implementing state-of-the-art deep reinforcement learning algorithms with seamless Keras integration.

#openai-gym#neural-networks#ddpg
Stars5.6k
Forks1.3k
Last commit2 years ago
leaf
leafRust

An open-source machine learning framework for building classical, deep, or hybrid ML applications with a focus on performance and portability.

#cuda#opencl#deep-learning
Stars5.5k
Forks269
Last commit2 years ago
rust
rustRust

Rust language bindings for TensorFlow, providing idiomatic access to machine learning capabilities.

#deep-learning#neural-networks#gpu-computing
Stars5.5k
Forks436
Last commit1 year ago
flashlight
flashlightC++

A fast, flexible C++ standalone library for machine learning with high-performance defaults and total internal modifiability.

#high-performance-computing#neural-network#arrayfire
Stars5.4k
Forks503
Last commit
flashlight
flashlightC++

A fast, flexible C++ standalone library for machine learning with high-performance defaults and total internal modifiability.

#high-performance-computing#neural-network#arrayfire
Stars5.4k
Forks503
Last commit2 months ago
Graph Nets
Graph NetsPython

DeepMind's library for building graph networks in TensorFlow and Sonnet, enabling graph-structured data processing with neural networks.

#graph-structured-data#graph-neural-networks#graph-processing
Stars5.4k
Forks776
Last commit
tch-rs
tch-rsRust

Rust bindings for the C++ API of PyTorch, providing thin wrappers around libtorch.

#neural-network#deep-learning#bindings
Stars5.4k
Forks420
Last commit29 days ago
Augmentor
AugmentorPython

A Python library for image augmentation in machine learning, offering a stochastic pipeline approach with fine-grained control over operations.

#pytorch-integration#python-library#image-augmentation
Stars5.1k
Forks875
Last commit2 years ago
machine-learning-book
machine-learning-bookJupyter Notebook

Code repository for the 'Machine Learning with PyTorch and Scikit-Learn' book, providing practical examples and notebooks.

#code-examples#data-science#deep-learning
Stars5.1k
Forks1.8k
Last commit3 months ago
Have Fun With Machine Learning
Have Fun With Machine LearningPython

A hands-on beginner's guide to machine learning and image classification using Caffe and DIGITS with neural networks.

#transfer-learning#neural-network#deep-learning
Stars5.1k
Forks535
Last commit
GitHub repository
GitHub repositoryPython

A PyTorch library providing GPU-accelerated tools for 3D deep learning, including differentiable rendering and geometric operations.

#cuda#rasterization#differentiable-lighting
Stars5.1k
Forks619
Last commit
Graph Based Deep Learning Literature
Graph Based Deep Learning LiteratureJupyter Notebook

A curated collection of links to conference publications, surveys, and software in graph-based deep learning.

#graph-neural-networks#literature-review#graph
Stars5.1k
Forks784
Last commit
keras-js
keras-jsJavaScript

Run trained Keras models directly in the browser with GPU acceleration via WebGL.

#deep-learning#neural-networks#keras
Stars5.0k
Forks493
Last commit3 years ago
textgenrnn
textgenrnnPython

A Python module for easily training character- or word-level text-generating neural networks on any dataset with minimal code.

#char-rnn#deep-learning#neural-networks
Stars4.9k
Forks733
Last commit3 years ago
djl
djlJava

An engine-agnostic deep learning framework for Java developers, providing a high-level API for model training and inference.

#ai#neural-network#model-training
Stars4.8k
Forks744
Last commit10 days ago
ignite
ignitePython

A high-level library for training and evaluating neural networks in PyTorch with a flexible engine and event system.

#distributed-training#hacktoberfest#neural-network
Stars4.8k
Forks696
Last commit8 days ago
DrQA
DrQAPython

A PyTorch system for open-domain question answering by retrieving and reading documents, originally applied to Wikipedia.

#information-retrieval#neural-networks#question-answering
Stars4.5k
Forks886
Last commit2 years ago
TensorFlow Book
TensorFlow BookJupyter Notebook

Official code repository for the 'Machine Learning with TensorFlow' book with practical examples.

#code-examples#autoencoder#data-science
Stars4.4k
Forks1.2k
Last commit3 years ago
Oryx
OryxJupyter Notebook

A library for probabilistic reasoning and statistical analysis integrated with TensorFlow and JAX.

#statistical-analysis#variational-inference#jax
Stars4.4k
Forks1.1k
Last commit8 days ago
DSSTNE - Amazon's library for building Deep Learning models
DSSTNE - Amazon's library for building Deep Learning modelsC++

An open-source library for training and deploying deep learning recommendation models with sparse data at scale using multi-GPU support.

#multi-gpu#sparse-data#deep-learning
Stars4.4k
Forks727
Last commit
Warp-CTC
Warp-CTCCuda

A fast parallel implementation of the Connectionist Temporal Classification (CTC) loss function for CPU and GPU.

#cuda#parallel-computing#torch-binding
Stars4.1k
Forks1.0k
Last commit2 years ago
neuralforecast
neuralforecastPython

A Python library offering scalable and user-friendly implementations of state-of-the-art neural forecasting models.

#transformer#nbeatsx#neural-network
Stars4.1k
Forks486
Last commit2 days ago
Neon - Python based Deep Learning Framework
Neon - Python based Deep Learning FrameworkPython

Intel's reference deep learning framework designed for high performance across CPUs, GPUs, and custom hardware.

#fast#neural-network#intel-mkl
Stars3.9k
Forks808
Last commit
DeepLearnToolbox
DeepLearnToolboxMATLAB

A MATLAB/Octave toolbox for deep learning with implementations of neural networks, deep belief nets, autoencoders, and convolutional networks.

#deep-belief-networks#research-tool#autoencoders
Stars3.9k
Forks2.3k
Last commit
Andrew-NG-Notes
Andrew-NG-NotesJupyter Notebook

A collection of handwritten notes, notebooks, and resources for Andrew Ng's Deep Learning Specialization on Coursera.

#neural-network#educational-resources#deep-learning
Stars3.7k
Forks1.2k
Last commit8 months ago
Colorization
ColorizationPython

Automatic and interactive image colorization using deep neural networks, with PyTorch models for ECCV 2016 and SIGGRAPH 2017 papers.

#automatic-colorization#deep-learning#neural-networks
Stars3.5k
Forks929
Last commit2 years ago
DyNet
DyNetC++

A neural network library optimized for dynamic structures that change per training instance, with C++ and Python bindings.

#cpp-library#auto-batching#research-toolkit
Stars3.4k
Forks702
Last commit2 years ago
flownet2-pytorch
flownet2-pytorchPython

PyTorch implementation of FlowNet 2.0 for optical flow estimation using deep neural networks.

#cuda#deep-learning#neural-networks
Stars3.3k
Forks747
Last commit24 days ago
PreviousPage 3 of 5

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
4 years ago
2 months ago
3 years ago
4 years ago
1 day ago
2 months ago
6 years ago
5 years ago
7 years ago
Next
#Deep Learning139
#Machine Learning135
#Tensorflow48
#Computer Vision40
#Python36
#Neural Network35
#Pytorch32
#Python Library20
#Artificial Intelligence19
#Gpu Acceleration19
#Reinforcement Learning19
#Data Science17