Pytorch
How to Freeze Model Weights in PyTorch for Transfer Learning: Step-by-Step Tutorial
A step-by-step guide to freezing weights in PyTorch for transfer learning, using a simple example.
pythonpytorchneural-network
DeepFake Face-Swap in Video with Pytorch and OpenCV
How to build a face swap program project using both Pytorch and OpenCV.
computer-visiondeepfakeartificial-intelligence
Creating Your Own ChatGPT: A Guide to Fine-Tuning LLMs with LoRA
As AI continues to evolve, chatbots are becoming increasingly sophisticated and human-like in their ability to respond to natural language inputs. One of the most impressive models in this space is…
chatgptchatbotspytorch
Understand collate_fn in PyTorch
A beginner-friendly tutorial on how to create batches in PyTorch and how to modify default behavior for our needs.
pytorchpythondeep-learning
Denoising Autoencoder in Pytorch on MNIST Dataset
pytorchpythondeep-learning