lpraat / numpyCNN
A simple vectorized implementation of a Convolutional Neural Network in plain Numpy && more
☆23Updated 6 years ago
Alternatives and similar repositories for numpyCNN:
Users that are interested in numpyCNN are comparing it to the libraries listed below
- A Numpy implementation of a Convolutional Neural Network: slow & fast (im2col/col2im).☆56Updated last year
- Easily benchmark PyTorch model FLOPs, latency, throughput, allocated gpu memory and energy consumption☆98Updated last year
- This repo implements and trains DallE-1 on a synthetically generated dataset which has colored mnist images on texture/solid background a…☆11Updated 5 months ago
- Neural Networks library in pure numpy☆67Updated last year
- VQVAEs, GumbelSoftmaxes and friends☆557Updated 3 years ago
- Personal short implementations of Machine Learning papers☆249Updated last year
- A Simplified PyTorch Implementation of Vision Transformer (ViT)☆172Updated 9 months ago
- Notes on quantization in neural networks☆78Updated last year
- Attention Is All You Need | a PyTorch Tutorial to Transformers☆302Updated last year
- The correct way to resize images or tensors. For Numpy or Pytorch (differentiable).☆557Updated last year
- PDFs and Codelabs for the Efficient Deep Learning book.☆192Updated last year
- PyTorch 101 series covering everything from the basic building blocks all the way to building custom architectures.☆260Updated 4 years ago
- ☆142Updated 2 months ago
- High-quality Neural Networks for Computer Vision 😎☆444Updated 2 years ago
- Paper implementations from scratch and machine learning tutorials☆347Updated last year
- Code implementation from my blog post: https://fkodom.substack.com/p/transformers-from-scratch-in-pytorch☆93Updated last year
- ResNet Implementation, Training, and Inference Using LibTorch C++ API☆39Updated 9 months ago
- FrancescoSaverioZuppichini / Pytorch-how-and-when-to-use-Module-Sequential-ModuleList-and-ModuleDictCode for my medium article☆370Updated 4 years ago
- Tensorflow implementation of the Vision Transformer (An Image is Worth 16x16 Words: Transformer☆100Updated 4 years ago
- All about the fundamental blocks of TF and JAX!☆276Updated 3 years ago
- A simple program to calculate and visualize the FLOPs and Parameters of Pytorch models, with handy CLI and easy-to-use Python API.☆129Updated 4 months ago
- torchview: visualize pytorch models☆898Updated 2 weeks ago
- Implementation of a memory efficient multi-head attention as proposed in the paper, "Self-attention Does Not Need O(n²) Memory"☆374Updated last year
- Creating a diffusion model from scratch in PyTorch to learn exactly how they work.☆350Updated last week
- Pytorch Implementation of Transformers Explained with Comments☆15Updated 4 years ago
- Animation of standard and transposed convolutional layers☆37Updated 3 years ago
- Implementation of the generalized 2D convolution with dilation from scratch in Python and NumPy☆53Updated 4 years ago
- A crash course on PyTorch hooks☆40Updated 4 years ago
- This is an ongoing project of designing a custom object detector from scratch. You can also use the pytorch-lightning training pipeline t…☆9Updated 2 years ago
- deep learning from scratch. uses numpy/cupy, trains in GPU, follows pytorch API☆19Updated last year