Custom Google Search APIIf you want to get results of Google search results programmatically with the API, follow this tutorial.Jul 23, 2021Jul 23, 2021
Published inTowards Data ScienceFine-Tuning GPT2 on Colab GPU… For Free!Leveraging Google Colab’s GPU to fine-tune pretrained GPT2Jun 12, 20203Jun 12, 20203
Published inSuper.comScaling AllenNLP/PyTorch in ProductionAt Snaptravel, we have built a chatbot that allows people to book hotels. This article is not about how we built the models, we already…Jan 30, 20204Jan 30, 20204
AllenNLP Tutorial: How to use OpenAI’s (and HuggingFace’sGPT-2 for Language ModelingOpenAI’s GPT-2 is a model based on transformer, trained on 8 million websites with over 1.5 billion parameters.[1] Along with BERT, GPT-2…Oct 11, 2019Oct 11, 2019
Published inFAUN — Developer Community 🐾Docker Tutorial: Quick Guide for NewbiesThis guide is a summary of the basic essential things to do to create a Docker image, and run it. It cuts away a lot of details that you…Oct 7, 2019Oct 7, 2019
Creating AlexNet on Tensorflow from Scratch. Part 5: Transfer LearningThe previous parts allowed us to train the data and improve accuracy by adding dropout, and tuning hyperparameters. It’s nice to know how…Feb 9, 2019Feb 9, 2019
Creating AlexNet on Tensorflow from Scratch. Part 4: Improving AccuracyAdding DropoutFeb 9, 2019Feb 9, 2019
Creating AlexNet on Tensorflow from Scratch. Part 3: Training AlexNetSetting Up TrainingFeb 9, 20191Feb 9, 20191
Creating AlexNet on Tensorflow from Scratch. Part 2: Creating AlexNetThis is part 2 of a series where I’m going to go through creating AlexNet and training it on CIFAR-10 data, from scratch. This portion…Feb 9, 20191Feb 9, 20191
Creating AlexNet on Tensorflow from Scratch. Part 1: Getting CIFAR-10 DataAlexNet with Tensorflow in Python 3, and step through how to modify it for CIFAR-10 dataFeb 9, 2019Feb 9, 2019