Skip to content
#

multiclass-classification

Here are 11 public repositories matching this topic...

This repository serves as a personal practice space for mastering PyTorch fundamentals. It contains notebooks and code snippets covering essential PyTorch concepts, including tensors, autograd, neural networks, and more. The repository aims to help learners develop hands-on experience with PyTorch through practical exercises and projects.

  • Updated Oct 5, 2024
  • Jupyter Notebook

In this project we will convert the problem we solved using regression notebook into a classification problem instead. So we will assign each wine quality rating to a different class. So quality of 0 will belong to a different class to quality of 1. The biggest difference between a regression solution and multi-class classification in terms of i…

  • Updated Apr 9, 2022
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the multiclass-classification topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the multiclass-classification topic, visit your repo's landing page and select "manage topics."

Learn more