maciejbalawejder / Deep-Learning-CollectionLinks
☆64Updated 2 years ago
Alternatives and similar repositories for Deep-Learning-Collection
Users that are interested in Deep-Learning-Collection are comparing it to the libraries listed below
Sorting:
- Tutorial for how to build BERT from scratch☆94Updated last year
- LORA: Low-Rank Adaptation of Large Language Models implemented using PyTorch☆109Updated last year
- The full collection of all codes for my Youtube Channel segregated as per topic.☆426Updated last year
- Code Transformer neural network components piece by piece☆352Updated 2 years ago
- Code implementation from my blog post: https://fkodom.substack.com/p/transformers-from-scratch-in-pytorch☆92Updated last year
- Repository with all my blog posts on data science and machine learning learning topics☆80Updated 6 months ago
- ☆31Updated last year
- A tour of different optimization algorithms in PyTorch.☆99Updated 3 years ago
- Building a RNN and LSTM from scratch with NumPy.☆43Updated last year
- Object Detection with Transformers : DETR, Conditional DETR, Deformable DETR, Dynamic Head☆11Updated 2 years ago
- Visualizing some of the internals of a neural network during training and inference.☆76Updated last year
- Implementation of transformers based architecture in PyTorch.☆54Updated 4 years ago
- I will build Transformer from scratch☆70Updated last year
- A numpy implementation of the Transformer model in "Attention is All You Need"☆55Updated 11 months ago
- This repository provides code and resources for Parameter Efficient Fine-Tuning (PEFT), a technique for improving fine-tuning efficiency …☆16Updated last year
- Solving Problems with Applied Deep Learning (ITS-530)☆21Updated last month
- Learning Tensorflow Step by Step:: Concepts, Examples & Applications☆58Updated last week
- Streamlit YOLOv5 deployment template☆28Updated 2 years ago
- Building a 2.3M-parameter LLM from scratch with LLaMA 1 architecture.☆175Updated last year
- Accelerate Model Training with PyTorch 2.X, published by Packt☆44Updated last year
- ☆39Updated last month
- Just some stuff for Interview questions, books, annotated paper, notes, cheat sheets etc etc related to ML,AI, Deep Learning and Data Sc…☆114Updated last month
- my attempts at implementing various bits of Sepp Hochreiter's new xLSTM architecture☆130Updated last year
- Well documented, unit tested, type checked and formatted implementation of a vanilla transformer - for educational purposes.☆253Updated last year
- Reference implementation of Mistral AI 7B v0.1 model.