Intro to Pytorch with W&B

In this tutorial we’ll walk through a simple convolutional neural network to classify the images in CIFAR10 using PyTorch. We’ll also set up Weights & Biases to log models metrics, inspect performance and share findings about the best architecture...

Natural Language Toolkit

NLTK is a leading platform for building Python programs to work with human language data. It provides easy-to-use interfaces to over 50 corpora and lexical resources such as WordNet, along with a suite of text processing libraries for classification, tokenization,...