Object Detection Using Yolov11 Model

Introduction This project builds on Ultralytics repository, utilizing YOLOv11 model for object detection on COCO dataset, which contains 122,000 natural images across 80 object classes. Using Tensorleap, we analyze the model’s latent space, uncover hidden patterns, identify mislabeled samples, in order to improve model performance and dataset quality. Tensorleap Platform Tensorleap is a platform for […]

Action Recognition – Kinetics-400

Action Recognition Using the Kinetics-400 Dataset

Introduction Video classification is a common and complex area in machine learning. Unlike other vision tasks that contain only spatial information (Segmentation, Object Detection, Mono-Depth), the addition of the temporal dimension makes error analysis and pinpointing failures root-cause especially challenging. In this blog, we explore that challenge through the lens of Tensorleap, a powerful platform […]

The MNIST Dataset

MNIST

In this example, we used the MNIST dataset (handwritten digits) to train a convolutional neural network (CNN) for image classification, and reached a validation accuracy of ~0.98 on our trained model.

LibriSpeech Dataset With Wav2vec

stt-wav2vec2-librispeech

A speech recognition task for predicting the text from an audio file. We utilize a wav2vec model trained on the librispeech-asr benchmark, implemented using Keras and Tensorflow.

Sentiment Analysis

The IMDB dataset is one of the most popular sentiment analysis datasets. It contains multiple movie reviews, each annotated with either a positive or negative label. In this example, a classifier model was built to predict positive and negative reviews.

Detecting Pneumonia – Chest X-Ray Images

The project uses transfer learning from a pre-trained DensNet201 network to classify chest X-ray images into one of three classes- normal, bacteria, or virus. In a DenseNet, we use dense connections between layers, using Dense Blocks, where each layer (with identical feature maps) directly connects with each other through dense connections. On the left panel of the chest X-ray […]

Optical Flow – Raft

This project utilizes the RAFT (Recurrent All-pairs Field Transforms) model that estimates Optical Flow using the KITTI dataset.