rasbt/deeplearning-models
A collection of deep learning architecture implementations (MLPs, CNNs, RNNs, transformers) in PyTorch and TensorFlow as executable notebooks.

Velocity · 7d
+6.8
★ / day
Trend
→steady
star history
This repository contains Jupyter notebooks implementing various deep learning models and architectures from scratch using PyTorch and TensorFlow. It covers traditional ML algorithms (perceptron, logistic regression), multilayer perceptrons with regularization, convolutional neural networks, recurrent networks, and modern architectures. Both framework implementations are provided side-by-side for comparison.