Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
spignelon committed Jul 5, 2023
2 parents 04b0e65 + 784df41 commit a15e689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Letter Recognition Project

This repository contains the code, report, and related resources for the Letter Recognition Project, which focuses on classifying letters based on their features. The project implements machine learning algorithms such as Support Vector Machines (SVM), k-Nearest Neighbors (KNN), and Decision Trees.
This repository contains the code, report, and related resources for the Letter Recognition Project, which focuses on classifying letters based on their features. The project implements machine learning algorithms such as Support Vector Machines (SVM), k-Nearest Neighbors (KNN), Decision Trees, Random Forest, and Naive Bayes.

## Table of Contents
- [Project Description](#project-description)
Expand All @@ -14,7 +14,7 @@ This repository contains the code, report, and related resources for the Letter

## Project Description

The Letter Recognition Project aims to develop a machine learning model that can accurately classify letters based on their visual features. The project utilizes various classification algorithms, including SVM, KNN, and Decision Trees, to achieve high accuracy in letter classification. It includes data preprocessing steps, model training, evaluation, and visualization of results.
The Letter Recognition Project aims to develop a machine learning model that can accurately classify letters based on their visual features. The project utilizes various classification algorithms, including SVM, KNN, Decision Trees, Random Forest, and Naive Bayes, to achieve high accuracy in letter classification. It includes data preprocessing steps, model training, evaluation, and visualization of results.

## Dataset

Expand Down

0 comments on commit a15e689

Please sign in to comment.