Reports
Created by
Created On
Last edited
Tutorial: Intro to Machine Learning
This short tutorial video explains what will be covered in the Weights & Biases Intro to ML series. Hear from W&B CEO, Lukas Biewald, to learn what you can expect.
1
2023-06-02
Tutorial: Batch Size and Learning Rate
In this short, beginner's video tutorial, we dive into how to tune your batch size and learning rate to improve the performance and efficiency of your models.
1
2023-06-02
Tutorial: Data Augmentation
In this video tutorial, you'll learn how to use data augmentation to increase batch size in training data, using simple Keras techniques and the CIFAR-10 dataset.
1
2023-06-02
Tutorial: Speech Recognition
In this beginner's video tutorial, you'll learn how to build a Keras model for speech classification, using similar techniques to image and text classification.
1
2023-06-02
Tutorial: One-Shot Learning
In this short, beginner's video tutorial, we'll classify objects we've never seen before using Keras and TensorFlow, using a highly generalizable technique.
1
2023-06-02
Tutorial: Transfer Learning
In this short, beginner's video tutorial we explore transfer learning, a technique which enables you take a small dataset and use it produce an accurate model.
1
2023-06-02
Tutorial: Sequence to Sequence (Seq2Seq) Models
In this short beginner's video tutorial, we introduce sequence to sequence (Seq2seq) models, which are especially useful for translation tasks. Let's dive in.
1
2023-06-02
Tutorial: Long Short-Term Memory (LSTM)
In this short, beginner's video tutorial we introduce various types of Long Short-Term Memory (LSTM) architectures, which are especially useful for text-based tasks.
0
2023-06-02
Tutorial: Text Classification Using CNNs
In this short, beginner's video tutorial, we'll take a look at the task of text classification using convolutional neural networks (CNNs), using embeddings.
1
2023-05-31
Tutorial: Text Generation with LSTMs and GRUs
In this tutorial we introduce text generation with long short-term memory (LSTMs) and gated recurrent units (GRUs). A fun application with many practical uses.
1
2023-05-31
Tutorial: Recurrent Neural Networks
In this tutorial we introduce RNNs (Recurrent Neural Network) that can classify sequences of data and time series, and build one for predicting the weather.
1
2023-05-31
Tutorial: Sentiment Analysis
In this short beginner's tutorial, we build a sentiment analysis classification model on a small Twitter dataset. We also introduce the scikit learn library.
1
2023-05-31
Tutorials: Autoencoders
In this beginner's tutorial, we learn to build a de-noising algorithm using an autoencoder, diving into the context and background of the technique along the way.
1
2023-05-31
Tutorial: Convolutional Neural Networks
In this beginner's tutorial, we build our first convolutional neural network (CNN) for image classification, before diving into the details of how CNNs work.
1
2023-05-31
Tutorial: Multilayer Perceptrons
In this beginner's tutorial, we build a more complicated neural network for image classification and cover some details of how neural networks really function.
1
2023-05-31
Tutorial: What is Machine Learning?
In this short tutorial, we explain what machine learning (ML) really is, and get into the details of what machine learning practitioners really care about.
1
2023-05-31
Tutorial: Weights & Biases Code Set-up
Find the code you need to get started with Weights & Biases for experiment tracking, visualizations, and much more in this very short article.
0
2023-05-31
Tutorial: Build a Neural Network
In this video, we learn how to build an image classifier using Keras using the MNIST dataset, and to debug some of the common issues. We use W&B along the way.
1
2023-05-31