Code Monkey home page Code Monkey logo

comp9417-project's Introduction

COMP9417-Project

UNSW COMP9417 project: Topic2.2 Nearest Neighbour(kNN).

instructions:

  • KNN is an abstract parent class of both KNN classification and KNN numeric prediction.
  • labelEncoder.py is our own class to convert categorical labels into integers.
  • scaler.py is our own MinMaxScaler
  • KNNwithNumpy works alone and contains all necessary functions and classes for naive KNN.
  1. Classification: KNN_Class.py contains both naive KNN algorithm, weighted KNN algorithm for classification and leave-one-out cross validation of KNN classifiers.

  2. Numeric Prediction: KNN_Numeric.py contains both naive KNN algorithm and weighted KNN algorithm for numeric prediction and leave-one-out cross validation.

  3. Target functions and generated data: Target.py contains target functions and functions related to generated data.

  4. KNNwithNumpy/Testing.ipynb contains most of the testing we did. notebook.ipynb contains the remaining tests.

  5. BallTree.py is a data structure of ball tree which is used to find k nearest neighbours in KNN classification.

requirements:

numpy, scipy, pandas, sklearn, jupyter.

comp9417-project's People

Contributors

yinyyw avatar nadine-nguyen avatar chuiboy avatar

Watchers

James Cloos avatar

comp9417-project's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.