Pranjal Chaubeypranjal28.hashnode.dev·Oct 11, 2024Building a Time-Based Movie Recommendation System with BERT4RecMovie recommendation systems have become an essential part of everyday digital experiences. From helping us find our next favorite Netflix binge to discovering hidden gems on YouTube, recommendation algorithms play a pivotal role. Today, we're diving...50 readsBERT
After Hours Researchafterhoursresearch.hashnode.dev·Nov 1, 2023Llama2 From Scratch with Pytorch LightningIn our previous blog post, we built the Llama LLM with PyTorch Lightning, with Weights & Biases for experiment tracking and Hydra for configuration management. Now, we turn our attention to Llama 2, the successor to Llama. Let's look at the differenc...1.4K readsLlama SeriesPython
After Hours Researchafterhoursresearch.hashnode.dev·Nov 1, 2023Llama From Scratch with Pytorch LightningWelcome to this deep dive into building Llama from scratch. This project is inspired by Llama from scratch, but it diverges in several ways. For instance, we make various architectural adjustments, such as modifications to the placement of residuals ...867 readsLlama Seriespytorch
Bibek Chalisewww.chalisebibek.com.np·Aug 29, 2023Image Classification with PyTorch Lightning (Simple ANN)Introduction Hello everyone, welcome to my Blog in this tutorial, we will be learning how to do simple image classification as we did in the last tutorial but this time, we will be leveraging PyTorch Lightning to do the same task but with ease. So, I...108 readsMachine Learning & Deep LearningPython
Siddhi Kiran Bajracharyasiddhibajracharya.hashnode.dev·Jul 23, 2023Should I start using PyTorch Lightning?I started using PyTorch only after I began my graduate studies. I had not delved into PyTorch as I was working mostly with TensorFlow and Keras when I was working in a company. The first thing I noticed switching from Keras to PyTorch was that there ...195 readsPytorchpytorch