KhiemCE22 / kNN-Model

Bài tập lớn DSA_A1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASSIGNMENT DSA A1

This is the first assignment DSA for K22 CE HCMUT

TOPIC:

  • Implement the kNN algorithm to build model by C++
  • In this source include the code was implement in C++ and the demo in Python to compare both
  • Dataset: MNIST

Use this command to execute C++:

g++ -o main main.cpp kNN.cpp -I . -std=c++11

About

Bài tập lớn DSA_A1


Languages

Language:Jupyter Notebook 93.5%Language:C++ 6.5%