Skip to content

HBA114/ClassificationAlgorithms

Repository files navigation

Basic Learning Algorithms Homework 1

Naive Bayes and KNN Classifier Algorithms

Build Status Build Status

Requirements

  • This project runs on .net7 technology. So your environment must have .net7 SDK and .net7 Runtime for running project properly. For not using external libraries, xlsx formatted data reformatted to csv format.

How To Run

  • You can use Visual Studio for running project. Or you can run project with dotnet-CLI commands using the command mentioned below.
dotnet run --project ConsoleApp/ConsoleApp.csproj

About

Naive Bayes and KNN Algorithm Homework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages