LogoLogo
  • Tensorleap
  • Examples
    • Semantic Segmentation
    • Image Analysis
    • Sentiment Analysis
    • MNIST Project Walkthrough
    • IMDB Project Walkthrough
  • Quickstart using CLI
  • Guides
    • Full Guides
      • MNIST Guide
        • Dataset Integration
        • Model Integration
        • Model Perception Analysis
        • Advanced Metrics
      • IMDB Guide
        • Dataset Integration
        • Model Integration
        • Model Perception Analysis
        • Advanced Metrics
    • Integration Script
      • Preprocess Function
      • Input Encoder
      • Ground Truth Encoder
      • Metadata Function
      • Visualizer Function
      • Prediction
      • Custom Metrics
      • Custom Loss Function
      • Custom Layers
      • Unlabeled Data
      • Examples
        • CelebA Object Detection (YoloV7)
        • Wikipedia Toxicity (using Tensorflow Datasets)
        • Confusion Matrix
        • CelebA Classification (using GCS)
  • Platform
    • Resources Management
    • Project
    • Dataset
    • Secret Manager
    • Network
      • Dataset Node
      • Layers
      • Loss and Optimizer
      • Visualizers
      • Import Model
      • Metrics
    • Evaluate / Train Model
    • Metrics Dashboard
    • Versions
    • Issues
    • Tests
    • Analysis
      • helpers
        • detection
          • YOLO
    • Team management
    • Insights
  • API
    • code_loader
      • leap_binder
        • add_custom_metric
        • set_preprocess
        • set_unlabeled_data_preprocess
        • set_input
        • set_ground_truth
        • set_metadata
        • add_prediction
        • add_custom_loss
        • set_visualizer
      • enums
        • DatasetMetadataType
        • LeapDataType
      • datasetclasses
        • PreprocessResponse
      • visualizer_classes
        • LeapImage
        • LeapImageWithBBox
        • LeapGraph
        • LeapText
        • LeapHorizontalBar
        • LeapImageMask
        • LeapTextMask
  • Tips & Tricks
    • Import External Code
  • Legal
    • Terms of Use
    • Privacy Policy
Powered by GitBook
On this page
  • Introduction
  • What This Guide Covers
  • Get Started

Was this helpful?

  1. Guides
  2. Full Guides

MNIST Guide

PreviousFull GuidesNextDataset Integration

Last updated 3 years ago

Was this helpful?

Introduction

In this guide, we will integrate the (handwritten digits) into Tensorleap, build and train a simple classification model, and then analyze it.

This guide requires a Tensorleap account. Sign up for a free trial if you do not have one yet.

What This Guide Covers

This guide is designed to get you started quickly with Tensorleap. We recommend that you go through its sections in order, since each section depends on the previous one.

Our documentation for the Tensorleap user interface (UI) and Command Line Interface (CLI) may prove useful when going through this guide.

This is also applicable to Tensorleap's On-Premise solution, which lets you run our platform on an isolated machine.

Get Started

Ready to get started? Go to .

MNIST database
here
MNIST Dataset Integration
Model Integration
Model Perception Analysis
Advanced Metrics
Platform
Dataset Integration