Found 2,266 repositories(showing 30)
seungeunrho
Implementations of basic RL algorithms with minimal lines of codes! (pytorch based)
PetrochukM
Basic Utilities for PyTorch Natural Language Processing (NLP)
ne7ermore
Deep-learning by using Pytorch. Basic nns like Logistic, CNN, RNN, LSTM and some examples are implemented by complex model.
Skylark0924
🔥🌟《Machine Learning 格物志》: ML + DL + RL basic codes and notes by sklearn, PyTorch, TensorFlow, Keras & the most important, from scratch!💪 This repository is ALL You Need!
gordicaleksa
PyTorch implementation of DeepDream algorithm (Mordvintsev et al.). Additionally I've included playground.py to help you better understand basic concepts behind the algo.
Paperspace
PyTorch 101 series covering everything from the basic building blocks all the way to building custom architectures.
Kaixhin
Basic versions of agents from Spinning Up in Deep RL written in PyTorch
awjuliani
A basic PyTorch implementation of 'Denoising Diffusion Probabilistic Models'
moboehle
Basic LRP implementation in PyTorch
JayPatwardhan
Basic implementation of ResNet 50, 101, 152 in PyTorch
bharathgs
Basic pytorch implementation of NAC/NALU from Neural Arithmetic Logic Units paper by trask et.al
kaifishr
A basic implementation of Layer-wise Relevance Propagation (LRP) in PyTorch.
hojunkim13
Basic implementation of physics-informed neural network with pytorch.
overshiki
pytorch implementation of basic kmeans algorithm(lloyd method with forgy initialization) with gpu support
KerfuffleV2
A relatively basic implementation of RWKV in Rust written by someone with very little math and ML knowledge. Supports 32, 8 and 4 bit evaluation. It can also directly load PyTorch RWKV models.
pcyin
A simple yet strong implementation of neural machine translation in pytorch
Script for converting the pretrained VGGish model provided with AudioSet from TensorFlow to PyTorch, along with a basic smoke test.
wangguanan
Simple Pytorch implementations of most used Generative Adversarial Network (GAN) varieties.
donggeai
This repository provides tutorial for deep learning researchers and PyTorch beginners to learn and practice PyTorch.
branislav1991
A basic framework for your PyTorch projects
最入门的神经网络示例代码,pytorch版
sunny2109
Unofficial PyTorch code for BasicVSR
scofield7419
several basic neural networks[mlp, autoencoder, CNNs, recurrentNN, recursiveNN] implements under several NN frameworks[ tensorflow, pytorch, theano, keras]
zhangzp9970
Unofficial pytorch implementation of paper: Model Inversion Attacks that Exploit Confidence Information and Basic Countermeasures
gudgud96
PyTorch version of Spotify's Basic Pitch
ceshine
For those who already have some basic idea about deep learning, and preferably are familiar with PyTorch.
aws-solutions-library-samples
This Guidance demonstrates how to deploy a machine learning inference architecture on Amazon Elastic Kubernetes Service (Amazon EKS). It addresses the basic implementation requirements as well as ways you can pack thousands of unique PyTorch deep learning (DL) models into a scalable architecture and evaluate performance
zlpure
Some Basic PyTorch Practice
Basic implementation of BERT and Transformer in Pytorch in one short python file (also includes "predict next word" GPT task)
shaoeric
A basic and simple training framework for pytorch. Easy to expand for multi network interaction.