Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

14 Commits

Repository files navigation

Tutorial: Testing Data Analysis with Machine Learning

Jupyter Notebooks for learning the fundamentals of machine learning in test data analysis — aimed at beginners in Python programming.

Contents

NotebookDomainTopic
audio_classification.ipynbAudioTransformer embeddings + SVM classification on ESC-50
hf_cifar100.ipynbImageVision Transformer on CIFAR-100 with embedding visualization
f1_embedding_generation.ipynbTime SeriesF1 telemetry embeddings with Chronos-2

Prerequisites

  • Python 3.12
  • 16 GB RAM recommended
  • Internet access for initial download of datasets and models

Installation

Extract the zip archive and install the dependencies:

Linux

unzip tutorial-testing-data-analysis.zip
cd tutorial-testing-data-analysis
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Windows

unzip tutorial-testing-data-analysis.zip
cd tutorial-testing-data-analysis
python -m venv .venv
.\.venv\Scripts\Activate
pip install -r requirements.txt

Getting Started

jupyter lab

Or use any editor with Jupyter support (VS Code, Cursor, etc.).

About

Tutorials for testing data analysis with Python

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages