该项目目标是实现一个既能让深度学习小白也能搞懂,又能服务科研和工业社区的代码库。从代码角度,让世界上没有难读的论文
#计算机科学#This repository contains deep learning models on FashionMNIST(state-of-art dataset).
#计算机科学#Python from-scratch implementation of a Neural Network Classifier. Dive into the fundamentals of approximation, non-linearity, regularization, gradients, and backpropagation.
#计算机科学#MNIST Image reconstruction using Autoencoders
Annotated vanilla implementation in PyTorch of the Transformer model introduced in 'Attention Is All You Need'.