Best Open Source neural networks Libraries
A curated list of the most popular GitHub repositories tagged with neural networks. Select any project to visualize its architecture and dive into the codebase using RepoMind's AI engine.
#1rasbt/LLMs-from-scratch
Implement a ChatGPT-like LLM in PyTorch from scratch, step by step
#2labmlai/annotated_deep_learning_paper_implementations
🧑🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
#3keras-team/keras
Deep Learning for humans
#4deepfakes/faceswap
Deepfakes Software For All
#5explosion/spaCy
💫 Industrial-strength Natural Language Processing (NLP) in Python
#6yunjey/pytorch-tutorial
PyTorch Tutorial for Deep Learning Researchers
#7mozilla/DeepSpeech
DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.
#8bloc97/Anime4K
A High-Quality Real Time Upscaler for Anime Video
#9microsoft/onnxruntime
ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
#10Unity-Technologies/ml-agents
The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning.
#11iperov/DeepFaceLab
DeepFaceLab is the leading software for creating deepfakes.
#12k4yt3x/video2x
A machine learning-based video super resolution and frame interpolation framework. Est. Hack the Valley II, 2018.
#13ujjwalkarn/Machine-Learning-Tutorials
machine learning and deep learning tutorials, articles and other resources
#14janishar/mit-deep-learning-book-pdf
MIT Deep Learning Book in PDF format (complete and parts) by Ian Goodfellow, Yoshua Bengio and Aaron Courville
#15bigscience-workshop/petals
🌸 Run LLMs at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading
#16google-deepmind/sonnet
TensorFlow-based neural network library
#17yzhao062/pyod
A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques
#18eriklindernoren/Keras-GAN
Keras implementations of Generative Adversarial Networks.